| Index: LayoutTests/http/tests/misc/createElementNamespace3-expected.txt
|
| diff --git a/LayoutTests/http/tests/misc/createElementNamespace3-expected.txt b/LayoutTests/http/tests/misc/createElementNamespace3-expected.txt
|
| index 57569bba4b9a630af125a62da51a7ad5fe6a7778..cc2e305bc5f992d22ae52170dfb68bb49f6905a9 100644
|
| --- a/LayoutTests/http/tests/misc/createElementNamespace3-expected.txt
|
| +++ b/LayoutTests/http/tests/misc/createElementNamespace3-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.
|
| @@ -10,7 +10,7 @@ Test3: script tag.namespaceURI
|
| PASS: myScriptTag.namespaceURI should be 'http://www.w3.org/1999/xhtml' and is.
|
|
|
| Test4: created document.namespaceURI
|
| -PASS: newDoc.namespaceURI should be 'null' and is.
|
| +PASS: newDoc.namespaceURI should be 'undefined' and is.
|
|
|
| Test5: created document.createElement.namespaceURI
|
| PASS: newDoc.createElement("div").namespaceURI should be 'http://www.w3.org/1999/xhtml' and is.
|
|
|