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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 description("Test how Node.prefix setter raises NAMESPACE_ERR.");
2
3 shouldThrow("document.createElementNS(null, 'attr').prefix = 'abc'");
4 shouldThrow("document.createElementNS('foo', 'bar').prefix = 'xml'");
OLDNEW
« 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