X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fdom%2Fimplementation-createHTMLDocument-expected.txt;h=1db6e77099f951c0a801ab9553a6a95c394f7088;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=3f5e493eb03b2d57e77ac1acd2af65543398cfb2;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt b/src/third_party/WebKit/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt index 3f5e493..1db6e77 100644 --- a/src/third_party/WebKit/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt @@ -10,5 +10,6 @@ PASS: doc.getElementsByTagName('title').length should be 1 and is. PASS: doc.getElementsByTagName('body').length should be 1 and is. [document with title ''] PASS: doc.title should be and is. +PASS: doc.getElementsByTagName('title').item(0).firstChild.data should be and is. [document with null title] PASS: doc.title should be null and is.