X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fdom%2FElement%2Fscript-tests%2Fattr-param-typechecking.js;h=198dc6611a6218c4532e8355888ba4d02d410577;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=88061fa11f3e1d62b4350b7a6ba658551234789b;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js b/src/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js index 88061fa..198dc66 100644 --- a/src/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js +++ b/src/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js @@ -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);');