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

Side by Side Diff: LayoutTests/fast/dom/dataset-expected.txt

Issue 1177833006: Disable faulty test trying to defineProperty on dataset (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/script-tests/dataset.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests element.dataset. 1 This tests element.dataset.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS testGet('data-foo', 'foo') is true 6 PASS testGet('data-foo', 'foo') is true
7 PASS testGet('data-foo-bar', 'fooBar') is true 7 PASS testGet('data-foo-bar', 'fooBar') is true
8 PASS testGet('data--', '-') is true 8 PASS testGet('data--', '-') is true
9 PASS testGet('data--foo', 'Foo') is true 9 PASS testGet('data--foo', 'Foo') is true
10 PASS testGet('data---foo', '-Foo') is true 10 PASS testGet('data---foo', '-Foo') is true
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 PASS testDelete('data-', '') is true 58 PASS testDelete('data-', '') is true
59 PASS testDelete('data-à', 'à') is true 59 PASS testDelete('data-à', 'à') is true
60 PASS testDelete('data-33', '33') is true 60 PASS testDelete('data-33', '33') is true
61 PASS testDelete('data-00033', '00033') is true 61 PASS testDelete('data-00033', '00033') is true
62 PASS testDelete('data-r2', 'r2') is true 62 PASS testDelete('data-r2', 'r2') is true
63 PASS testDelete('data-2r', '2r') is true 63 PASS testDelete('data-2r', '2r') is true
64 PASS testDelete('data-r-2', 'r-2') is true 64 PASS testDelete('data-r-2', 'r-2') is true
65 PASS testDelete('data--r-2-', 'R-2-') is true 65 PASS testDelete('data--r-2-', 'R-2-') is true
66 PASS testDelete('data--r-2r', 'R-2r') is true 66 PASS testDelete('data--r-2r', 'R-2r') is true
67 PASS testDelete('data--r-2-----r', 'R-2----R') is true 67 PASS testDelete('data--r-2-----r', 'R-2----R') is true
68 PASS testNativeDelete('-r-2-', false) is true
69 PASS testNativeDelete('foo', true) is true 68 PASS testNativeDelete('foo', true) is true
70 69
71 PASS testDelete('dummy', '-foo') is false 70 PASS testDelete('dummy', '-foo') is false
72 71
73 PASS testForIn(['data-foo', 'data-bar', 'data-baz']) is 3 72 PASS testForIn(['data-foo', 'data-bar', 'data-baz']) is 3
74 PASS testForIn(['data-foo', 'data-bar', 'dataFoo']) is 2 73 PASS testForIn(['data-foo', 'data-bar', 'dataFoo']) is 2
75 PASS testForIn(['data-foo', 'data-bar', 'style']) is 2 74 PASS testForIn(['data-foo', 'data-bar', 'style']) is 2
76 PASS testForIn(['data-foo', 'data-bar', 'data-']) is 3 75 PASS testForIn(['data-foo', 'data-bar', 'data-']) is 3
77 PASS testForIn(['data-foo', 'data-bar', 'data-43']) is 3 76 PASS testForIn(['data-foo', 'data-bar', 'data-43']) is 3
78 PASS testForIn(['data-foo', 'data-oric1', 'data-bar']) is 3 77 PASS testForIn(['data-foo', 'data-oric1', 'data-bar']) is 3
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 PASS div.dataset['a-500k'] = 'updated'; div.dataset['a-500k'] is 'updated' 119 PASS div.dataset['a-500k'] = 'updated'; div.dataset['a-500k'] is 'updated'
121 PASS div.getAttribute('data-a-500k') is 'updated' 120 PASS div.getAttribute('data-a-500k') is 'updated'
122 121
123 Set null: 122 Set null:
124 PASS d.dataset.foo is 'null' 123 PASS d.dataset.foo is 'null'
125 124
126 PASS successfullyParsed is true 125 PASS successfullyParsed is true
127 126
128 TEST COMPLETE 127 TEST COMPLETE
129 128
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/script-tests/dataset.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698