Index: LayoutTests/http/tests/misc/createElementNamespace2-expected.txt |
diff --git a/LayoutTests/http/tests/misc/createElementNamespace2-expected.txt b/LayoutTests/http/tests/misc/createElementNamespace2-expected.txt |
index d9fe2660a1c6bcf264f0e7c414ba0e741ed55153..cd046edebd943a73a188377f288efb3f20bf06c5 100644 |
--- a/LayoutTests/http/tests/misc/createElementNamespace2-expected.txt |
+++ b/LayoutTests/http/tests/misc/createElementNamespace2-expected.txt |
@@ -1,7 +1,7 @@ |
This test was written to address rdar://problem/4976879. And tests how namespaceURI's are assigned. |
Test1: document.namespaceURI |
-PASS: document.namespaceURI should be 'null' and is. |
+PASS: document.namespaceURI should be 'undefined' and is. |
Test2: document.createElement().namespaceURI |
PASS: document.createElement("div").namespaceURI should be 'http://www.w3.org/1999/xhtml' and is. |