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

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

Issue 2518163002: [css-tables] Fix divide-by-zero resulting from 32-bit overflow (Closed)
Patch Set: update wpt -expected.txt and span-attribute.html but not -expected.txt Created 4 years 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS table.title: 32 tests 2 PASS table.title: 32 tests
3 PASS table.lang: 32 tests 3 PASS table.lang: 32 tests
4 PASS table.dir: 62 tests 4 PASS table.dir: 62 tests
5 PASS table.className (<table class>): 32 tests 5 PASS table.className (<table class>): 32 tests
6 PASS table.hidden: 33 tests 6 PASS table.hidden: 33 tests
7 PASS table.accessKey: 32 tests 7 PASS table.accessKey: 32 tests
8 PASS table.tabIndex: 24 tests 8 PASS table.tabIndex: 24 tests
9 PASS table.align: 32 tests 9 PASS table.align: 32 tests
10 PASS table.border: 32 tests 10 PASS table.border: 32 tests
(...skipping 12 matching lines...) Expand all
23 PASS caption.accessKey: 32 tests 23 PASS caption.accessKey: 32 tests
24 PASS caption.tabIndex: 24 tests 24 PASS caption.tabIndex: 24 tests
25 PASS caption.align: 32 tests 25 PASS caption.align: 32 tests
26 PASS colgroup.title: 32 tests 26 PASS colgroup.title: 32 tests
27 PASS colgroup.lang: 32 tests 27 PASS colgroup.lang: 32 tests
28 PASS colgroup.dir: 62 tests 28 PASS colgroup.dir: 62 tests
29 PASS colgroup.className (<colgroup class>): 32 tests 29 PASS colgroup.className (<colgroup class>): 32 tests
30 PASS colgroup.hidden: 33 tests 30 PASS colgroup.hidden: 33 tests
31 PASS colgroup.accessKey: 32 tests 31 PASS colgroup.accessKey: 32 tests
32 PASS colgroup.tabIndex: 24 tests 32 PASS colgroup.tabIndex: 24 tests
33 PASS colgroup.span: 9 tests 33 PASS colgroup.span: 8 tests
34 FAIL colgroup.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 but got 2147483648 34 FAIL colgroup.span: setAttribute() to 2147483647 assert_equals: IDL get expected 2147483647 but got 8190
35 FAIL colgroup.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 but got 4294967295 35 FAIL colgroup.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 but got 8190
36 PASS colgroup.span: 46 tests 36 FAIL colgroup.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 but got 8190
37 PASS colgroup.span: 45 tests
38 FAIL colgroup.span: IDL set to 2147483647 assert_equals: IDL get expected 214748 3647 but got 8190
37 FAIL colgroup.span: IDL set to 2147483648 assert_equals: getAttribute() expected "1" but got "0" 39 FAIL colgroup.span: IDL set to 2147483648 assert_equals: getAttribute() expected "1" but got "0"
38 FAIL colgroup.span: IDL set to 4294967295 assert_equals: getAttribute() expected "1" but got "0" 40 FAIL colgroup.span: IDL set to 4294967295 assert_equals: getAttribute() expected "1" but got "0"
39 PASS colgroup.align: 32 tests 41 PASS colgroup.align: 32 tests
40 PASS colgroup.ch (<colgroup char>): 32 tests 42 PASS colgroup.ch (<colgroup char>): 32 tests
41 PASS colgroup.chOff (<colgroup charoff>): 32 tests 43 PASS colgroup.chOff (<colgroup charoff>): 32 tests
42 PASS colgroup.vAlign: 32 tests 44 PASS colgroup.vAlign: 32 tests
43 PASS colgroup.width: 32 tests 45 PASS colgroup.width: 32 tests
44 PASS col.title: 32 tests 46 PASS col.title: 32 tests
45 PASS col.lang: 32 tests 47 PASS col.lang: 32 tests
46 PASS col.dir: 62 tests 48 PASS col.dir: 62 tests
47 PASS col.className (<col class>): 32 tests 49 PASS col.className (<col class>): 32 tests
48 PASS col.hidden: 33 tests 50 PASS col.hidden: 33 tests
49 PASS col.accessKey: 32 tests 51 PASS col.accessKey: 32 tests
50 PASS col.tabIndex: 24 tests 52 PASS col.tabIndex: 24 tests
51 PASS col.span: 9 tests 53 PASS col.span: 8 tests
52 FAIL col.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 bu t got 2147483648 54 FAIL col.span: setAttribute() to 2147483647 assert_equals: IDL get expected 2147 483647 but got 8190
53 FAIL col.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 bu t got 4294967295 55 FAIL col.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 bu t got 8190
54 PASS col.span: 46 tests 56 FAIL col.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 bu t got 8190
57 PASS col.span: 45 tests
58 FAIL col.span: IDL set to 2147483647 assert_equals: IDL get expected 2147483647 but got 8190
55 FAIL col.span: IDL set to 2147483648 assert_equals: getAttribute() expected "1" but got "0" 59 FAIL col.span: IDL set to 2147483648 assert_equals: getAttribute() expected "1" but got "0"
56 FAIL col.span: IDL set to 4294967295 assert_equals: getAttribute() expected "1" but got "0" 60 FAIL col.span: IDL set to 4294967295 assert_equals: getAttribute() expected "1" but got "0"
57 PASS col.align: 32 tests 61 PASS col.align: 32 tests
58 PASS col.ch (<col char>): 32 tests 62 PASS col.ch (<col char>): 32 tests
59 PASS col.chOff (<col charoff>): 32 tests 63 PASS col.chOff (<col charoff>): 32 tests
60 PASS col.vAlign: 32 tests 64 PASS col.vAlign: 32 tests
61 PASS col.width: 32 tests 65 PASS col.width: 32 tests
62 PASS tbody.title: 32 tests 66 PASS tbody.title: 32 tests
63 PASS tbody.lang: 32 tests 67 PASS tbody.lang: 32 tests
64 PASS tbody.dir: 62 tests 68 PASS tbody.dir: 62 tests
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 PASS th.axis: 32 tests 203 PASS th.axis: 32 tests
200 PASS th.height: 32 tests 204 PASS th.height: 32 tests
201 PASS th.width: 32 tests 205 PASS th.width: 32 tests
202 PASS th.ch (<th char>): 32 tests 206 PASS th.ch (<th char>): 32 tests
203 PASS th.chOff (<th charoff>): 32 tests 207 PASS th.chOff (<th charoff>): 32 tests
204 PASS th.noWrap: 33 tests 208 PASS th.noWrap: 33 tests
205 PASS th.vAlign: 32 tests 209 PASS th.vAlign: 32 tests
206 PASS th.bgColor: 32 tests 210 PASS th.bgColor: 32 tests
207 Harness: the test ran to completion. 211 Harness: the test ran to completion.
208 212
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698