Index: LayoutTests/http/tests/misc/createElementNamespace1-expected.txt |
diff --git a/LayoutTests/http/tests/misc/createElementNamespace1-expected.txt b/LayoutTests/http/tests/misc/createElementNamespace1-expected.txt |
index c905c36b70fcd354ae411756b2224fce72e453c0..3165bfaeeca31afe5d0341f44c044df34dfe109f 100644 |
--- a/LayoutTests/http/tests/misc/createElementNamespace1-expected.txt |
+++ b/LayoutTests/http/tests/misc/createElementNamespace1-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 |
*** FAIL: document.createElement("div").namespaceURI should be 'null' but instead is http://www.w3.org/1999/xhtml. *** |