/html/dom/elements/global-attributes/dataset-delete.html| status | subtest | message |
|---|---|---|
| PASS | Deleting element.dataset['foo'] should also remove an attribute with name 'data-foo' should it exist. | |
| PASS | Deleting element.dataset['fooBar'] should also remove an attribute with name 'data-foo-bar' should it exist. | |
| PASS | Deleting element.dataset['-'] should also remove an attribute with name 'data--' should it exist. | |
| PASS | Deleting element.dataset['Foo'] should also remove an attribute with name 'data--foo' should it exist. | |
| PASS | Deleting element.dataset['-foo'] should not remove an attribute with name 'data--foo' should it exist. | |
| PASS | Deleting element.dataset['-Foo'] should also remove an attribute with name 'data---foo' should it exist. | |
| PASS | Deleting element.dataset[''] should also remove an attribute with name 'data-' should it exist. | |
| PASS | Deleting element.dataset['à'] should also remove an attribute with name 'data-à' should it exist. | |
| PASS | Deleting element.dataset['foo'] should not throw if even if the element does now have an attribute with the name data-foo. |
bundle built 2026-07-16T07:16:48.063Z