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

Unified Diff: LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/node-prefix-setter-namespace-exception-expected.txt
diff --git a/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt b/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
index 7634111fd795862fa7b3f4ff39a0cbb1bc720f24..07d4f721e045c128b634a6f24e7f7a7087cb10c4 100644
--- a/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
+++ b/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
@@ -4,14 +4,14 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS href.prefix is null
-PASS document.createAttribute('attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttributeNS(null, 'attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createElementNS(null, 'attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttributeNS('foo', 'bar').prefix = 'xml' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createElementNS('foo', 'bar').prefix = 'xml' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttribute('attr').prefix = 'xmlns' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttributeNS('foo', 'attr').prefix = 'xmlns' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttribute('xmlns').prefix = 'foo' threw exception Error: NamespaceError: DOM Exception 14.
+PASS document.createAttribute('attr').prefix = 'abc' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
+PASS document.createAttributeNS(null, 'attr').prefix = 'abc' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
+PASS document.createElementNS(null, 'attr').prefix = 'abc' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
+PASS document.createAttributeNS('foo', 'bar').prefix = 'xml' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
+PASS document.createElementNS('foo', 'bar').prefix = 'xml' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
+PASS document.createAttribute('attr').prefix = 'xmlns' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
+PASS document.createAttributeNS('foo', 'attr').prefix = 'xmlns' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
+PASS document.createAttribute('xmlns').prefix = 'foo' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698