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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-forms-expected.txt

Issue 2918033003: Input type check comparision should be an ASCII case-insensitive match. (Closed)
Patch Set: updated patch#3 Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html » ('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 is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS form.title: 32 tests 2 PASS form.title: 32 tests
3 PASS form.lang: 32 tests 3 PASS form.lang: 32 tests
4 PASS form.dir: 62 tests 4 PASS form.dir: 62 tests
5 PASS form.className (<form class>): 32 tests 5 PASS form.className (<form class>): 32 tests
6 PASS form.hidden: 33 tests 6 PASS form.hidden: 33 tests
7 PASS form.accessKey: 32 tests 7 PASS form.accessKey: 32 tests
8 PASS form.tabIndex: 24 tests 8 PASS form.tabIndex: 24 tests
9 PASS form.acceptCharset (<form accept-charset>): 32 tests 9 PASS form.acceptCharset (<form accept-charset>): 32 tests
10 PASS form.autocomplete: 52 tests 10 PASS form.autocomplete: 52 tests
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 PASS input.required: 33 tests 211 PASS input.required: 33 tests
212 PASS input.size: 57 tests 212 PASS input.size: 57 tests
213 FAIL input.size: IDL set to 2147483648 assert_equals: getAttribute() expected "2 0" but got "0" 213 FAIL input.size: IDL set to 2147483648 assert_equals: getAttribute() expected "2 0" but got "0"
214 FAIL input.size: IDL set to 4294967295 assert_equals: getAttribute() expected "2 0" but got "0" 214 FAIL input.size: IDL set to 4294967295 assert_equals: getAttribute() expected "2 0" but got "0"
215 PASS input.src: 38 tests 215 PASS input.src: 38 tests
216 PASS input.step: 32 tests 216 PASS input.step: 32 tests
217 PASS input.type: 52 tests 217 PASS input.type: 52 tests
218 FAIL input.type: setAttribute() to "datetime" assert_equals: IDL get expected "d atetime" but got "text" 218 FAIL input.type: setAttribute() to "datetime" assert_equals: IDL get expected "d atetime" but got "text"
219 PASS input.type: 3 tests 219 PASS input.type: 3 tests
220 FAIL input.type: setAttribute() to "DATETIME" assert_equals: IDL get expected "d atetime" but got "text" 220 FAIL input.type: setAttribute() to "DATETIME" assert_equals: IDL get expected "d atetime" but got "text"
221 PASS input.type: 15 tests 221 PASS input.type: 127 tests
222 FAIL input.type: setAttribute() to "weeK" assert_equals: IDL get expected "text" but got "week"
223 PASS input.type: 30 tests
224 FAIL input.type: setAttribute() to "checKbox" assert_equals: IDL get expected "t ext" but got "checkbox"
225 PASS input.type: 80 tests
226 FAIL input.type: IDL set to "datetime" assert_equals: IDL get expected "datetime " but got "text" 222 FAIL input.type: IDL set to "datetime" assert_equals: IDL get expected "datetime " but got "text"
227 PASS input.type: 3 tests 223 PASS input.type: 3 tests
228 FAIL input.type: IDL set to "DATETIME" assert_equals: IDL get expected "datetime " but got "text" 224 FAIL input.type: IDL set to "DATETIME" assert_equals: IDL get expected "datetime " but got "text"
229 PASS input.type: 15 tests 225 PASS input.type: 77 tests
230 FAIL input.type: IDL set to "weeK" assert_equals: IDL get expected "text" but go t "week"
231 PASS input.type: 30 tests
232 FAIL input.type: IDL set to "checKbox" assert_equals: IDL get expected "text" bu t got "checkbox"
233 PASS input.type: 30 tests
234 PASS input.defaultValue (<input value>): 32 tests 226 PASS input.defaultValue (<input value>): 32 tests
235 PASS input.align: 32 tests 227 PASS input.align: 32 tests
236 PASS input.useMap: 32 tests 228 PASS input.useMap: 32 tests
237 PASS button.title: 32 tests 229 PASS button.title: 32 tests
238 PASS button.lang: 32 tests 230 PASS button.lang: 32 tests
239 PASS button.dir: 62 tests 231 PASS button.dir: 62 tests
240 PASS button.className (<button class>): 32 tests 232 PASS button.className (<button class>): 32 tests
241 PASS button.hidden: 33 tests 233 PASS button.hidden: 33 tests
242 PASS button.accessKey: 32 tests 234 PASS button.accessKey: 32 tests
243 PASS button.tabIndex: 24 tests 235 PASS button.tabIndex: 24 tests
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 PASS progress.tabIndex: 24 tests 685 PASS progress.tabIndex: 24 tests
694 PASS meter.title: 32 tests 686 PASS meter.title: 32 tests
695 PASS meter.lang: 32 tests 687 PASS meter.lang: 32 tests
696 PASS meter.dir: 62 tests 688 PASS meter.dir: 62 tests
697 PASS meter.className (<meter class>): 32 tests 689 PASS meter.className (<meter class>): 32 tests
698 PASS meter.hidden: 33 tests 690 PASS meter.hidden: 33 tests
699 PASS meter.accessKey: 32 tests 691 PASS meter.accessKey: 32 tests
700 PASS meter.tabIndex: 24 tests 692 PASS meter.tabIndex: 24 tests
701 Harness: the test ran to completion. 693 Harness: the test ran to completion.
702 694
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698