X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fdom%2FHTMLDocument%2Fdocument-all-expected.txt;h=65282aab5223bac7267b3c52a835902bec83342d;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=5fb7b10e4f99bfa39f42eee73c8f1f5de1a00422;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all-expected.txt b/src/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all-expected.txt index 5fb7b10..65282aa 100644 --- a/src/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all-expected.txt @@ -1,6 +1,4 @@ PASS htmlallcollection.toString() is '[object HTMLAllCollection]' -PASS typeof htmlallcollection.tags == "function" is true -PASS htmlallcollection.tags("body").length is 1 PASS successfullyParsed is true TEST COMPLETE