Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(980)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-delete-expected.txt

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Dataset - Delete
2
3 This is a testharness.js-based test.
4 PASS Deleting element.dataset['foo'] should also remove an attribute with name ' data-foo' should it exist.
5 PASS Deleting element.dataset['fooBar'] should also remove an attribute with nam e 'data-foo-bar' should it exist.
6 PASS Deleting element.dataset['-'] should also remove an attribute with name 'da ta--' should it exist.
7 PASS Deleting element.dataset['Foo'] should also remove an attribute with name ' data--foo' should it exist.
8 PASS Deleting element.dataset['-foo'] should also remove an attribute with name 'data--foo' should it exist.
9 PASS Deleting element.dataset['-Foo'] should also remove an attribute with name 'data---foo' should it exist.
10 PASS Deleting element.dataset[''] should also remove an attribute with name 'dat a-' should it exist.
11 PASS Deleting element.dataset['à'] should also remove an attribute with name 'da ta-à' should it exist.
12 PASS Deleting element.dataset['foo'] should not throw if even if the element doe s now have an attribute with the name data-foo.
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698