Index: LayoutTests/fast/dom/implementation-createHTMLDocument.html |
diff --git a/LayoutTests/fast/dom/implementation-createHTMLDocument.html b/LayoutTests/fast/dom/implementation-createHTMLDocument.html |
index 50d453311a6c6c429fa54bbebc3d1b71aca82075..0686dfac467eb13f4acd9b34e53913de3acf9f1c 100644 |
--- a/LayoutTests/fast/dom/implementation-createHTMLDocument.html |
+++ b/LayoutTests/fast/dom/implementation-createHTMLDocument.html |
@@ -42,6 +42,7 @@ function test() |
print("[document with title '']"); |
doc = document.implementation.createHTMLDocument(""); |
shouldBe("doc.title", ""); |
+ shouldBe("doc.getElementsByTagName('title').item(0).firstChild.data", ""); |
print("[document with null title]"); |
doc = document.implementation.createHTMLDocument(null); |