| Index: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-get-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-get-expected.txt b/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-get-expected.txt
|
| deleted file mode 100644
|
| index 52f6c7a5395c56b146bbf553c051ea97aff8f678..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-get-expected.txt
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -Dataset - Get
|
| -
|
| -This is a testharness.js-based test.
|
| -PASS Getting element.dataset['foo'] should return the value of element.getAttribute('data-foo')'
|
| -PASS Getting element.dataset['fooBar'] should return the value of element.getAttribute('data-foo-bar')'
|
| -PASS Getting element.dataset['-'] should return the value of element.getAttribute('data--')'
|
| -PASS Getting element.dataset['Foo'] should return the value of element.getAttribute('data--foo')'
|
| -PASS Getting element.dataset['-Foo'] should return the value of element.getAttribute('data---foo')'
|
| -PASS Getting element.dataset['foo'] should return the value of element.getAttribute('data-Foo')'
|
| -PASS Getting element.dataset[''] should return the value of element.getAttribute('data-')'
|
| -PASS Getting element.dataset['à'] should return the value of element.getAttribute('data-à')'
|
| -PASS Getting element.dataset['toString'] should return the value of element.getAttribute('data-to-string')'
|
| -PASS Tests that an attribute named dataFoo does not make an entry in the dataset DOMStringMap.
|
| -Harness: the test ran to completion.
|
| -
|
|
|