Index: LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt |
diff --git a/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt b/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt |
index 3f5e493eb03b2d57e77ac1acd2af65543398cfb2..1db6e77099f951c0a801ab9553a6a95c394f7088 100644 |
--- a/LayoutTests/fast/dom/implementation-createHTMLDocument-expected.txt |
+++ b/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. |