| Index: LayoutTests/fast/dom/attribute-downcast-right.html
|
| diff --git a/LayoutTests/fast/dom/attribute-downcast-right.html b/LayoutTests/fast/dom/attribute-downcast-right.html
|
| index 2d3ca9612ceb16bc028cabaf6be4965923cbc62b..a26d72bba6d52d2836e7f4dd11dedf1edb5df539 100644
|
| --- a/LayoutTests/fast/dom/attribute-downcast-right.html
|
| +++ b/LayoutTests/fast/dom/attribute-downcast-right.html
|
| @@ -3,7 +3,7 @@ if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| var oElement = document.createElement("s")
|
| -var oElementNS = document.createElementNS();
|
| +var oElementNS = document.createElementNS("http://example.com/", "example");
|
| oElementNS.setAttributeNS();
|
| var oAttributeNS = oElementNS.getAttributeNodeNS();
|
| var oAttributeNSClone = oAttributeNS.cloneNode();
|
|
|