Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js

Issue 143173003: Remove unused feature ElementSetAttributeNodeNS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed failing test case expectation Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js
diff --git a/LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js b/LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js
index 88061fa11f3e1d62b4350b7a6ba658551234789b..198dc6611a6218c4532e8355888ba4d02d410577 100644
--- a/LayoutTests/fast/dom/Element/script-tests/attr-param-typechecking.js
+++ b/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);');

Powered by Google App Engine
This is Rietveld 408576698