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

Unified Diff: LayoutTests/fast/dom/Element/prefix-setter-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/Element/prefix-setter-exception-expected.txt
diff --git a/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt b/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt
index f0594aecca742d2abdcf97aae4de8d88db0876c1..ef45e7067f4742f90e20ebfb64864957b518a24b 100644
--- a/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt
+++ b/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt
@@ -3,23 +3,23 @@ Test for the implementation of DOM Level 3 Core API on Node Interface: prefix se
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS prefixedElem.prefix = "." threw exception Error: InvalidCharacterError: DOM Exception 5.
+PASS prefixedElem.prefix = "." threw exception InvalidCharacterError: An invalid or illegal character was specified, such as in an XML name..
PASS prefixedElem.prefix is "before"
PASS prefixedElem.prefix = "x." is "x."
PASS prefixedElem.prefix is "x."
-PASS prefixedElem.prefix = "0a" threw exception Error: InvalidCharacterError: DOM Exception 5.
+PASS prefixedElem.prefix = "0a" threw exception InvalidCharacterError: An invalid or illegal character was specified, such as in an XML name..
PASS prefixedElem.prefix is "before"
PASS prefixedElem.prefix = "a0" is "a0"
PASS prefixedElem.prefix is "a0"
PASS prefixedElem.prefix = "_0" is "_0"
PASS prefixedElem.prefix is "_0"
-PASS prefixedElem.prefix = "×" threw exception Error: InvalidCharacterError: DOM Exception 5.
+PASS prefixedElem.prefix = "×" threw exception InvalidCharacterError: An invalid or illegal character was specified, such as in an XML name..
PASS prefixedElem.prefix is "before"
-PASS prefixedElem.prefix = "·" threw exception Error: InvalidCharacterError: DOM Exception 5.
+PASS prefixedElem.prefix = "·" threw exception InvalidCharacterError: An invalid or illegal character was specified, such as in an XML name..
PASS prefixedElem.prefix is "before"
PASS prefixedElem.prefix = "aa" is "aa"
PASS prefixedElem.prefix is "aa"
-PASS prefixedElem.prefix = "\n" threw exception Error: InvalidCharacterError: DOM Exception 5.
+PASS prefixedElem.prefix = "\n" threw exception InvalidCharacterError: An invalid or illegal character was specified, such as in an XML name..
PASS prefixedElem.prefix is "before"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698