Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / coreDOM-element-attribute-js-null.xhtml
index 41a6d36..089ffb7 100644 (file)
@@ -48,7 +48,7 @@
             var listing = [
                 {
                     type: 'Attr',
-                    elementToUse: document.createAttributeNS('http://www.w3.org/1999/xhtml','anAttribute'),
+                    elementToUse: document.createAttribute('anAttribute'),
                     attributes: [
                         {name: 'value', expectedNull: null}
                     ]