| 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 3c2720d63f9d4d15ca47ff3ccd30a42c690f09a1..c7a56b563b13b989a29efe754266a41ec5456ed7 100644
|
| --- a/LayoutTests/fast/dom/dataset-xhtml-expected.txt
|
| +++ b/LayoutTests/fast/dom/dataset-xhtml-expected.txt
|
| @@ -23,8 +23,8 @@ PASS testSet('', 'data-') is true
|
| PASS testSet('à', 'data-à') is true
|
|
|
| PASS testSet('-foo', 'dummy') threw exception SyntaxError: Failed to set the '-foo' property on 'DOMStringMap': '-foo' is not a valid property name..
|
| -PASS testSet('foo ', 'dummy') threw exception InvalidCharacterError: 'data-foo ' is not a valid attribute name..
|
| -PASS testSet('foo豈', 'dummy') threw exception InvalidCharacterError: 'data-foo豈' is not a valid attribute name..
|
| +PASS testSet('foo ', 'dummy') threw exception InvalidCharacterError: Failed to set the 'foo ' property on 'DOMStringMap': 'data-foo ' is not a valid attribute name..
|
| +FAIL testSet('foo豈', 'dummy') should throw InvalidCharacterError: Failed to set the 'foo豈' property on 'DOMStringMap': 'data-foo豈' is not a valid attribute name.. Threw exception InvalidCharacterError: Failed to set the 'fooï¤' property on 'DOMStringMap': 'data-foo豈' is not a valid attribute name..
|
|
|
| PASS testDelete('data-foo', 'foo') is true
|
| PASS testDelete('data-foo-bar', 'fooBar') is true
|
|
|