Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / Element / script-tests / attr-param-typechecking.js
index 88061fa..198dc66 100644 (file)
@@ -12,7 +12,3 @@ shouldThrow('element.removeAttributeNode("style");');
 shouldThrow('element.removeAttributeNode(null);');
 shouldThrow('element.removeAttributeNode(undefined);');
 shouldThrow('element.removeAttributeNode(new Object);');
-shouldThrow('element.setAttributeNodeNS("style");');
-shouldThrow('element.setAttributeNodeNS(null);');
-shouldThrow('element.setAttributeNodeNS(undefined);');
-shouldThrow('element.setAttributeNodeNS(new Object);');