| Index: LayoutTests/http/tests/misc/createElementNamespace1.xml
|
| diff --git a/LayoutTests/http/tests/misc/createElementNamespace1.xml b/LayoutTests/http/tests/misc/createElementNamespace1.xml
|
| index 18b98f396d017075e5711ac7d26873d2a014f833..8d7afa3e74b4932bad1aa71bc53fd908f38cfbb3 100644
|
| --- a/LayoutTests/http/tests/misc/createElementNamespace1.xml
|
| +++ b/LayoutTests/http/tests/misc/createElementNamespace1.xml
|
| @@ -11,7 +11,7 @@
|
| log("");
|
|
|
| log("Test1: document.namespaceURI")
|
| - shouldBe("document.namespaceURI", "null");
|
| + shouldBe("document.namespaceURI", "undefined");
|
| log("");
|
|
|
| log("Test2: document.createElement().namespaceURI")
|
|
|