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 |