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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-text-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 a.title: 77 tests 2 PASS a.title: 77 tests
3 PASS a.lang: 77 tests 3 PASS a.lang: 77 tests
4 PASS a.dir: 151 tests 4 PASS a.dir: 151 tests
5 PASS a.className (<a class>): 77 tests 5 PASS a.className (<a class>): 77 tests
6 PASS a.hidden: 79 tests 6 PASS a.hidden: 79 tests
7 PASS a.accessKey: 77 tests 7 PASS a.accessKey: 77 tests
8 PASS a.tabIndex: 10 tests 8 PASS a.tabIndex: 53 tests
9 FAIL a.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
10 PASS a.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
11 FAIL a.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
12 PASS a.tabIndex: 36 tests
13 FAIL a.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expect ed 2147483647 but got 32767
14 PASS a.tabIndex: 2 tests
15 FAIL a.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expec ted -2147483648 but got -32768
16 PASS a.target: 77 tests 9 PASS a.target: 77 tests
17 PASS a.download: 77 tests 10 PASS a.download: 77 tests
18 PASS a.ping: 77 tests 11 PASS a.ping: 77 tests
19 PASS a.rel: 77 tests 12 PASS a.rel: 77 tests
20 PASS a.hreflang: 77 tests 13 PASS a.hreflang: 77 tests
21 PASS a.type: 77 tests 14 PASS a.type: 77 tests
22 PASS a.href: 92 tests 15 PASS a.href: 92 tests
23 PASS a.coords: 77 tests 16 PASS a.coords: 77 tests
24 PASS a.charset: 77 tests 17 PASS a.charset: 77 tests
25 PASS a.name: 77 tests 18 PASS a.name: 77 tests
26 PASS a.rev: 77 tests 19 PASS a.rev: 77 tests
27 PASS a.shape: 77 tests 20 PASS a.shape: 77 tests
28 PASS em.title: 77 tests 21 PASS em.title: 77 tests
29 PASS em.lang: 77 tests 22 PASS em.lang: 77 tests
30 PASS em.dir: 151 tests 23 PASS em.dir: 151 tests
31 PASS em.className (<em class>): 77 tests 24 PASS em.className (<em class>): 77 tests
32 PASS em.hidden: 79 tests 25 PASS em.hidden: 79 tests
33 PASS em.accessKey: 77 tests 26 PASS em.accessKey: 77 tests
34 PASS em.tabIndex: 10 tests 27 PASS em.tabIndex: 53 tests
35 FAIL em.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
36 PASS em.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
37 FAIL em.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
38 PASS em.tabIndex: 36 tests
39 FAIL em.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
40 PASS em.tabIndex: 2 tests
41 FAIL em.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
42 PASS strong.title: 77 tests 28 PASS strong.title: 77 tests
43 PASS strong.lang: 77 tests 29 PASS strong.lang: 77 tests
44 PASS strong.dir: 151 tests 30 PASS strong.dir: 151 tests
45 PASS strong.className (<strong class>): 77 tests 31 PASS strong.className (<strong class>): 77 tests
46 PASS strong.hidden: 79 tests 32 PASS strong.hidden: 79 tests
47 PASS strong.accessKey: 77 tests 33 PASS strong.accessKey: 77 tests
48 PASS strong.tabIndex: 10 tests 34 PASS strong.tabIndex: 53 tests
49 FAIL strong.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
50 PASS strong.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
51 FAIL strong.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
52 PASS strong.tabIndex: 36 tests
53 FAIL strong.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
54 PASS strong.tabIndex: 2 tests
55 FAIL strong.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
56 PASS small.title: 77 tests 35 PASS small.title: 77 tests
57 PASS small.lang: 77 tests 36 PASS small.lang: 77 tests
58 PASS small.dir: 151 tests 37 PASS small.dir: 151 tests
59 PASS small.className (<small class>): 77 tests 38 PASS small.className (<small class>): 77 tests
60 PASS small.hidden: 79 tests 39 PASS small.hidden: 79 tests
61 PASS small.accessKey: 77 tests 40 PASS small.accessKey: 77 tests
62 PASS small.tabIndex: 10 tests 41 PASS small.tabIndex: 53 tests
63 FAIL small.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
64 PASS small.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
65 FAIL small.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
66 PASS small.tabIndex: 36 tests
67 FAIL small.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
68 PASS small.tabIndex: 2 tests
69 FAIL small.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
70 PASS s.title: 77 tests 42 PASS s.title: 77 tests
71 PASS s.lang: 77 tests 43 PASS s.lang: 77 tests
72 PASS s.dir: 151 tests 44 PASS s.dir: 151 tests
73 PASS s.className (<s class>): 77 tests 45 PASS s.className (<s class>): 77 tests
74 PASS s.hidden: 79 tests 46 PASS s.hidden: 79 tests
75 PASS s.accessKey: 77 tests 47 PASS s.accessKey: 77 tests
76 PASS s.tabIndex: 10 tests 48 PASS s.tabIndex: 53 tests
77 FAIL s.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
78 PASS s.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
79 FAIL s.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
80 PASS s.tabIndex: 36 tests
81 FAIL s.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expect ed 2147483647 but got 32767
82 PASS s.tabIndex: 2 tests
83 FAIL s.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expec ted -2147483648 but got -32768
84 PASS cite.title: 77 tests 49 PASS cite.title: 77 tests
85 PASS cite.lang: 77 tests 50 PASS cite.lang: 77 tests
86 PASS cite.dir: 151 tests 51 PASS cite.dir: 151 tests
87 PASS cite.className (<cite class>): 77 tests 52 PASS cite.className (<cite class>): 77 tests
88 PASS cite.hidden: 79 tests 53 PASS cite.hidden: 79 tests
89 PASS cite.accessKey: 77 tests 54 PASS cite.accessKey: 77 tests
90 PASS cite.tabIndex: 10 tests 55 PASS cite.tabIndex: 53 tests
91 FAIL cite.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
92 PASS cite.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
93 FAIL cite.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
94 PASS cite.tabIndex: 36 tests
95 FAIL cite.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
96 PASS cite.tabIndex: 2 tests
97 FAIL cite.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
98 PASS q.title: 77 tests 56 PASS q.title: 77 tests
99 PASS q.lang: 77 tests 57 PASS q.lang: 77 tests
100 PASS q.dir: 151 tests 58 PASS q.dir: 151 tests
101 PASS q.className (<q class>): 77 tests 59 PASS q.className (<q class>): 77 tests
102 PASS q.hidden: 79 tests 60 PASS q.hidden: 79 tests
103 PASS q.accessKey: 77 tests 61 PASS q.accessKey: 77 tests
104 PASS q.tabIndex: 10 tests 62 PASS q.tabIndex: 53 tests
105 FAIL q.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
106 PASS q.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
107 FAIL q.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
108 PASS q.tabIndex: 36 tests
109 FAIL q.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expect ed 2147483647 but got 32767
110 PASS q.tabIndex: 2 tests
111 FAIL q.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expec ted -2147483648 but got -32768
112 PASS q.cite: 92 tests 63 PASS q.cite: 92 tests
113 PASS dfn.title: 77 tests 64 PASS dfn.title: 77 tests
114 PASS dfn.lang: 77 tests 65 PASS dfn.lang: 77 tests
115 PASS dfn.dir: 151 tests 66 PASS dfn.dir: 151 tests
116 PASS dfn.className (<dfn class>): 77 tests 67 PASS dfn.className (<dfn class>): 77 tests
117 PASS dfn.hidden: 79 tests 68 PASS dfn.hidden: 79 tests
118 PASS dfn.accessKey: 77 tests 69 PASS dfn.accessKey: 77 tests
119 PASS dfn.tabIndex: 10 tests 70 PASS dfn.tabIndex: 53 tests
120 FAIL dfn.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
121 PASS dfn.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
122 FAIL dfn.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
123 PASS dfn.tabIndex: 36 tests
124 FAIL dfn.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
125 PASS dfn.tabIndex: 2 tests
126 FAIL dfn.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
127 PASS abbr.title: 77 tests 71 PASS abbr.title: 77 tests
128 PASS abbr.lang: 77 tests 72 PASS abbr.lang: 77 tests
129 PASS abbr.dir: 151 tests 73 PASS abbr.dir: 151 tests
130 PASS abbr.className (<abbr class>): 77 tests 74 PASS abbr.className (<abbr class>): 77 tests
131 PASS abbr.hidden: 79 tests 75 PASS abbr.hidden: 79 tests
132 PASS abbr.accessKey: 77 tests 76 PASS abbr.accessKey: 77 tests
133 PASS abbr.tabIndex: 10 tests 77 PASS abbr.tabIndex: 53 tests
134 FAIL abbr.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
135 PASS abbr.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
136 FAIL abbr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
137 PASS abbr.tabIndex: 36 tests
138 FAIL abbr.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
139 PASS abbr.tabIndex: 2 tests
140 FAIL abbr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
141 PASS data.title: 77 tests 78 PASS data.title: 77 tests
142 PASS data.lang: 77 tests 79 PASS data.lang: 77 tests
143 PASS data.dir: 151 tests 80 PASS data.dir: 151 tests
144 PASS data.className (<data class>): 77 tests 81 PASS data.className (<data class>): 77 tests
145 PASS data.hidden: 79 tests 82 PASS data.hidden: 79 tests
146 PASS data.accessKey: 77 tests 83 PASS data.accessKey: 77 tests
147 PASS data.tabIndex: 10 tests 84 PASS data.tabIndex: 53 tests
148 FAIL data.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
149 PASS data.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
150 FAIL data.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
151 PASS data.tabIndex: 36 tests
152 FAIL data.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
153 PASS data.tabIndex: 2 tests
154 FAIL data.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
155 FAIL data.value: typeof IDL attribute assert_equals: expected "string" but got " undefined" 85 FAIL data.value: typeof IDL attribute assert_equals: expected "string" but got " undefined"
156 FAIL data.value: IDL get with DOM attribute unset assert_equals: expected (strin g) "" but got (undefined) undefined 86 FAIL data.value: IDL get with DOM attribute unset assert_equals: expected (strin g) "" but got (undefined) undefined
157 PASS data.value: setAttribute() to "" followed by getAttribute() 87 PASS data.value: setAttribute() to "" followed by getAttribute()
158 FAIL data.value: setAttribute() to "" followed by IDL get assert_equals: expecte d (string) "" but got (undefined) undefined 88 FAIL data.value: setAttribute() to "" followed by IDL get assert_equals: expecte d (string) "" but got (undefined) undefined
159 PASS data.value: 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() 89 PASS data.value: 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()
160 FAIL data.value: 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 (string) " \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\x 1c\x1d\x1e\x1f foo " but got (undefined) undefined 90 FAIL data.value: 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 (string) " \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\x 1c\x1d\x1e\x1f foo " but got (undefined) undefined
161 PASS data.value: setAttribute() to undefined followed by getAttribute() 91 PASS data.value: setAttribute() to undefined followed by getAttribute()
162 FAIL data.value: setAttribute() to undefined followed by IDL get assert_equals: expected (string) "undefined" but got (undefined) undefined 92 FAIL data.value: setAttribute() to undefined followed by IDL get assert_equals: expected (string) "undefined" but got (undefined) undefined
163 PASS data.value: setAttribute() to 7 followed by getAttribute() 93 PASS data.value: setAttribute() to 7 followed by getAttribute()
164 FAIL data.value: setAttribute() to 7 followed by IDL get assert_equals: expected (string) "7" but got (undefined) undefined 94 FAIL data.value: setAttribute() to 7 followed by IDL get assert_equals: expected (string) "7" but got (undefined) undefined
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 FAIL data.value: IDL set to object "test-toString" followed by getAttribute() as sert_equals: expected "test-toString" but got "test-valueOf" 154 FAIL data.value: IDL set to object "test-toString" followed by getAttribute() as sert_equals: expected "test-toString" but got "test-valueOf"
225 FAIL data.value: IDL set to object "test-toString" followed by IDL get assert_eq uals: expected (string) "test-toString" but got (object) object "test-toString" 155 FAIL data.value: IDL set to object "test-toString" followed by IDL get assert_eq uals: expected (string) "test-toString" but got (object) object "test-toString"
226 PASS data.value: 2 tests 156 PASS data.value: 2 tests
227 FAIL data.value: IDL set to object "test-valueOf" followed by IDL get assert_equ als: expected (string) "test-valueOf" but got (object) object "test-valueOf" 157 FAIL data.value: IDL set to object "test-valueOf" followed by IDL get assert_equ als: expected (string) "test-valueOf" but got (object) object "test-valueOf"
228 PASS time.title: 77 tests 158 PASS time.title: 77 tests
229 PASS time.lang: 77 tests 159 PASS time.lang: 77 tests
230 PASS time.dir: 151 tests 160 PASS time.dir: 151 tests
231 PASS time.className (<time class>): 77 tests 161 PASS time.className (<time class>): 77 tests
232 PASS time.hidden: 79 tests 162 PASS time.hidden: 79 tests
233 PASS time.accessKey: 77 tests 163 PASS time.accessKey: 77 tests
234 PASS time.tabIndex: 10 tests 164 PASS time.tabIndex: 53 tests
235 FAIL time.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
236 PASS time.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
237 FAIL time.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
238 PASS time.tabIndex: 36 tests
239 FAIL time.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
240 PASS time.tabIndex: 2 tests
241 FAIL time.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
242 FAIL time.dateTime: typeof IDL attribute assert_equals: expected "string" but go t "undefined" 165 FAIL time.dateTime: typeof IDL attribute assert_equals: expected "string" but go t "undefined"
243 FAIL time.dateTime: IDL get with DOM attribute unset assert_equals: expected (st ring) "" but got (undefined) undefined 166 FAIL time.dateTime: IDL get with DOM attribute unset assert_equals: expected (st ring) "" but got (undefined) undefined
244 PASS time.dateTime: setAttribute() to "" followed by getAttribute() 167 PASS time.dateTime: setAttribute() to "" followed by getAttribute()
245 FAIL time.dateTime: setAttribute() to "" followed by IDL get assert_equals: expe cted (string) "" but got (undefined) undefined 168 FAIL time.dateTime: setAttribute() to "" followed by IDL get assert_equals: expe cted (string) "" but got (undefined) undefined
246 PASS time.dateTime: 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() 169 PASS time.dateTime: 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()
247 FAIL time.dateTime: 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 (string) " \0\x01\x02\x03\x04\x 05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1 b\x1c\x1d\x1e\x1f foo " but got (undefined) undefined 170 FAIL time.dateTime: 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 (string) " \0\x01\x02\x03\x04\x 05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1 b\x1c\x1d\x1e\x1f foo " but got (undefined) undefined
248 PASS time.dateTime: setAttribute() to undefined followed by getAttribute() 171 PASS time.dateTime: setAttribute() to undefined followed by getAttribute()
249 FAIL time.dateTime: setAttribute() to undefined followed by IDL get assert_equal s: expected (string) "undefined" but got (undefined) undefined 172 FAIL time.dateTime: setAttribute() to undefined followed by IDL get assert_equal s: expected (string) "undefined" but got (undefined) undefined
250 PASS time.dateTime: setAttribute() to 7 followed by getAttribute() 173 PASS time.dateTime: setAttribute() to 7 followed by getAttribute()
251 FAIL time.dateTime: setAttribute() to 7 followed by IDL get assert_equals: expec ted (string) "7" but got (undefined) undefined 174 FAIL time.dateTime: setAttribute() to 7 followed by IDL get assert_equals: expec ted (string) "7" but got (undefined) undefined
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 FAIL time.dateTime: IDL set to object "test-toString" followed by getAttribute() assert_equals: expected "test-toString" but got "test-valueOf" 234 FAIL time.dateTime: IDL set to object "test-toString" followed by getAttribute() assert_equals: expected "test-toString" but got "test-valueOf"
312 FAIL time.dateTime: IDL set to object "test-toString" followed by IDL get assert _equals: expected (string) "test-toString" but got (object) object "test-toStrin g" 235 FAIL time.dateTime: IDL set to object "test-toString" followed by IDL get assert _equals: expected (string) "test-toString" but got (object) object "test-toStrin g"
313 PASS time.dateTime: 2 tests 236 PASS time.dateTime: 2 tests
314 FAIL time.dateTime: IDL set to object "test-valueOf" followed by IDL get assert_ equals: expected (string) "test-valueOf" but got (object) object "test-valueOf" 237 FAIL time.dateTime: IDL set to object "test-valueOf" followed by IDL get assert_ equals: expected (string) "test-valueOf" but got (object) object "test-valueOf"
315 PASS code.title: 77 tests 238 PASS code.title: 77 tests
316 PASS code.lang: 77 tests 239 PASS code.lang: 77 tests
317 PASS code.dir: 151 tests 240 PASS code.dir: 151 tests
318 PASS code.className (<code class>): 77 tests 241 PASS code.className (<code class>): 77 tests
319 PASS code.hidden: 79 tests 242 PASS code.hidden: 79 tests
320 PASS code.accessKey: 77 tests 243 PASS code.accessKey: 77 tests
321 PASS code.tabIndex: 10 tests 244 PASS code.tabIndex: 53 tests
322 FAIL code.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
323 PASS code.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
324 FAIL code.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
325 PASS code.tabIndex: 36 tests
326 FAIL code.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
327 PASS code.tabIndex: 2 tests
328 FAIL code.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
329 PASS var.title: 77 tests 245 PASS var.title: 77 tests
330 PASS var.lang: 77 tests 246 PASS var.lang: 77 tests
331 PASS var.dir: 151 tests 247 PASS var.dir: 151 tests
332 PASS var.className (<var class>): 77 tests 248 PASS var.className (<var class>): 77 tests
333 PASS var.hidden: 79 tests 249 PASS var.hidden: 79 tests
334 PASS var.accessKey: 77 tests 250 PASS var.accessKey: 77 tests
335 PASS var.tabIndex: 10 tests 251 PASS var.tabIndex: 53 tests
336 FAIL var.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
337 PASS var.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
338 FAIL var.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
339 PASS var.tabIndex: 36 tests
340 FAIL var.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
341 PASS var.tabIndex: 2 tests
342 FAIL var.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
343 PASS samp.title: 77 tests 252 PASS samp.title: 77 tests
344 PASS samp.lang: 77 tests 253 PASS samp.lang: 77 tests
345 PASS samp.dir: 151 tests 254 PASS samp.dir: 151 tests
346 PASS samp.className (<samp class>): 77 tests 255 PASS samp.className (<samp class>): 77 tests
347 PASS samp.hidden: 79 tests 256 PASS samp.hidden: 79 tests
348 PASS samp.accessKey: 77 tests 257 PASS samp.accessKey: 77 tests
349 PASS samp.tabIndex: 10 tests 258 PASS samp.tabIndex: 53 tests
350 FAIL samp.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
351 PASS samp.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
352 FAIL samp.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
353 PASS samp.tabIndex: 36 tests
354 FAIL samp.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
355 PASS samp.tabIndex: 2 tests
356 FAIL samp.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
357 PASS kbd.title: 77 tests 259 PASS kbd.title: 77 tests
358 PASS kbd.lang: 77 tests 260 PASS kbd.lang: 77 tests
359 PASS kbd.dir: 151 tests 261 PASS kbd.dir: 151 tests
360 PASS kbd.className (<kbd class>): 77 tests 262 PASS kbd.className (<kbd class>): 77 tests
361 PASS kbd.hidden: 79 tests 263 PASS kbd.hidden: 79 tests
362 PASS kbd.accessKey: 77 tests 264 PASS kbd.accessKey: 77 tests
363 PASS kbd.tabIndex: 10 tests 265 PASS kbd.tabIndex: 53 tests
364 FAIL kbd.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
365 PASS kbd.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
366 FAIL kbd.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
367 PASS kbd.tabIndex: 36 tests
368 FAIL kbd.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
369 PASS kbd.tabIndex: 2 tests
370 FAIL kbd.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
371 PASS sub.title: 77 tests 266 PASS sub.title: 77 tests
372 PASS sub.lang: 77 tests 267 PASS sub.lang: 77 tests
373 PASS sub.dir: 151 tests 268 PASS sub.dir: 151 tests
374 PASS sub.className (<sub class>): 77 tests 269 PASS sub.className (<sub class>): 77 tests
375 PASS sub.hidden: 79 tests 270 PASS sub.hidden: 79 tests
376 PASS sub.accessKey: 77 tests 271 PASS sub.accessKey: 77 tests
377 PASS sub.tabIndex: 10 tests 272 PASS sub.tabIndex: 53 tests
378 FAIL sub.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
379 PASS sub.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
380 FAIL sub.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
381 PASS sub.tabIndex: 36 tests
382 FAIL sub.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
383 PASS sub.tabIndex: 2 tests
384 FAIL sub.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
385 PASS sup.title: 77 tests 273 PASS sup.title: 77 tests
386 PASS sup.lang: 77 tests 274 PASS sup.lang: 77 tests
387 PASS sup.dir: 151 tests 275 PASS sup.dir: 151 tests
388 PASS sup.className (<sup class>): 77 tests 276 PASS sup.className (<sup class>): 77 tests
389 PASS sup.hidden: 79 tests 277 PASS sup.hidden: 79 tests
390 PASS sup.accessKey: 77 tests 278 PASS sup.accessKey: 77 tests
391 PASS sup.tabIndex: 10 tests 279 PASS sup.tabIndex: 53 tests
392 FAIL sup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
393 PASS sup.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
394 FAIL sup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
395 PASS sup.tabIndex: 36 tests
396 FAIL sup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
397 PASS sup.tabIndex: 2 tests
398 FAIL sup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
399 PASS i.title: 77 tests 280 PASS i.title: 77 tests
400 PASS i.lang: 77 tests 281 PASS i.lang: 77 tests
401 PASS i.dir: 151 tests 282 PASS i.dir: 151 tests
402 PASS i.className (<i class>): 77 tests 283 PASS i.className (<i class>): 77 tests
403 PASS i.hidden: 79 tests 284 PASS i.hidden: 79 tests
404 PASS i.accessKey: 77 tests 285 PASS i.accessKey: 77 tests
405 PASS i.tabIndex: 10 tests 286 PASS i.tabIndex: 53 tests
406 FAIL i.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
407 PASS i.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
408 FAIL i.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
409 PASS i.tabIndex: 36 tests
410 FAIL i.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expect ed 2147483647 but got 32767
411 PASS i.tabIndex: 2 tests
412 FAIL i.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expec ted -2147483648 but got -32768
413 PASS b.title: 77 tests 287 PASS b.title: 77 tests
414 PASS b.lang: 77 tests 288 PASS b.lang: 77 tests
415 PASS b.dir: 151 tests 289 PASS b.dir: 151 tests
416 PASS b.className (<b class>): 77 tests 290 PASS b.className (<b class>): 77 tests
417 PASS b.hidden: 79 tests 291 PASS b.hidden: 79 tests
418 PASS b.accessKey: 77 tests 292 PASS b.accessKey: 77 tests
419 PASS b.tabIndex: 10 tests 293 PASS b.tabIndex: 53 tests
420 FAIL b.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
421 PASS b.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
422 FAIL b.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
423 PASS b.tabIndex: 36 tests
424 FAIL b.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expect ed 2147483647 but got 32767
425 PASS b.tabIndex: 2 tests
426 FAIL b.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expec ted -2147483648 but got -32768
427 PASS u.title: 77 tests 294 PASS u.title: 77 tests
428 PASS u.lang: 77 tests 295 PASS u.lang: 77 tests
429 PASS u.dir: 151 tests 296 PASS u.dir: 151 tests
430 PASS u.className (<u class>): 77 tests 297 PASS u.className (<u class>): 77 tests
431 PASS u.hidden: 79 tests 298 PASS u.hidden: 79 tests
432 PASS u.accessKey: 77 tests 299 PASS u.accessKey: 77 tests
433 PASS u.tabIndex: 10 tests 300 PASS u.tabIndex: 53 tests
434 FAIL u.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
435 PASS u.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
436 FAIL u.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
437 PASS u.tabIndex: 36 tests
438 FAIL u.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expect ed 2147483647 but got 32767
439 PASS u.tabIndex: 2 tests
440 FAIL u.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expec ted -2147483648 but got -32768
441 PASS mark.title: 77 tests 301 PASS mark.title: 77 tests
442 PASS mark.lang: 77 tests 302 PASS mark.lang: 77 tests
443 PASS mark.dir: 151 tests 303 PASS mark.dir: 151 tests
444 PASS mark.className (<mark class>): 77 tests 304 PASS mark.className (<mark class>): 77 tests
445 PASS mark.hidden: 79 tests 305 PASS mark.hidden: 79 tests
446 PASS mark.accessKey: 77 tests 306 PASS mark.accessKey: 77 tests
447 PASS mark.tabIndex: 10 tests 307 PASS mark.tabIndex: 53 tests
448 FAIL mark.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
449 PASS mark.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
450 FAIL mark.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
451 PASS mark.tabIndex: 36 tests
452 FAIL mark.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
453 PASS mark.tabIndex: 2 tests
454 FAIL mark.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
455 PASS ruby.title: 77 tests 308 PASS ruby.title: 77 tests
456 PASS ruby.lang: 77 tests 309 PASS ruby.lang: 77 tests
457 PASS ruby.dir: 151 tests 310 PASS ruby.dir: 151 tests
458 PASS ruby.className (<ruby class>): 77 tests 311 PASS ruby.className (<ruby class>): 77 tests
459 PASS ruby.hidden: 79 tests 312 PASS ruby.hidden: 79 tests
460 PASS ruby.accessKey: 77 tests 313 PASS ruby.accessKey: 77 tests
461 PASS ruby.tabIndex: 10 tests 314 PASS ruby.tabIndex: 53 tests
462 FAIL ruby.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
463 PASS ruby.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
464 FAIL ruby.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
465 PASS ruby.tabIndex: 36 tests
466 FAIL ruby.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
467 PASS ruby.tabIndex: 2 tests
468 FAIL ruby.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
469 PASS rt.title: 77 tests 315 PASS rt.title: 77 tests
470 PASS rt.lang: 77 tests 316 PASS rt.lang: 77 tests
471 PASS rt.dir: 151 tests 317 PASS rt.dir: 151 tests
472 PASS rt.className (<rt class>): 77 tests 318 PASS rt.className (<rt class>): 77 tests
473 PASS rt.hidden: 79 tests 319 PASS rt.hidden: 79 tests
474 PASS rt.accessKey: 77 tests 320 PASS rt.accessKey: 77 tests
475 PASS rt.tabIndex: 10 tests 321 PASS rt.tabIndex: 53 tests
476 FAIL rt.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
477 PASS rt.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
478 FAIL rt.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
479 PASS rt.tabIndex: 36 tests
480 FAIL rt.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
481 PASS rt.tabIndex: 2 tests
482 FAIL rt.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
483 PASS rp.title: 77 tests 322 PASS rp.title: 77 tests
484 PASS rp.lang: 77 tests 323 PASS rp.lang: 77 tests
485 PASS rp.dir: 151 tests 324 PASS rp.dir: 151 tests
486 PASS rp.className (<rp class>): 77 tests 325 PASS rp.className (<rp class>): 77 tests
487 PASS rp.hidden: 79 tests 326 PASS rp.hidden: 79 tests
488 PASS rp.accessKey: 77 tests 327 PASS rp.accessKey: 77 tests
489 PASS rp.tabIndex: 10 tests 328 PASS rp.tabIndex: 53 tests
490 FAIL rp.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
491 PASS rp.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
492 FAIL rp.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
493 PASS rp.tabIndex: 36 tests
494 FAIL rp.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
495 PASS rp.tabIndex: 2 tests
496 FAIL rp.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
497 PASS bdi.title: 77 tests 329 PASS bdi.title: 77 tests
498 PASS bdi.lang: 77 tests 330 PASS bdi.lang: 77 tests
499 PASS bdi.dir: 151 tests 331 PASS bdi.dir: 151 tests
500 PASS bdi.className (<bdi class>): 77 tests 332 PASS bdi.className (<bdi class>): 77 tests
501 PASS bdi.hidden: 79 tests 333 PASS bdi.hidden: 79 tests
502 PASS bdi.accessKey: 77 tests 334 PASS bdi.accessKey: 77 tests
503 PASS bdi.tabIndex: 10 tests 335 PASS bdi.tabIndex: 53 tests
504 FAIL bdi.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
505 PASS bdi.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
506 FAIL bdi.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
507 PASS bdi.tabIndex: 36 tests
508 FAIL bdi.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
509 PASS bdi.tabIndex: 2 tests
510 FAIL bdi.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
511 PASS bdo.title: 77 tests 336 PASS bdo.title: 77 tests
512 PASS bdo.lang: 77 tests 337 PASS bdo.lang: 77 tests
513 PASS bdo.dir: 151 tests 338 PASS bdo.dir: 151 tests
514 PASS bdo.className (<bdo class>): 77 tests 339 PASS bdo.className (<bdo class>): 77 tests
515 PASS bdo.hidden: 79 tests 340 PASS bdo.hidden: 79 tests
516 PASS bdo.accessKey: 77 tests 341 PASS bdo.accessKey: 77 tests
517 PASS bdo.tabIndex: 10 tests 342 PASS bdo.tabIndex: 53 tests
518 FAIL bdo.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
519 PASS bdo.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
520 FAIL bdo.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
521 PASS bdo.tabIndex: 36 tests
522 FAIL bdo.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
523 PASS bdo.tabIndex: 2 tests
524 FAIL bdo.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
525 PASS span.title: 77 tests 343 PASS span.title: 77 tests
526 PASS span.lang: 77 tests 344 PASS span.lang: 77 tests
527 PASS span.dir: 151 tests 345 PASS span.dir: 151 tests
528 PASS span.className (<span class>): 77 tests 346 PASS span.className (<span class>): 77 tests
529 PASS span.hidden: 79 tests 347 PASS span.hidden: 79 tests
530 PASS span.accessKey: 77 tests 348 PASS span.accessKey: 77 tests
531 PASS span.tabIndex: 10 tests 349 PASS span.tabIndex: 53 tests
532 FAIL span.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
533 PASS span.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
534 FAIL span.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
535 PASS span.tabIndex: 36 tests
536 FAIL span.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
537 PASS span.tabIndex: 2 tests
538 FAIL span.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
539 PASS br.title: 77 tests 350 PASS br.title: 77 tests
540 PASS br.lang: 77 tests 351 PASS br.lang: 77 tests
541 PASS br.dir: 151 tests 352 PASS br.dir: 151 tests
542 PASS br.className (<br class>): 77 tests 353 PASS br.className (<br class>): 77 tests
543 PASS br.hidden: 79 tests 354 PASS br.hidden: 79 tests
544 PASS br.accessKey: 77 tests 355 PASS br.accessKey: 77 tests
545 PASS br.tabIndex: 10 tests 356 PASS br.tabIndex: 53 tests
546 FAIL br.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
547 PASS br.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
548 FAIL br.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
549 PASS br.tabIndex: 36 tests
550 FAIL br.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
551 PASS br.tabIndex: 2 tests
552 FAIL br.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
553 PASS br.clear: 77 tests 357 PASS br.clear: 77 tests
554 PASS wbr.title: 77 tests 358 PASS wbr.title: 77 tests
555 PASS wbr.lang: 77 tests 359 PASS wbr.lang: 77 tests
556 PASS wbr.dir: 151 tests 360 PASS wbr.dir: 151 tests
557 PASS wbr.className (<wbr class>): 77 tests 361 PASS wbr.className (<wbr class>): 77 tests
558 PASS wbr.hidden: 79 tests 362 PASS wbr.hidden: 79 tests
559 PASS wbr.accessKey: 77 tests 363 PASS wbr.accessKey: 77 tests
560 PASS wbr.tabIndex: 10 tests 364 PASS wbr.tabIndex: 53 tests
561 FAIL wbr.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
562 PASS wbr.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
563 FAIL wbr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
564 PASS wbr.tabIndex: 36 tests
565 FAIL wbr.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
566 PASS wbr.tabIndex: 2 tests
567 FAIL wbr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
568 Harness: the test ran to completion. 365 Harness: the test ran to completion.
569 366
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698