| Index: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-set-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-set-expected.txt b/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-set-expected.txt
|
| deleted file mode 100644
|
| index bd852f6d9444049d8489e73f41d03dd85cb110c0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-set-expected.txt
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -Dataset - Set
|
| -
|
| -This is a testharness.js-based test.
|
| -PASS Setting element.dataset['foo'] should also change the value of element.getAttribute('data-foo')'
|
| -PASS Setting element.dataset['fooBar'] should also change the value of element.getAttribute('data-foo-bar')'
|
| -PASS Setting element.dataset['-'] should also change the value of element.getAttribute('data--')'
|
| -PASS Setting element.dataset['Foo'] should also change the value of element.getAttribute('data--foo')'
|
| -PASS Setting element.dataset['-Foo'] should also change the value of element.getAttribute('data---foo')'
|
| -PASS Setting element.dataset[''] should also change the value of element.getAttribute('data-')'
|
| -PASS Setting element.dataset['à'] should also change the value of element.getAttribute('data-à')'
|
| -PASS Setting element.dataset['-foo'] should throw a SYNTAX_ERR'
|
| -PASS Setting element.dataset['foo '] should throw an INVALID_CHARACTER_ERR'
|
| -PASS Setting element.dataset['foo豈'] should throw an INVALID_CHARACTER_ERR'
|
| -Harness: the test ran to completion.
|
| -
|
|
|