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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-misc-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 html.title: 77 tests 2 PASS html.title: 77 tests
3 PASS html.lang: 77 tests 3 PASS html.lang: 77 tests
4 PASS html.dir: 151 tests 4 PASS html.dir: 151 tests
5 PASS html.className (<html class>): 77 tests 5 PASS html.className (<html class>): 77 tests
6 PASS html.hidden: 79 tests 6 PASS html.hidden: 79 tests
7 PASS html.accessKey: 77 tests 7 PASS html.accessKey: 77 tests
8 PASS html.tabIndex: 10 tests 8 PASS html.tabIndex: 53 tests
9 FAIL html.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
10 PASS html.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
11 FAIL html.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
12 PASS html.tabIndex: 36 tests
13 FAIL html.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
14 PASS html.tabIndex: 2 tests
15 FAIL html.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
16 PASS html.version: 77 tests 9 PASS html.version: 77 tests
17 PASS script.title: 77 tests 10 PASS script.title: 77 tests
18 PASS script.lang: 77 tests 11 PASS script.lang: 77 tests
19 PASS script.dir: 151 tests 12 PASS script.dir: 151 tests
20 PASS script.className (<script class>): 77 tests 13 PASS script.className (<script class>): 77 tests
21 PASS script.hidden: 79 tests 14 PASS script.hidden: 79 tests
22 PASS script.accessKey: 77 tests 15 PASS script.accessKey: 77 tests
23 PASS script.tabIndex: 10 tests 16 PASS script.tabIndex: 53 tests
24 FAIL script.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
25 PASS script.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
26 FAIL script.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
27 PASS script.tabIndex: 36 tests
28 FAIL script.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
29 PASS script.tabIndex: 2 tests
30 FAIL script.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
31 PASS script.src: 92 tests 17 PASS script.src: 92 tests
32 PASS script.type: 77 tests 18 PASS script.type: 77 tests
33 PASS script.charset: 77 tests 19 PASS script.charset: 77 tests
34 PASS script.defer: 79 tests 20 PASS script.defer: 79 tests
35 PASS script.crossOrigin: 127 tests 21 PASS script.crossOrigin: 127 tests
36 PASS noscript.title: 77 tests 22 PASS noscript.title: 77 tests
37 PASS noscript.lang: 77 tests 23 PASS noscript.lang: 77 tests
38 PASS noscript.dir: 151 tests 24 PASS noscript.dir: 151 tests
39 PASS noscript.className (<noscript class>): 77 tests 25 PASS noscript.className (<noscript class>): 77 tests
40 PASS noscript.hidden: 79 tests 26 PASS noscript.hidden: 79 tests
41 PASS noscript.accessKey: 77 tests 27 PASS noscript.accessKey: 77 tests
42 PASS noscript.tabIndex: 10 tests 28 PASS noscript.tabIndex: 53 tests
43 FAIL noscript.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767
44 PASS noscript.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
45 FAIL noscript.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got -32768
46 PASS noscript.tabIndex: 36 tests
47 FAIL noscript.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
48 PASS noscript.tabIndex: 2 tests
49 FAIL noscript.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
50 PASS ins.title: 77 tests 29 PASS ins.title: 77 tests
51 PASS ins.lang: 77 tests 30 PASS ins.lang: 77 tests
52 PASS ins.dir: 151 tests 31 PASS ins.dir: 151 tests
53 PASS ins.className (<ins class>): 77 tests 32 PASS ins.className (<ins class>): 77 tests
54 PASS ins.hidden: 79 tests 33 PASS ins.hidden: 79 tests
55 PASS ins.accessKey: 77 tests 34 PASS ins.accessKey: 77 tests
56 PASS ins.tabIndex: 10 tests 35 PASS ins.tabIndex: 53 tests
57 FAIL ins.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
58 PASS ins.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
59 FAIL ins.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
60 PASS ins.tabIndex: 36 tests
61 FAIL ins.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
62 PASS ins.tabIndex: 2 tests
63 FAIL ins.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
64 PASS ins.cite: 92 tests 36 PASS ins.cite: 92 tests
65 PASS ins.dateTime: 77 tests 37 PASS ins.dateTime: 77 tests
66 PASS del.title: 77 tests 38 PASS del.title: 77 tests
67 PASS del.lang: 77 tests 39 PASS del.lang: 77 tests
68 PASS del.dir: 151 tests 40 PASS del.dir: 151 tests
69 PASS del.className (<del class>): 77 tests 41 PASS del.className (<del class>): 77 tests
70 PASS del.hidden: 79 tests 42 PASS del.hidden: 79 tests
71 PASS del.accessKey: 77 tests 43 PASS del.accessKey: 77 tests
72 PASS del.tabIndex: 10 tests 44 PASS del.tabIndex: 53 tests
73 FAIL del.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
74 PASS del.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
75 FAIL del.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
76 PASS del.tabIndex: 36 tests
77 FAIL del.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
78 PASS del.tabIndex: 2 tests
79 FAIL del.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
80 PASS del.cite: 92 tests 45 PASS del.cite: 92 tests
81 PASS del.dateTime: 77 tests 46 PASS del.dateTime: 77 tests
82 PASS details.title: 77 tests 47 PASS details.title: 77 tests
83 PASS details.lang: 77 tests 48 PASS details.lang: 77 tests
84 PASS details.dir: 151 tests 49 PASS details.dir: 151 tests
85 PASS details.className (<details class>): 77 tests 50 PASS details.className (<details class>): 77 tests
86 PASS details.hidden: 79 tests 51 PASS details.hidden: 79 tests
87 PASS details.accessKey: 77 tests 52 PASS details.accessKey: 77 tests
88 PASS details.tabIndex: 10 tests 53 PASS details.tabIndex: 53 tests
89 FAIL details.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767
90 PASS details.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
91 FAIL details.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got -32768
92 PASS details.tabIndex: 36 tests
93 FAIL details.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
94 PASS details.tabIndex: 2 tests
95 FAIL details.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
96 PASS details.open: 79 tests 54 PASS details.open: 79 tests
97 PASS summary.title: 77 tests 55 PASS summary.title: 77 tests
98 PASS summary.lang: 77 tests 56 PASS summary.lang: 77 tests
99 PASS summary.dir: 151 tests 57 PASS summary.dir: 151 tests
100 PASS summary.className (<summary class>): 77 tests 58 PASS summary.className (<summary class>): 77 tests
101 PASS summary.hidden: 79 tests 59 PASS summary.hidden: 79 tests
102 PASS summary.accessKey: 77 tests 60 PASS summary.accessKey: 77 tests
103 PASS summary.tabIndex: 2 tests 61 PASS summary.tabIndex: 2 tests
104 FAIL summary.tabIndex: setAttribute() to -36 followed by IDL get assert_equals: expected -36 but got -1 62 FAIL summary.tabIndex: setAttribute() to -36 followed by IDL get assert_equals: expected -36 but got -1
105 PASS summary.tabIndex: 3 tests 63 PASS summary.tabIndex: 3 tests
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 PASS summary.tabIndex: 2 tests 97 PASS summary.tabIndex: 2 tests
140 FAIL summary.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got -1 98 FAIL summary.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got -1
141 PASS summary.tabIndex: 2 tests 99 PASS summary.tabIndex: 2 tests
142 FAIL summary.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -1 100 FAIL summary.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -1
143 PASS menu.title: 77 tests 101 PASS menu.title: 77 tests
144 PASS menu.lang: 77 tests 102 PASS menu.lang: 77 tests
145 PASS menu.dir: 151 tests 103 PASS menu.dir: 151 tests
146 PASS menu.className (<menu class>): 77 tests 104 PASS menu.className (<menu class>): 77 tests
147 PASS menu.hidden: 79 tests 105 PASS menu.hidden: 79 tests
148 PASS menu.accessKey: 77 tests 106 PASS menu.accessKey: 77 tests
149 PASS menu.tabIndex: 10 tests 107 PASS menu.tabIndex: 53 tests
150 FAIL menu.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
151 PASS menu.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
152 FAIL menu.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
153 PASS menu.tabIndex: 36 tests
154 FAIL menu.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
155 PASS menu.tabIndex: 2 tests
156 FAIL menu.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
157 PASS menu.type: typeof IDL attribute 108 PASS menu.type: typeof IDL attribute
158 FAIL menu.type: IDL get with DOM attribute unset assert_equals: expected "toolba r" but got "" 109 FAIL menu.type: IDL get with DOM attribute unset assert_equals: expected "toolba r" but got ""
159 PASS menu.type: setAttribute() to "" followed by getAttribute() 110 PASS menu.type: setAttribute() to "" followed by getAttribute()
160 FAIL menu.type: setAttribute() to "" followed by IDL get assert_equals: expected "toolbar" but got "" 111 FAIL menu.type: setAttribute() to "" followed by IDL get assert_equals: expected "toolbar" but got ""
161 PASS menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() 112 PASS menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
162 FAIL menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get assert_equals: expected "toolbar" but got " \0\x01\x02\x03\ x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x 1a\x1b\x1c\x1d\x1e\x1f foo " 113 FAIL menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get assert_equals: expected "toolbar" but got " \0\x01\x02\x03\ x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x 1a\x1b\x1c\x1d\x1e\x1f foo "
163 PASS menu.type: setAttribute() to undefined followed by getAttribute() 114 PASS menu.type: setAttribute() to undefined followed by getAttribute()
164 FAIL menu.type: setAttribute() to undefined followed by IDL get assert_equals: e xpected "toolbar" but got "undefined" 115 FAIL menu.type: setAttribute() to undefined followed by IDL get assert_equals: e xpected "toolbar" but got "undefined"
165 PASS menu.type: setAttribute() to 7 followed by getAttribute() 116 PASS menu.type: setAttribute() to 7 followed by getAttribute()
166 FAIL menu.type: setAttribute() to 7 followed by IDL get assert_equals: expected "toolbar" but got "7" 117 FAIL menu.type: setAttribute() to 7 followed by IDL get assert_equals: expected "toolbar" but got "7"
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 PASS menu.type: 2 tests 200 PASS menu.type: 2 tests
250 FAIL menu.type: IDL set to "TOOLBAR" followed by IDL get assert_equals: expected "toolbar" but got "TOOLBAR" 201 FAIL menu.type: IDL set to "TOOLBAR" followed by IDL get assert_equals: expected "toolbar" but got "TOOLBAR"
251 PASS menu.label: 77 tests 202 PASS menu.label: 77 tests
252 PASS menu.compact: 79 tests 203 PASS menu.compact: 79 tests
253 PASS menuitem.title: 77 tests 204 PASS menuitem.title: 77 tests
254 PASS menuitem.lang: 77 tests 205 PASS menuitem.lang: 77 tests
255 PASS menuitem.dir: 151 tests 206 PASS menuitem.dir: 151 tests
256 PASS menuitem.className (<menuitem class>): 77 tests 207 PASS menuitem.className (<menuitem class>): 77 tests
257 PASS menuitem.hidden: 79 tests 208 PASS menuitem.hidden: 79 tests
258 PASS menuitem.accessKey: 77 tests 209 PASS menuitem.accessKey: 77 tests
259 PASS menuitem.tabIndex: 10 tests 210 PASS menuitem.tabIndex: 53 tests
260 FAIL menuitem.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767
261 PASS menuitem.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
262 FAIL menuitem.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got -32768
263 PASS menuitem.tabIndex: 36 tests
264 FAIL menuitem.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
265 PASS menuitem.tabIndex: 2 tests
266 FAIL menuitem.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
267 PASS menuitem.type: typeof IDL attribute 211 PASS menuitem.type: typeof IDL attribute
268 FAIL menuitem.type: IDL get with DOM attribute unset assert_equals: expected "co mmand" but got "" 212 FAIL menuitem.type: IDL get with DOM attribute unset assert_equals: expected "co mmand" but got ""
269 PASS menuitem.type: setAttribute() to "" followed by getAttribute() 213 PASS menuitem.type: setAttribute() to "" followed by getAttribute()
270 FAIL menuitem.type: setAttribute() to "" followed by IDL get assert_equals: expe cted "command" but got "" 214 FAIL menuitem.type: setAttribute() to "" followed by IDL get assert_equals: expe cted "command" but got ""
271 PASS menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by getAttribute() 215 PASS menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by getAttribute()
272 FAIL menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by IDL get assert_equals: expected "command" but got " \0\x01\x02\ x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x 19\x1a\x1b\x1c\x1d\x1e\x1f foo " 216 FAIL menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by IDL get assert_equals: expected "command" but got " \0\x01\x02\ x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x 19\x1a\x1b\x1c\x1d\x1e\x1f foo "
273 PASS menuitem.type: setAttribute() to undefined followed by getAttribute() 217 PASS menuitem.type: setAttribute() to undefined followed by getAttribute()
274 FAIL menuitem.type: setAttribute() to undefined followed by IDL get assert_equal s: expected "command" but got "undefined" 218 FAIL menuitem.type: setAttribute() to undefined followed by IDL get assert_equal s: expected "command" but got "undefined"
275 PASS menuitem.type: setAttribute() to 7 followed by getAttribute() 219 PASS menuitem.type: setAttribute() to 7 followed by getAttribute()
276 FAIL menuitem.type: setAttribute() to 7 followed by IDL get assert_equals: expec ted "command" but got "7" 220 FAIL menuitem.type: setAttribute() to 7 followed by IDL get assert_equals: expec ted "command" but got "7"
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 PASS menuitem.disabled: 79 tests 323 PASS menuitem.disabled: 79 tests
380 PASS menuitem.checked: 79 tests 324 PASS menuitem.checked: 79 tests
381 PASS menuitem.radiogroup: 77 tests 325 PASS menuitem.radiogroup: 77 tests
382 PASS menuitem.default: 79 tests 326 PASS menuitem.default: 79 tests
383 PASS dialog.title: 77 tests 327 PASS dialog.title: 77 tests
384 PASS dialog.lang: 77 tests 328 PASS dialog.lang: 77 tests
385 PASS dialog.dir: 151 tests 329 PASS dialog.dir: 151 tests
386 PASS dialog.className (<dialog class>): 77 tests 330 PASS dialog.className (<dialog class>): 77 tests
387 PASS dialog.hidden: 79 tests 331 PASS dialog.hidden: 79 tests
388 PASS dialog.accessKey: 77 tests 332 PASS dialog.accessKey: 77 tests
389 PASS dialog.tabIndex: 10 tests 333 PASS dialog.tabIndex: 53 tests
390 FAIL dialog.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
391 PASS dialog.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
392 FAIL dialog.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
393 PASS dialog.tabIndex: 36 tests
394 FAIL dialog.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
395 PASS dialog.tabIndex: 2 tests
396 FAIL dialog.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
397 PASS dialog.open: 79 tests 334 PASS dialog.open: 79 tests
398 PASS undefinedelement.title: 77 tests 335 PASS undefinedelement.title: 77 tests
399 PASS undefinedelement.lang: 77 tests 336 PASS undefinedelement.lang: 77 tests
400 PASS undefinedelement.dir: 151 tests 337 PASS undefinedelement.dir: 151 tests
401 PASS undefinedelement.className (<undefinedelement class>): 77 tests 338 PASS undefinedelement.className (<undefinedelement class>): 77 tests
402 PASS undefinedelement.hidden: 79 tests 339 PASS undefinedelement.hidden: 79 tests
403 PASS undefinedelement.accessKey: 77 tests 340 PASS undefinedelement.accessKey: 77 tests
404 PASS undefinedelement.tabIndex: 10 tests 341 PASS undefinedelement.tabIndex: 53 tests
405 FAIL undefinedelement.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
406 PASS undefinedelement.tabIndex: setAttribute() to -2147483648 followed by getAtt ribute()
407 FAIL undefinedelement.tabIndex: setAttribute() to -2147483648 followed by IDL ge t assert_equals: expected -2147483648 but got -32768
408 PASS undefinedelement.tabIndex: 36 tests
409 FAIL undefinedelement.tabIndex: IDL set to 2147483647 followed by IDL get assert _equals: expected 2147483647 but got 32767
410 PASS undefinedelement.tabIndex: 2 tests
411 FAIL undefinedelement.tabIndex: IDL set to -2147483648 followed by IDL get asser t_equals: expected -2147483648 but got -32768
412 Harness: the test ran to completion. 342 Harness: the test ran to completion.
413 343
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698