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

Unified Diff: LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js

Issue 688333002: Remove the Element.prefix setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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/script-tests/node-prefix-setter-namespace-exception.js
diff --git a/LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js b/LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js
deleted file mode 100644
index 51c8e053673d6c788bb30f1612984fc8741d95dc..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js
+++ /dev/null
@@ -1,4 +0,0 @@
-description("Test how Node.prefix setter raises NAMESPACE_ERR.");
-
-shouldThrow("document.createElementNS(null, 'attr').prefix = 'abc'");
-shouldThrow("document.createElementNS('foo', 'bar').prefix = 'xml'");
« no previous file with comments | « LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt ('k') | Source/core/dom/Attribute.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698