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

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

Issue 2362223002: Stop clamping tabIndex to short range (Closed)
Patch Set: Fix tabindex-clamp.html Created 4 years, 1 month 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: 77 tests 2 PASS table.title: 77 tests
3 PASS table.lang: 77 tests 3 PASS table.lang: 77 tests
4 PASS table.dir: 151 tests 4 PASS table.dir: 151 tests
5 PASS table.className (<table class>): 77 tests 5 PASS table.className (<table class>): 77 tests
6 PASS table.hidden: 79 tests 6 PASS table.hidden: 79 tests
7 PASS table.accessKey: 77 tests 7 PASS table.accessKey: 77 tests
8 PASS table.tabIndex: 10 tests 8 PASS table.tabIndex: 53 tests
9 FAIL table.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
10 PASS table.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
11 FAIL table.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
12 PASS table.tabIndex: 36 tests
13 FAIL table.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
14 PASS table.tabIndex: 2 tests
15 FAIL table.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
16 PASS table.align: 77 tests 9 PASS table.align: 77 tests
17 PASS table.border: 77 tests 10 PASS table.border: 77 tests
18 PASS table.frame: 77 tests 11 PASS table.frame: 77 tests
19 PASS table.rules: 77 tests 12 PASS table.rules: 77 tests
20 PASS table.summary: 77 tests 13 PASS table.summary: 77 tests
21 PASS table.width: 77 tests 14 PASS table.width: 77 tests
22 PASS table.bgColor: 77 tests 15 PASS table.bgColor: 77 tests
23 PASS table.cellPadding: 77 tests 16 PASS table.cellPadding: 77 tests
24 PASS table.cellSpacing: 77 tests 17 PASS table.cellSpacing: 77 tests
25 PASS caption.title: 77 tests 18 PASS caption.title: 77 tests
26 PASS caption.lang: 77 tests 19 PASS caption.lang: 77 tests
27 PASS caption.dir: 151 tests 20 PASS caption.dir: 151 tests
28 PASS caption.className (<caption class>): 77 tests 21 PASS caption.className (<caption class>): 77 tests
29 PASS caption.hidden: 79 tests 22 PASS caption.hidden: 79 tests
30 PASS caption.accessKey: 77 tests 23 PASS caption.accessKey: 77 tests
31 PASS caption.tabIndex: 10 tests 24 PASS caption.tabIndex: 53 tests
32 FAIL caption.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767
33 PASS caption.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
34 FAIL caption.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got -32768
35 PASS caption.tabIndex: 36 tests
36 FAIL caption.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
37 PASS caption.tabIndex: 2 tests
38 FAIL caption.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
39 PASS caption.align: 77 tests 25 PASS caption.align: 77 tests
40 PASS colgroup.title: 77 tests 26 PASS colgroup.title: 77 tests
41 PASS colgroup.lang: 77 tests 27 PASS colgroup.lang: 77 tests
42 PASS colgroup.dir: 151 tests 28 PASS colgroup.dir: 151 tests
43 PASS colgroup.className (<colgroup class>): 77 tests 29 PASS colgroup.className (<colgroup class>): 77 tests
44 PASS colgroup.hidden: 79 tests 30 PASS colgroup.hidden: 79 tests
45 PASS colgroup.accessKey: 77 tests 31 PASS colgroup.accessKey: 77 tests
46 PASS colgroup.tabIndex: 10 tests 32 PASS colgroup.tabIndex: 53 tests
47 FAIL colgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767
48 PASS colgroup.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
49 FAIL colgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got -32768
50 PASS colgroup.tabIndex: 36 tests
51 FAIL colgroup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
52 PASS colgroup.tabIndex: 2 tests
53 FAIL colgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
54 PASS colgroup.span: 17 tests 33 PASS colgroup.span: 17 tests
55 FAIL colgroup.span: setAttribute() to 2147483648 followed by IDL get assert_equa ls: expected 1 but got 2147483648 34 FAIL colgroup.span: setAttribute() to 2147483648 followed by IDL get assert_equa ls: expected 1 but got 2147483648
56 PASS colgroup.span: setAttribute() to 4294967295 followed by getAttribute() 35 PASS colgroup.span: setAttribute() to 4294967295 followed by getAttribute()
57 FAIL colgroup.span: setAttribute() to 4294967295 followed by IDL get assert_equa ls: expected 1 but got 4294967295 36 FAIL colgroup.span: setAttribute() to 4294967295 followed by IDL get assert_equa ls: expected 1 but got 4294967295
58 PASS colgroup.span: 96 tests 37 PASS colgroup.span: 96 tests
59 FAIL colgroup.span: IDL set to 2147483648 followed by getAttribute() assert_equa ls: expected "1" but got "0" 38 FAIL colgroup.span: IDL set to 2147483648 followed by getAttribute() assert_equa ls: expected "1" but got "0"
60 PASS colgroup.span: 2 tests 39 PASS colgroup.span: 2 tests
61 FAIL colgroup.span: IDL set to 4294967295 followed by getAttribute() assert_equa ls: expected "1" but got "0" 40 FAIL colgroup.span: IDL set to 4294967295 followed by getAttribute() assert_equa ls: expected "1" but got "0"
62 PASS colgroup.span: IDL set to 4294967295 followed by IDL get 41 PASS colgroup.span: IDL set to 4294967295 followed by IDL get
63 PASS colgroup.align: 77 tests 42 PASS colgroup.align: 77 tests
64 PASS colgroup.ch (<colgroup char>): 77 tests 43 PASS colgroup.ch (<colgroup char>): 77 tests
65 PASS colgroup.chOff (<colgroup charoff>): 77 tests 44 PASS colgroup.chOff (<colgroup charoff>): 77 tests
66 PASS colgroup.vAlign: 77 tests 45 PASS colgroup.vAlign: 77 tests
67 PASS colgroup.width: 77 tests 46 PASS colgroup.width: 77 tests
68 PASS col.title: 77 tests 47 PASS col.title: 77 tests
69 PASS col.lang: 77 tests 48 PASS col.lang: 77 tests
70 PASS col.dir: 151 tests 49 PASS col.dir: 151 tests
71 PASS col.className (<col class>): 77 tests 50 PASS col.className (<col class>): 77 tests
72 PASS col.hidden: 79 tests 51 PASS col.hidden: 79 tests
73 PASS col.accessKey: 77 tests 52 PASS col.accessKey: 77 tests
74 PASS col.tabIndex: 10 tests 53 PASS col.tabIndex: 53 tests
75 FAIL col.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
76 PASS col.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
77 FAIL col.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
78 PASS col.tabIndex: 36 tests
79 FAIL col.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
80 PASS col.tabIndex: 2 tests
81 FAIL col.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
82 PASS col.span: 17 tests 54 PASS col.span: 17 tests
83 FAIL col.span: setAttribute() to 2147483648 followed by IDL get assert_equals: e xpected 1 but got 2147483648 55 FAIL col.span: setAttribute() to 2147483648 followed by IDL get assert_equals: e xpected 1 but got 2147483648
84 PASS col.span: setAttribute() to 4294967295 followed by getAttribute() 56 PASS col.span: setAttribute() to 4294967295 followed by getAttribute()
85 FAIL col.span: setAttribute() to 4294967295 followed by IDL get assert_equals: e xpected 1 but got 4294967295 57 FAIL col.span: setAttribute() to 4294967295 followed by IDL get assert_equals: e xpected 1 but got 4294967295
86 PASS col.span: 96 tests 58 PASS col.span: 96 tests
87 FAIL col.span: IDL set to 2147483648 followed by getAttribute() assert_equals: e xpected "1" but got "0" 59 FAIL col.span: IDL set to 2147483648 followed by getAttribute() assert_equals: e xpected "1" but got "0"
88 PASS col.span: 2 tests 60 PASS col.span: 2 tests
89 FAIL col.span: IDL set to 4294967295 followed by getAttribute() assert_equals: e xpected "1" but got "0" 61 FAIL col.span: IDL set to 4294967295 followed by getAttribute() assert_equals: e xpected "1" but got "0"
90 PASS col.span: IDL set to 4294967295 followed by IDL get 62 PASS col.span: IDL set to 4294967295 followed by IDL get
91 PASS col.align: 77 tests 63 PASS col.align: 77 tests
92 PASS col.ch (<col char>): 77 tests 64 PASS col.ch (<col char>): 77 tests
93 PASS col.chOff (<col charoff>): 77 tests 65 PASS col.chOff (<col charoff>): 77 tests
94 PASS col.vAlign: 77 tests 66 PASS col.vAlign: 77 tests
95 PASS col.width: 77 tests 67 PASS col.width: 77 tests
96 PASS tbody.title: 77 tests 68 PASS tbody.title: 77 tests
97 PASS tbody.lang: 77 tests 69 PASS tbody.lang: 77 tests
98 PASS tbody.dir: 151 tests 70 PASS tbody.dir: 151 tests
99 PASS tbody.className (<tbody class>): 77 tests 71 PASS tbody.className (<tbody class>): 77 tests
100 PASS tbody.hidden: 79 tests 72 PASS tbody.hidden: 79 tests
101 PASS tbody.accessKey: 77 tests 73 PASS tbody.accessKey: 77 tests
102 PASS tbody.tabIndex: 10 tests 74 PASS tbody.tabIndex: 53 tests
103 FAIL tbody.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
104 PASS tbody.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
105 FAIL tbody.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
106 PASS tbody.tabIndex: 36 tests
107 FAIL tbody.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
108 PASS tbody.tabIndex: 2 tests
109 FAIL tbody.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
110 PASS tbody.align: 77 tests 75 PASS tbody.align: 77 tests
111 PASS tbody.ch (<tbody char>): 77 tests 76 PASS tbody.ch (<tbody char>): 77 tests
112 PASS tbody.chOff (<tbody charoff>): 77 tests 77 PASS tbody.chOff (<tbody charoff>): 77 tests
113 PASS tbody.vAlign: 77 tests 78 PASS tbody.vAlign: 77 tests
114 PASS thead.title: 77 tests 79 PASS thead.title: 77 tests
115 PASS thead.lang: 77 tests 80 PASS thead.lang: 77 tests
116 PASS thead.dir: 151 tests 81 PASS thead.dir: 151 tests
117 PASS thead.className (<thead class>): 77 tests 82 PASS thead.className (<thead class>): 77 tests
118 PASS thead.hidden: 79 tests 83 PASS thead.hidden: 79 tests
119 PASS thead.accessKey: 77 tests 84 PASS thead.accessKey: 77 tests
120 PASS thead.tabIndex: 10 tests 85 PASS thead.tabIndex: 53 tests
121 FAIL thead.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
122 PASS thead.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
123 FAIL thead.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
124 PASS thead.tabIndex: 36 tests
125 FAIL thead.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
126 PASS thead.tabIndex: 2 tests
127 FAIL thead.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
128 PASS thead.align: 77 tests 86 PASS thead.align: 77 tests
129 PASS thead.ch (<thead char>): 77 tests 87 PASS thead.ch (<thead char>): 77 tests
130 PASS thead.chOff (<thead charoff>): 77 tests 88 PASS thead.chOff (<thead charoff>): 77 tests
131 PASS thead.vAlign: 77 tests 89 PASS thead.vAlign: 77 tests
132 PASS tfoot.title: 77 tests 90 PASS tfoot.title: 77 tests
133 PASS tfoot.lang: 77 tests 91 PASS tfoot.lang: 77 tests
134 PASS tfoot.dir: 151 tests 92 PASS tfoot.dir: 151 tests
135 PASS tfoot.className (<tfoot class>): 77 tests 93 PASS tfoot.className (<tfoot class>): 77 tests
136 PASS tfoot.hidden: 79 tests 94 PASS tfoot.hidden: 79 tests
137 PASS tfoot.accessKey: 77 tests 95 PASS tfoot.accessKey: 77 tests
138 PASS tfoot.tabIndex: 10 tests 96 PASS tfoot.tabIndex: 53 tests
139 FAIL tfoot.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
140 PASS tfoot.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
141 FAIL tfoot.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
142 PASS tfoot.tabIndex: 36 tests
143 FAIL tfoot.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
144 PASS tfoot.tabIndex: 2 tests
145 FAIL tfoot.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
146 PASS tfoot.align: 77 tests 97 PASS tfoot.align: 77 tests
147 PASS tfoot.ch (<tfoot char>): 77 tests 98 PASS tfoot.ch (<tfoot char>): 77 tests
148 PASS tfoot.chOff (<tfoot charoff>): 77 tests 99 PASS tfoot.chOff (<tfoot charoff>): 77 tests
149 PASS tfoot.vAlign: 77 tests 100 PASS tfoot.vAlign: 77 tests
150 PASS tr.title: 77 tests 101 PASS tr.title: 77 tests
151 PASS tr.lang: 77 tests 102 PASS tr.lang: 77 tests
152 PASS tr.dir: 151 tests 103 PASS tr.dir: 151 tests
153 PASS tr.className (<tr class>): 77 tests 104 PASS tr.className (<tr class>): 77 tests
154 PASS tr.hidden: 79 tests 105 PASS tr.hidden: 79 tests
155 PASS tr.accessKey: 77 tests 106 PASS tr.accessKey: 77 tests
156 PASS tr.tabIndex: 10 tests 107 PASS tr.tabIndex: 53 tests
157 FAIL tr.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
158 PASS tr.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
159 FAIL tr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
160 PASS tr.tabIndex: 36 tests
161 FAIL tr.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
162 PASS tr.tabIndex: 2 tests
163 FAIL tr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
164 PASS tr.align: 77 tests 108 PASS tr.align: 77 tests
165 PASS tr.ch (<tr char>): 77 tests 109 PASS tr.ch (<tr char>): 77 tests
166 PASS tr.chOff (<tr charoff>): 77 tests 110 PASS tr.chOff (<tr charoff>): 77 tests
167 PASS tr.vAlign: 77 tests 111 PASS tr.vAlign: 77 tests
168 PASS tr.bgColor: 77 tests 112 PASS tr.bgColor: 77 tests
169 PASS td.title: 77 tests 113 PASS td.title: 77 tests
170 PASS td.lang: 77 tests 114 PASS td.lang: 77 tests
171 PASS td.dir: 151 tests 115 PASS td.dir: 151 tests
172 PASS td.className (<td class>): 77 tests 116 PASS td.className (<td class>): 77 tests
173 PASS td.hidden: 79 tests 117 PASS td.hidden: 79 tests
174 PASS td.accessKey: 77 tests 118 PASS td.accessKey: 77 tests
175 PASS td.tabIndex: 10 tests 119 PASS td.tabIndex: 53 tests
176 FAIL td.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
177 PASS td.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
178 FAIL td.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
179 PASS td.tabIndex: 36 tests
180 FAIL td.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
181 PASS td.tabIndex: 2 tests
182 FAIL td.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
183 PASS td.colSpan: 11 tests 120 PASS td.colSpan: 11 tests
184 FAIL td.colSpan: setAttribute() to 0 followed by IDL get assert_equals: expected 0 but got 1 121 FAIL td.colSpan: setAttribute() to 0 followed by IDL get assert_equals: expected 0 but got 1
185 PASS td.colSpan: 5 tests 122 PASS td.colSpan: 5 tests
186 FAIL td.colSpan: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 8190 123 FAIL td.colSpan: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 8190
187 PASS td.colSpan: setAttribute() to 2147483648 followed by getAttribute() 124 PASS td.colSpan: setAttribute() to 2147483648 followed by getAttribute()
188 FAIL td.colSpan: setAttribute() to 2147483648 followed by IDL get assert_equals: expected 1 but got 8190 125 FAIL td.colSpan: setAttribute() to 2147483648 followed by IDL get assert_equals: expected 1 but got 8190
189 PASS td.colSpan: setAttribute() to 4294967295 followed by getAttribute() 126 PASS td.colSpan: setAttribute() to 4294967295 followed by getAttribute()
190 FAIL td.colSpan: setAttribute() to 4294967295 followed by IDL get assert_equals: expected 1 but got 8190 127 FAIL td.colSpan: setAttribute() to 4294967295 followed by IDL get assert_equals: expected 1 but got 8190
191 PASS td.colSpan: 7 tests 128 PASS td.colSpan: 7 tests
192 FAIL td.colSpan: setAttribute() to "-0" followed by IDL get assert_equals: expec ted 0 but got 1 129 FAIL td.colSpan: setAttribute() to "-0" followed by IDL get assert_equals: expec ted 0 but got 1
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 PASS td.chOff (<td charoff>): 77 tests 173 PASS td.chOff (<td charoff>): 77 tests
237 PASS td.noWrap: 79 tests 174 PASS td.noWrap: 79 tests
238 PASS td.vAlign: 77 tests 175 PASS td.vAlign: 77 tests
239 PASS td.bgColor: 77 tests 176 PASS td.bgColor: 77 tests
240 PASS th.title: 77 tests 177 PASS th.title: 77 tests
241 PASS th.lang: 77 tests 178 PASS th.lang: 77 tests
242 PASS th.dir: 151 tests 179 PASS th.dir: 151 tests
243 PASS th.className (<th class>): 77 tests 180 PASS th.className (<th class>): 77 tests
244 PASS th.hidden: 79 tests 181 PASS th.hidden: 79 tests
245 PASS th.accessKey: 77 tests 182 PASS th.accessKey: 77 tests
246 PASS th.tabIndex: 10 tests 183 PASS th.tabIndex: 53 tests
247 FAIL th.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
248 PASS th.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
249 FAIL th.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
250 PASS th.tabIndex: 36 tests
251 FAIL th.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
252 PASS th.tabIndex: 2 tests
253 FAIL th.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
254 PASS th.colSpan: 11 tests 184 PASS th.colSpan: 11 tests
255 FAIL th.colSpan: setAttribute() to 0 followed by IDL get assert_equals: expected 0 but got 1 185 FAIL th.colSpan: setAttribute() to 0 followed by IDL get assert_equals: expected 0 but got 1
256 PASS th.colSpan: 5 tests 186 PASS th.colSpan: 5 tests
257 FAIL th.colSpan: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 8190 187 FAIL th.colSpan: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 8190
258 PASS th.colSpan: setAttribute() to 2147483648 followed by getAttribute() 188 PASS th.colSpan: setAttribute() to 2147483648 followed by getAttribute()
259 FAIL th.colSpan: setAttribute() to 2147483648 followed by IDL get assert_equals: expected 1 but got 8190 189 FAIL th.colSpan: setAttribute() to 2147483648 followed by IDL get assert_equals: expected 1 but got 8190
260 PASS th.colSpan: setAttribute() to 4294967295 followed by getAttribute() 190 PASS th.colSpan: setAttribute() to 4294967295 followed by getAttribute()
261 FAIL th.colSpan: setAttribute() to 4294967295 followed by IDL get assert_equals: expected 1 but got 8190 191 FAIL th.colSpan: setAttribute() to 4294967295 followed by IDL get assert_equals: expected 1 but got 8190
262 PASS th.colSpan: 7 tests 192 PASS th.colSpan: 7 tests
263 FAIL th.colSpan: setAttribute() to "-0" followed by IDL get assert_equals: expec ted 0 but got 1 193 FAIL th.colSpan: setAttribute() to "-0" followed by IDL get assert_equals: expec ted 0 but got 1
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 PASS th.axis: 77 tests 233 PASS th.axis: 77 tests
304 PASS th.height: 77 tests 234 PASS th.height: 77 tests
305 PASS th.width: 77 tests 235 PASS th.width: 77 tests
306 PASS th.ch (<th char>): 77 tests 236 PASS th.ch (<th char>): 77 tests
307 PASS th.chOff (<th charoff>): 77 tests 237 PASS th.chOff (<th charoff>): 77 tests
308 PASS th.noWrap: 79 tests 238 PASS th.noWrap: 79 tests
309 PASS th.vAlign: 77 tests 239 PASS th.vAlign: 77 tests
310 PASS th.bgColor: 77 tests 240 PASS th.bgColor: 77 tests
311 Harness: the test ran to completion. 241 Harness: the test ran to completion.
312 242
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698