| Index: LayoutTests/fast/dom/dataset-expected.txt
|
| diff --git a/LayoutTests/fast/dom/dataset-expected.txt b/LayoutTests/fast/dom/dataset-expected.txt
|
| index bd461885e3a33911d6748635ef1bcc3fc9762f31..83c34e454229d4c308d6f22c19112a81f25c7a00 100644
|
| --- a/LayoutTests/fast/dom/dataset-expected.txt
|
| +++ b/LayoutTests/fast/dom/dataset-expected.txt
|
| @@ -27,9 +27,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
|
|
|