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

Unified Diff: LayoutTests/fast/dom/dataset-xhtml-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
« no previous file with comments | « LayoutTests/fast/dom/dataset-expected.txt ('k') | LayoutTests/fast/dom/document-set-body.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/dataset-xhtml-expected.txt
diff --git a/LayoutTests/fast/dom/dataset-xhtml-expected.txt b/LayoutTests/fast/dom/dataset-xhtml-expected.txt
index f2a072ae7faf7ac93bd8304a74b4c8b80ecfd95f..394f5d30c9abb4a143576c5d5108e8a3bbba948a 100644
--- a/LayoutTests/fast/dom/dataset-xhtml-expected.txt
+++ b/LayoutTests/fast/dom/dataset-xhtml-expected.txt
@@ -22,9 +22,9 @@ PASS testSet('-Foo', 'data---foo') is true
PASS testSet('', 'data-') is true
PASS testSet('à', 'data-à') is true
-PASS testSet('-foo', 'dummy') threw exception Error: SyntaxError: DOM Exception 12.
-PASS testSet('foo ', 'dummy') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS testSet('foo豈', 'dummy') threw exception Error: InvalidCharacterError: DOM Exception 5.
+PASS testSet('-foo', 'dummy') threw exception SyntaxError: An invalid or illegal string was specified..
+PASS testSet('foo ', 'dummy') threw exception InvalidCharacterError: An invalid or illegal character was specified, such as in an XML name..
+PASS testSet('foo豈', 'dummy') threw exception InvalidCharacterError: An invalid or illegal character was specified, such as in an XML name..
PASS testDelete('data-foo', 'foo') is true
PASS testDelete('data-foo-bar', 'fooBar') is true
« no previous file with comments | « LayoutTests/fast/dom/dataset-expected.txt ('k') | LayoutTests/fast/dom/document-set-body.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698