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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-get-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 - Get
2
3 This is a testharness.js-based test.
4 PASS Getting element.dataset['foo'] should return the value of element.getAttrib ute('data-foo')'
5 PASS Getting element.dataset['fooBar'] should return the value of element.getAtt ribute('data-foo-bar')'
6 PASS Getting element.dataset['-'] should return the value of element.getAttribut e('data--')'
7 PASS Getting element.dataset['Foo'] should return the value of element.getAttrib ute('data--foo')'
8 PASS Getting element.dataset['-Foo'] should return the value of element.getAttri bute('data---foo')'
9 PASS Getting element.dataset['foo'] should return the value of element.getAttrib ute('data-Foo')'
10 PASS Getting element.dataset[''] should return the value of element.getAttribute ('data-')'
11 PASS Getting element.dataset['à'] should return the value of element.getAttribut e('data-à')'
12 PASS Getting element.dataset['toString'] should return the value of element.getA ttribute('data-to-string')'
13 PASS Tests that an attribute named dataFoo does not make an entry in the dataset DOMStringMap.
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698