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

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

Issue 2362223002: Stop clamping tabIndex to short range (Closed)
Patch Set: Fix test expectation Created 4 years, 2 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS body.title: typeof IDL attribute
3 PASS body.title: IDL get with DOM attribute unset
4 PASS body.title: setAttribute() to "" followed by getAttribute()
5 PASS body.title: setAttribute() to "" followed by IDL get
6 PASS body.title: 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()
7 PASS body.title: 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
8 PASS body.title: setAttribute() to undefined followed by getAttribute()
9 PASS body.title: setAttribute() to undefined followed by IDL get
10 PASS body.title: setAttribute() to 7 followed by getAttribute()
11 PASS body.title: setAttribute() to 7 followed by IDL get
12 PASS body.title: setAttribute() to 1.5 followed by getAttribute()
13 PASS body.title: setAttribute() to 1.5 followed by IDL get
14 PASS body.title: setAttribute() to true followed by getAttribute()
15 PASS body.title: setAttribute() to true followed by IDL get
16 PASS body.title: setAttribute() to false followed by getAttribute()
17 PASS body.title: setAttribute() to false followed by IDL get
18 PASS body.title: setAttribute() to object "[object Object]" followed by getAttri bute()
19 PASS body.title: setAttribute() to object "[object Object]" followed by IDL get
20 PASS body.title: setAttribute() to NaN followed by getAttribute()
21 PASS body.title: setAttribute() to NaN followed by IDL get
22 PASS body.title: setAttribute() to Infinity followed by getAttribute()
23 PASS body.title: setAttribute() to Infinity followed by IDL get
24 PASS body.title: setAttribute() to -Infinity followed by getAttribute()
25 PASS body.title: setAttribute() to -Infinity followed by IDL get
26 PASS body.title: setAttribute() to "\0" followed by getAttribute()
27 PASS body.title: setAttribute() to "\0" followed by IDL get
28 PASS body.title: setAttribute() to null followed by getAttribute()
29 PASS body.title: setAttribute() to null followed by IDL get
30 PASS body.title: setAttribute() to object "test-toString" followed by getAttribu te()
31 PASS body.title: setAttribute() to object "test-toString" followed by IDL get
32 PASS body.title: setAttribute() to object "test-valueOf" followed by getAttribut e()
33 PASS body.title: setAttribute() to object "test-valueOf" followed by IDL get
34 PASS body.title: IDL set to "" should not throw
35 PASS body.title: IDL set to "" followed by getAttribute()
36 PASS body.title: IDL set to "" followed by IDL get
37 PASS body.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shoul d not throw
38 PASS body.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by getAttribute()
39 PASS body.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by IDL get
40 PASS body.title: IDL set to undefined should not throw
41 PASS body.title: IDL set to undefined followed by getAttribute()
42 PASS body.title: IDL set to undefined followed by IDL get
43 PASS body.title: IDL set to 7 should not throw
44 PASS body.title: IDL set to 7 followed by getAttribute()
45 PASS body.title: IDL set to 7 followed by IDL get
46 PASS body.title: IDL set to 1.5 should not throw
47 PASS body.title: IDL set to 1.5 followed by getAttribute()
48 PASS body.title: IDL set to 1.5 followed by IDL get
49 PASS body.title: IDL set to true should not throw
50 PASS body.title: IDL set to true followed by getAttribute()
51 PASS body.title: IDL set to true followed by IDL get
52 PASS body.title: IDL set to false should not throw
53 PASS body.title: IDL set to false followed by getAttribute()
54 PASS body.title: IDL set to false followed by IDL get
55 PASS body.title: IDL set to object "[object Object]" should not throw
56 PASS body.title: IDL set to object "[object Object]" followed by getAttribute()
57 PASS body.title: IDL set to object "[object Object]" followed by IDL get
58 PASS body.title: IDL set to NaN should not throw
59 PASS body.title: IDL set to NaN followed by getAttribute()
60 PASS body.title: IDL set to NaN followed by IDL get
61 PASS body.title: IDL set to Infinity should not throw
62 PASS body.title: IDL set to Infinity followed by getAttribute()
63 PASS body.title: IDL set to Infinity followed by IDL get
64 PASS body.title: IDL set to -Infinity should not throw
65 PASS body.title: IDL set to -Infinity followed by getAttribute()
66 PASS body.title: IDL set to -Infinity followed by IDL get
67 PASS body.title: IDL set to "\0" should not throw
68 PASS body.title: IDL set to "\0" followed by getAttribute()
69 PASS body.title: IDL set to "\0" followed by IDL get
70 PASS body.title: IDL set to null should not throw
71 PASS body.title: IDL set to null followed by getAttribute()
72 PASS body.title: IDL set to null followed by IDL get
73 PASS body.title: IDL set to object "test-toString" should not throw
74 PASS body.title: IDL set to object "test-toString" followed by getAttribute()
75 PASS body.title: IDL set to object "test-toString" followed by IDL get
76 PASS body.title: IDL set to object "test-valueOf" should not throw
77 PASS body.title: IDL set to object "test-valueOf" followed by getAttribute()
78 PASS body.title: IDL set to object "test-valueOf" followed by IDL get
79 PASS body.lang: typeof IDL attribute
80 PASS body.lang: IDL get with DOM attribute unset
81 PASS body.lang: setAttribute() to "" followed by getAttribute()
82 PASS body.lang: setAttribute() to "" followed by IDL get
83 PASS body.lang: 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()
84 PASS body.lang: 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
85 PASS body.lang: setAttribute() to undefined followed by getAttribute()
86 PASS body.lang: setAttribute() to undefined followed by IDL get
87 PASS body.lang: setAttribute() to 7 followed by getAttribute()
88 PASS body.lang: setAttribute() to 7 followed by IDL get
89 PASS body.lang: setAttribute() to 1.5 followed by getAttribute()
90 PASS body.lang: setAttribute() to 1.5 followed by IDL get
91 PASS body.lang: setAttribute() to true followed by getAttribute()
92 PASS body.lang: setAttribute() to true followed by IDL get
93 PASS body.lang: setAttribute() to false followed by getAttribute()
94 PASS body.lang: setAttribute() to false followed by IDL get
95 PASS body.lang: setAttribute() to object "[object Object]" followed by getAttrib ute()
96 PASS body.lang: setAttribute() to object "[object Object]" followed by IDL get
97 PASS body.lang: setAttribute() to NaN followed by getAttribute()
98 PASS body.lang: setAttribute() to NaN followed by IDL get
99 PASS body.lang: setAttribute() to Infinity followed by getAttribute()
100 PASS body.lang: setAttribute() to Infinity followed by IDL get
101 PASS body.lang: setAttribute() to -Infinity followed by getAttribute()
102 PASS body.lang: setAttribute() to -Infinity followed by IDL get
103 PASS body.lang: setAttribute() to "\0" followed by getAttribute()
104 PASS body.lang: setAttribute() to "\0" followed by IDL get
105 PASS body.lang: setAttribute() to null followed by getAttribute()
106 PASS body.lang: setAttribute() to null followed by IDL get
107 PASS body.lang: setAttribute() to object "test-toString" followed by getAttribut e()
108 PASS body.lang: setAttribute() to object "test-toString" followed by IDL get
109 PASS body.lang: setAttribute() to object "test-valueOf" followed by getAttribute ()
110 PASS body.lang: setAttribute() to object "test-valueOf" followed by IDL get
111 PASS body.lang: IDL set to "" should not throw
112 PASS body.lang: IDL set to "" followed by getAttribute()
113 PASS body.lang: IDL set to "" followed by IDL get
114 PASS body.lang: IDL set 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 " should not throw
115 PASS body.lang: IDL set 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 " follow ed by getAttribute()
116 PASS body.lang: IDL set 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 " follow ed by IDL get
117 PASS body.lang: IDL set to undefined should not throw
118 PASS body.lang: IDL set to undefined followed by getAttribute()
119 PASS body.lang: IDL set to undefined followed by IDL get
120 PASS body.lang: IDL set to 7 should not throw
121 PASS body.lang: IDL set to 7 followed by getAttribute()
122 PASS body.lang: IDL set to 7 followed by IDL get
123 PASS body.lang: IDL set to 1.5 should not throw
124 PASS body.lang: IDL set to 1.5 followed by getAttribute()
125 PASS body.lang: IDL set to 1.5 followed by IDL get
126 PASS body.lang: IDL set to true should not throw
127 PASS body.lang: IDL set to true followed by getAttribute()
128 PASS body.lang: IDL set to true followed by IDL get
129 PASS body.lang: IDL set to false should not throw
130 PASS body.lang: IDL set to false followed by getAttribute()
131 PASS body.lang: IDL set to false followed by IDL get
132 PASS body.lang: IDL set to object "[object Object]" should not throw
133 PASS body.lang: IDL set to object "[object Object]" followed by getAttribute()
134 PASS body.lang: IDL set to object "[object Object]" followed by IDL get
135 PASS body.lang: IDL set to NaN should not throw
136 PASS body.lang: IDL set to NaN followed by getAttribute()
137 PASS body.lang: IDL set to NaN followed by IDL get
138 PASS body.lang: IDL set to Infinity should not throw
139 PASS body.lang: IDL set to Infinity followed by getAttribute()
140 PASS body.lang: IDL set to Infinity followed by IDL get
141 PASS body.lang: IDL set to -Infinity should not throw
142 PASS body.lang: IDL set to -Infinity followed by getAttribute()
143 PASS body.lang: IDL set to -Infinity followed by IDL get
144 PASS body.lang: IDL set to "\0" should not throw
145 PASS body.lang: IDL set to "\0" followed by getAttribute()
146 PASS body.lang: IDL set to "\0" followed by IDL get
147 PASS body.lang: IDL set to null should not throw
148 PASS body.lang: IDL set to null followed by getAttribute()
149 PASS body.lang: IDL set to null followed by IDL get
150 PASS body.lang: IDL set to object "test-toString" should not throw
151 PASS body.lang: IDL set to object "test-toString" followed by getAttribute()
152 PASS body.lang: IDL set to object "test-toString" followed by IDL get
153 PASS body.lang: IDL set to object "test-valueOf" should not throw
154 PASS body.lang: IDL set to object "test-valueOf" followed by getAttribute()
155 PASS body.lang: IDL set to object "test-valueOf" followed by IDL get
156 PASS body.dir: typeof IDL attribute
157 PASS body.dir: IDL get with DOM attribute unset
158 PASS body.dir: setAttribute() to "" followed by getAttribute()
159 PASS body.dir: setAttribute() to "" followed by IDL get
160 PASS body.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
161 PASS body.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
162 PASS body.dir: setAttribute() to undefined followed by getAttribute()
163 PASS body.dir: setAttribute() to undefined followed by IDL get
164 PASS body.dir: setAttribute() to 7 followed by getAttribute()
165 PASS body.dir: setAttribute() to 7 followed by IDL get
166 PASS body.dir: setAttribute() to 1.5 followed by getAttribute()
167 PASS body.dir: setAttribute() to 1.5 followed by IDL get
168 PASS body.dir: setAttribute() to true followed by getAttribute()
169 PASS body.dir: setAttribute() to true followed by IDL get
170 PASS body.dir: setAttribute() to false followed by getAttribute()
171 PASS body.dir: setAttribute() to false followed by IDL get
172 PASS body.dir: setAttribute() to object "[object Object]" followed by getAttribu te()
173 PASS body.dir: setAttribute() to object "[object Object]" followed by IDL get
174 PASS body.dir: setAttribute() to NaN followed by getAttribute()
175 PASS body.dir: setAttribute() to NaN followed by IDL get
176 PASS body.dir: setAttribute() to Infinity followed by getAttribute()
177 PASS body.dir: setAttribute() to Infinity followed by IDL get
178 PASS body.dir: setAttribute() to -Infinity followed by getAttribute()
179 PASS body.dir: setAttribute() to -Infinity followed by IDL get
180 PASS body.dir: setAttribute() to "\0" followed by getAttribute()
181 PASS body.dir: setAttribute() to "\0" followed by IDL get
182 PASS body.dir: setAttribute() to null followed by getAttribute()
183 PASS body.dir: setAttribute() to null followed by IDL get
184 PASS body.dir: setAttribute() to object "test-toString" followed by getAttribute ()
185 PASS body.dir: setAttribute() to object "test-toString" followed by IDL get
186 PASS body.dir: setAttribute() to object "test-valueOf" followed by getAttribute( )
187 PASS body.dir: setAttribute() to object "test-valueOf" followed by IDL get
188 PASS body.dir: setAttribute() to "ltr" followed by getAttribute()
189 PASS body.dir: setAttribute() to "ltr" followed by IDL get
190 PASS body.dir: setAttribute() to "xltr" followed by getAttribute()
191 PASS body.dir: setAttribute() to "xltr" followed by IDL get
192 PASS body.dir: setAttribute() to "ltr\0" followed by getAttribute()
193 PASS body.dir: setAttribute() to "ltr\0" followed by IDL get
194 PASS body.dir: setAttribute() to "tr" followed by getAttribute()
195 PASS body.dir: setAttribute() to "tr" followed by IDL get
196 PASS body.dir: setAttribute() to "LTR" followed by getAttribute()
197 PASS body.dir: setAttribute() to "LTR" followed by IDL get
198 PASS body.dir: setAttribute() to "rtl" followed by getAttribute()
199 PASS body.dir: setAttribute() to "rtl" followed by IDL get
200 PASS body.dir: setAttribute() to "xrtl" followed by getAttribute()
201 PASS body.dir: setAttribute() to "xrtl" followed by IDL get
202 PASS body.dir: setAttribute() to "rtl\0" followed by getAttribute()
203 PASS body.dir: setAttribute() to "rtl\0" followed by IDL get
204 PASS body.dir: setAttribute() to "tl" followed by getAttribute()
205 PASS body.dir: setAttribute() to "tl" followed by IDL get
206 PASS body.dir: setAttribute() to "RTL" followed by getAttribute()
207 PASS body.dir: setAttribute() to "RTL" followed by IDL get
208 PASS body.dir: setAttribute() to "auto" followed by getAttribute()
209 PASS body.dir: setAttribute() to "auto" followed by IDL get
210 PASS body.dir: setAttribute() to "xauto" followed by getAttribute()
211 PASS body.dir: setAttribute() to "xauto" followed by IDL get
212 PASS body.dir: setAttribute() to "auto\0" followed by getAttribute()
213 PASS body.dir: setAttribute() to "auto\0" followed by IDL get
214 PASS body.dir: setAttribute() to "uto" followed by getAttribute()
215 PASS body.dir: setAttribute() to "uto" followed by IDL get
216 PASS body.dir: setAttribute() to "AUTO" followed by getAttribute()
217 PASS body.dir: setAttribute() to "AUTO" followed by IDL get
218 PASS body.dir: IDL set to "" should not throw
219 PASS body.dir: IDL set to "" followed by getAttribute()
220 PASS body.dir: IDL set to "" followed by IDL get
221 PASS body.dir: IDL set 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 " should not throw
222 PASS body.dir: IDL set 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 " followe d by getAttribute()
223 PASS body.dir: IDL set 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 " followe d by IDL get
224 PASS body.dir: IDL set to undefined should not throw
225 PASS body.dir: IDL set to undefined followed by getAttribute()
226 PASS body.dir: IDL set to undefined followed by IDL get
227 PASS body.dir: IDL set to 7 should not throw
228 PASS body.dir: IDL set to 7 followed by getAttribute()
229 PASS body.dir: IDL set to 7 followed by IDL get
230 PASS body.dir: IDL set to 1.5 should not throw
231 PASS body.dir: IDL set to 1.5 followed by getAttribute()
232 PASS body.dir: IDL set to 1.5 followed by IDL get
233 PASS body.dir: IDL set to true should not throw
234 PASS body.dir: IDL set to true followed by getAttribute()
235 PASS body.dir: IDL set to true followed by IDL get
236 PASS body.dir: IDL set to false should not throw
237 PASS body.dir: IDL set to false followed by getAttribute()
238 PASS body.dir: IDL set to false followed by IDL get
239 PASS body.dir: IDL set to object "[object Object]" should not throw
240 PASS body.dir: IDL set to object "[object Object]" followed by getAttribute()
241 PASS body.dir: IDL set to object "[object Object]" followed by IDL get
242 PASS body.dir: IDL set to NaN should not throw
243 PASS body.dir: IDL set to NaN followed by getAttribute()
244 PASS body.dir: IDL set to NaN followed by IDL get
245 PASS body.dir: IDL set to Infinity should not throw
246 PASS body.dir: IDL set to Infinity followed by getAttribute()
247 PASS body.dir: IDL set to Infinity followed by IDL get
248 PASS body.dir: IDL set to -Infinity should not throw
249 PASS body.dir: IDL set to -Infinity followed by getAttribute()
250 PASS body.dir: IDL set to -Infinity followed by IDL get
251 PASS body.dir: IDL set to "\0" should not throw
252 PASS body.dir: IDL set to "\0" followed by getAttribute()
253 PASS body.dir: IDL set to "\0" followed by IDL get
254 PASS body.dir: IDL set to null should not throw
255 PASS body.dir: IDL set to null followed by IDL get
256 PASS body.dir: IDL set to object "test-toString" should not throw
257 PASS body.dir: IDL set to object "test-toString" followed by getAttribute()
258 PASS body.dir: IDL set to object "test-toString" followed by IDL get
259 PASS body.dir: IDL set to object "test-valueOf" should not throw
260 PASS body.dir: IDL set to object "test-valueOf" followed by getAttribute()
261 PASS body.dir: IDL set to object "test-valueOf" followed by IDL get
262 PASS body.dir: IDL set to "ltr" should not throw
263 PASS body.dir: IDL set to "ltr" followed by getAttribute()
264 PASS body.dir: IDL set to "ltr" followed by IDL get
265 PASS body.dir: IDL set to "xltr" should not throw
266 PASS body.dir: IDL set to "xltr" followed by getAttribute()
267 PASS body.dir: IDL set to "xltr" followed by IDL get
268 PASS body.dir: IDL set to "ltr\0" should not throw
269 PASS body.dir: IDL set to "ltr\0" followed by getAttribute()
270 PASS body.dir: IDL set to "ltr\0" followed by IDL get
271 PASS body.dir: IDL set to "tr" should not throw
272 PASS body.dir: IDL set to "tr" followed by getAttribute()
273 PASS body.dir: IDL set to "tr" followed by IDL get
274 PASS body.dir: IDL set to "LTR" should not throw
275 PASS body.dir: IDL set to "LTR" followed by getAttribute()
276 PASS body.dir: IDL set to "LTR" followed by IDL get
277 PASS body.dir: IDL set to "rtl" should not throw
278 PASS body.dir: IDL set to "rtl" followed by getAttribute()
279 PASS body.dir: IDL set to "rtl" followed by IDL get
280 PASS body.dir: IDL set to "xrtl" should not throw
281 PASS body.dir: IDL set to "xrtl" followed by getAttribute()
282 PASS body.dir: IDL set to "xrtl" followed by IDL get
283 PASS body.dir: IDL set to "rtl\0" should not throw
284 PASS body.dir: IDL set to "rtl\0" followed by getAttribute()
285 PASS body.dir: IDL set to "rtl\0" followed by IDL get
286 PASS body.dir: IDL set to "tl" should not throw
287 PASS body.dir: IDL set to "tl" followed by getAttribute()
288 PASS body.dir: IDL set to "tl" followed by IDL get
289 PASS body.dir: IDL set to "RTL" should not throw
290 PASS body.dir: IDL set to "RTL" followed by getAttribute()
291 PASS body.dir: IDL set to "RTL" followed by IDL get
292 PASS body.dir: IDL set to "auto" should not throw
293 PASS body.dir: IDL set to "auto" followed by getAttribute()
294 PASS body.dir: IDL set to "auto" followed by IDL get
295 PASS body.dir: IDL set to "xauto" should not throw
296 PASS body.dir: IDL set to "xauto" followed by getAttribute()
297 PASS body.dir: IDL set to "xauto" followed by IDL get
298 PASS body.dir: IDL set to "auto\0" should not throw
299 PASS body.dir: IDL set to "auto\0" followed by getAttribute()
300 PASS body.dir: IDL set to "auto\0" followed by IDL get
301 PASS body.dir: IDL set to "uto" should not throw
302 PASS body.dir: IDL set to "uto" followed by getAttribute()
303 PASS body.dir: IDL set to "uto" followed by IDL get
304 PASS body.dir: IDL set to "AUTO" should not throw
305 PASS body.dir: IDL set to "AUTO" followed by getAttribute()
306 PASS body.dir: IDL set to "AUTO" followed by IDL get
307 PASS body.className (<body class>): typeof IDL attribute
308 PASS body.className (<body class>): IDL get with DOM attribute unset
309 PASS body.className (<body class>): setAttribute() to "" followed by getAttribut e()
310 PASS body.className (<body class>): setAttribute() to "" followed by IDL get
311 PASS body.className (<body class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x 06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1 c\x1d\x1e\x1f foo " followed by getAttribute()
312 PASS body.className (<body class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x 06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1 c\x1d\x1e\x1f foo " followed by IDL get
313 PASS body.className (<body class>): setAttribute() to undefined followed by getA ttribute()
314 PASS body.className (<body class>): setAttribute() to undefined followed by IDL get
315 PASS body.className (<body class>): setAttribute() to 7 followed by getAttribute ()
316 PASS body.className (<body class>): setAttribute() to 7 followed by IDL get
317 PASS body.className (<body class>): setAttribute() to 1.5 followed by getAttribu te()
318 PASS body.className (<body class>): setAttribute() to 1.5 followed by IDL get
319 PASS body.className (<body class>): setAttribute() to true followed by getAttrib ute()
320 PASS body.className (<body class>): setAttribute() to true followed by IDL get
321 PASS body.className (<body class>): setAttribute() to false followed by getAttri bute()
322 PASS body.className (<body class>): setAttribute() to false followed by IDL get
323 PASS body.className (<body class>): setAttribute() to object "[object Object]" f ollowed by getAttribute()
324 PASS body.className (<body class>): setAttribute() to object "[object Object]" f ollowed by IDL get
325 PASS body.className (<body class>): setAttribute() to NaN followed by getAttribu te()
326 PASS body.className (<body class>): setAttribute() to NaN followed by IDL get
327 PASS body.className (<body class>): setAttribute() to Infinity followed by getAt tribute()
328 PASS body.className (<body class>): setAttribute() to Infinity followed by IDL g et
329 PASS body.className (<body class>): setAttribute() to -Infinity followed by getA ttribute()
330 PASS body.className (<body class>): setAttribute() to -Infinity followed by IDL get
331 PASS body.className (<body class>): setAttribute() to "\0" followed by getAttrib ute()
332 PASS body.className (<body class>): setAttribute() to "\0" followed by IDL get
333 PASS body.className (<body class>): setAttribute() to null followed by getAttrib ute()
334 PASS body.className (<body class>): setAttribute() to null followed by IDL get
335 PASS body.className (<body class>): setAttribute() to object "test-toString" fol lowed by getAttribute()
336 PASS body.className (<body class>): setAttribute() to object "test-toString" fol lowed by IDL get
337 PASS body.className (<body class>): setAttribute() to object "test-valueOf" foll owed by getAttribute()
338 PASS body.className (<body class>): setAttribute() to object "test-valueOf" foll owed by IDL get
339 PASS body.className (<body class>): IDL set to "" should not throw
340 PASS body.className (<body class>): IDL set to "" followed by getAttribute()
341 PASS body.className (<body class>): IDL set to "" followed by IDL get
342 PASS body.className (<body class>): IDL set 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\x 1e\x1f foo " should not throw
343 PASS body.className (<body class>): IDL set 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\x 1e\x1f foo " followed by getAttribute()
344 PASS body.className (<body class>): IDL set 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\x 1e\x1f foo " followed by IDL get
345 PASS body.className (<body class>): IDL set to undefined should not throw
346 PASS body.className (<body class>): IDL set to undefined followed by getAttribut e()
347 PASS body.className (<body class>): IDL set to undefined followed by IDL get
348 PASS body.className (<body class>): IDL set to 7 should not throw
349 PASS body.className (<body class>): IDL set to 7 followed by getAttribute()
350 PASS body.className (<body class>): IDL set to 7 followed by IDL get
351 PASS body.className (<body class>): IDL set to 1.5 should not throw
352 PASS body.className (<body class>): IDL set to 1.5 followed by getAttribute()
353 PASS body.className (<body class>): IDL set to 1.5 followed by IDL get
354 PASS body.className (<body class>): IDL set to true should not throw
355 PASS body.className (<body class>): IDL set to true followed by getAttribute()
356 PASS body.className (<body class>): IDL set to true followed by IDL get
357 PASS body.className (<body class>): IDL set to false should not throw
358 PASS body.className (<body class>): IDL set to false followed by getAttribute()
359 PASS body.className (<body class>): IDL set to false followed by IDL get
360 PASS body.className (<body class>): IDL set to object "[object Object]" should n ot throw
361 PASS body.className (<body class>): IDL set to object "[object Object]" followed by getAttribute()
362 PASS body.className (<body class>): IDL set to object "[object Object]" followed by IDL get
363 PASS body.className (<body class>): IDL set to NaN should not throw
364 PASS body.className (<body class>): IDL set to NaN followed by getAttribute()
365 PASS body.className (<body class>): IDL set to NaN followed by IDL get
366 PASS body.className (<body class>): IDL set to Infinity should not throw
367 PASS body.className (<body class>): IDL set to Infinity followed by getAttribute ()
368 PASS body.className (<body class>): IDL set to Infinity followed by IDL get
369 PASS body.className (<body class>): IDL set to -Infinity should not throw
370 PASS body.className (<body class>): IDL set to -Infinity followed by getAttribut e()
371 PASS body.className (<body class>): IDL set to -Infinity followed by IDL get
372 PASS body.className (<body class>): IDL set to "\0" should not throw
373 PASS body.className (<body class>): IDL set to "\0" followed by getAttribute()
374 PASS body.className (<body class>): IDL set to "\0" followed by IDL get
375 PASS body.className (<body class>): IDL set to null should not throw
376 PASS body.className (<body class>): IDL set to null followed by getAttribute()
377 PASS body.className (<body class>): IDL set to null followed by IDL get
378 PASS body.className (<body class>): IDL set to object "test-toString" should not throw
379 PASS body.className (<body class>): IDL set to object "test-toString" followed b y getAttribute()
380 PASS body.className (<body class>): IDL set to object "test-toString" followed b y IDL get
381 PASS body.className (<body class>): IDL set to object "test-valueOf" should not throw
382 PASS body.className (<body class>): IDL set to object "test-valueOf" followed by getAttribute()
383 PASS body.className (<body class>): IDL set to object "test-valueOf" followed by IDL get
384 PASS body.hidden: typeof IDL attribute
385 PASS body.hidden: IDL get with DOM attribute unset
386 PASS body.hidden: setAttribute() to "" followed by getAttribute()
387 PASS body.hidden: setAttribute() to "" followed by IDL get
388 PASS body.hidden: setAttribute() to " foo " followed by getAttribute()
389 PASS body.hidden: setAttribute() to " foo " followed by IDL get
390 PASS body.hidden: setAttribute() to undefined followed by getAttribute()
391 PASS body.hidden: setAttribute() to undefined followed by IDL get
392 PASS body.hidden: setAttribute() to null followed by getAttribute()
393 PASS body.hidden: setAttribute() to null followed by IDL get
394 PASS body.hidden: setAttribute() to 7 followed by getAttribute()
395 PASS body.hidden: setAttribute() to 7 followed by IDL get
396 PASS body.hidden: setAttribute() to 1.5 followed by getAttribute()
397 PASS body.hidden: setAttribute() to 1.5 followed by IDL get
398 PASS body.hidden: setAttribute() to true followed by getAttribute()
399 PASS body.hidden: setAttribute() to true followed by IDL get
400 PASS body.hidden: setAttribute() to false followed by getAttribute()
401 PASS body.hidden: setAttribute() to false followed by IDL get
402 PASS body.hidden: setAttribute() to object "[object Object]" followed by getAttr ibute()
403 PASS body.hidden: setAttribute() to object "[object Object]" followed by IDL get
404 PASS body.hidden: setAttribute() to NaN followed by getAttribute()
405 PASS body.hidden: setAttribute() to NaN followed by IDL get
406 PASS body.hidden: setAttribute() to Infinity followed by getAttribute()
407 PASS body.hidden: setAttribute() to Infinity followed by IDL get
408 PASS body.hidden: setAttribute() to -Infinity followed by getAttribute()
409 PASS body.hidden: setAttribute() to -Infinity followed by IDL get
410 PASS body.hidden: setAttribute() to "\0" followed by getAttribute()
411 PASS body.hidden: setAttribute() to "\0" followed by IDL get
412 PASS body.hidden: setAttribute() to object "test-toString" followed by getAttrib ute()
413 PASS body.hidden: setAttribute() to object "test-toString" followed by IDL get
414 PASS body.hidden: setAttribute() to object "test-valueOf" followed by getAttribu te()
415 PASS body.hidden: setAttribute() to object "test-valueOf" followed by IDL get
416 PASS body.hidden: setAttribute() to "hidden" followed by getAttribute()
417 PASS body.hidden: setAttribute() to "hidden" followed by IDL get
418 PASS body.hidden: IDL set to "" should not throw
419 PASS body.hidden: IDL set to "" followed by hasAttribute()
420 PASS body.hidden: IDL set to "" followed by IDL get
421 PASS body.hidden: IDL set to " foo " should not throw
422 PASS body.hidden: IDL set to " foo " followed by hasAttribute()
423 PASS body.hidden: IDL set to " foo " followed by IDL get
424 PASS body.hidden: IDL set to undefined should not throw
425 PASS body.hidden: IDL set to undefined followed by hasAttribute()
426 PASS body.hidden: IDL set to undefined followed by IDL get
427 PASS body.hidden: IDL set to null should not throw
428 PASS body.hidden: IDL set to null followed by hasAttribute()
429 PASS body.hidden: IDL set to null followed by IDL get
430 PASS body.hidden: IDL set to 7 should not throw
431 PASS body.hidden: IDL set to 7 followed by hasAttribute()
432 PASS body.hidden: IDL set to 7 followed by IDL get
433 PASS body.hidden: IDL set to 1.5 should not throw
434 PASS body.hidden: IDL set to 1.5 followed by hasAttribute()
435 PASS body.hidden: IDL set to 1.5 followed by IDL get
436 PASS body.hidden: IDL set to true should not throw
437 PASS body.hidden: IDL set to true followed by hasAttribute()
438 PASS body.hidden: IDL set to true followed by IDL get
439 PASS body.hidden: IDL set to false should not throw
440 PASS body.hidden: IDL set to false followed by hasAttribute()
441 PASS body.hidden: IDL set to false followed by IDL get
442 PASS body.hidden: IDL set to object "[object Object]" should not throw
443 PASS body.hidden: IDL set to object "[object Object]" followed by hasAttribute()
444 PASS body.hidden: IDL set to object "[object Object]" followed by IDL get
445 PASS body.hidden: IDL set to NaN should not throw
446 PASS body.hidden: IDL set to NaN followed by hasAttribute()
447 PASS body.hidden: IDL set to NaN followed by IDL get
448 PASS body.hidden: IDL set to Infinity should not throw
449 PASS body.hidden: IDL set to Infinity followed by hasAttribute()
450 PASS body.hidden: IDL set to Infinity followed by IDL get
451 PASS body.hidden: IDL set to -Infinity should not throw
452 PASS body.hidden: IDL set to -Infinity followed by hasAttribute()
453 PASS body.hidden: IDL set to -Infinity followed by IDL get
454 PASS body.hidden: IDL set to "\0" should not throw
455 PASS body.hidden: IDL set to "\0" followed by hasAttribute()
456 PASS body.hidden: IDL set to "\0" followed by IDL get
457 PASS body.hidden: IDL set to object "test-toString" should not throw
458 PASS body.hidden: IDL set to object "test-toString" followed by hasAttribute()
459 PASS body.hidden: IDL set to object "test-toString" followed by IDL get
460 PASS body.hidden: IDL set to object "test-valueOf" should not throw
461 PASS body.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
462 PASS body.hidden: IDL set to object "test-valueOf" followed by IDL get
463 PASS body.accessKey: typeof IDL attribute
464 PASS body.accessKey: IDL get with DOM attribute unset
465 PASS body.accessKey: setAttribute() to "" followed by getAttribute()
466 PASS body.accessKey: setAttribute() to "" followed by IDL get
467 PASS body.accessKey: 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()
468 PASS body.accessKey: 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
469 PASS body.accessKey: setAttribute() to undefined followed by getAttribute()
470 PASS body.accessKey: setAttribute() to undefined followed by IDL get
471 PASS body.accessKey: setAttribute() to 7 followed by getAttribute()
472 PASS body.accessKey: setAttribute() to 7 followed by IDL get
473 PASS body.accessKey: setAttribute() to 1.5 followed by getAttribute()
474 PASS body.accessKey: setAttribute() to 1.5 followed by IDL get
475 PASS body.accessKey: setAttribute() to true followed by getAttribute()
476 PASS body.accessKey: setAttribute() to true followed by IDL get
477 PASS body.accessKey: setAttribute() to false followed by getAttribute()
478 PASS body.accessKey: setAttribute() to false followed by IDL get
479 PASS body.accessKey: setAttribute() to object "[object Object]" followed by getA ttribute()
480 PASS body.accessKey: setAttribute() to object "[object Object]" followed by IDL get
481 PASS body.accessKey: setAttribute() to NaN followed by getAttribute()
482 PASS body.accessKey: setAttribute() to NaN followed by IDL get
483 PASS body.accessKey: setAttribute() to Infinity followed by getAttribute()
484 PASS body.accessKey: setAttribute() to Infinity followed by IDL get
485 PASS body.accessKey: setAttribute() to -Infinity followed by getAttribute()
486 PASS body.accessKey: setAttribute() to -Infinity followed by IDL get
487 PASS body.accessKey: setAttribute() to "\0" followed by getAttribute()
488 PASS body.accessKey: setAttribute() to "\0" followed by IDL get
489 PASS body.accessKey: setAttribute() to null followed by getAttribute()
490 PASS body.accessKey: setAttribute() to null followed by IDL get
491 PASS body.accessKey: setAttribute() to object "test-toString" followed by getAtt ribute()
492 PASS body.accessKey: setAttribute() to object "test-toString" followed by IDL ge t
493 PASS body.accessKey: setAttribute() to object "test-valueOf" followed by getAttr ibute()
494 PASS body.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
495 PASS body.accessKey: IDL set to "" should not throw
496 PASS body.accessKey: IDL set to "" followed by getAttribute()
497 PASS body.accessKey: IDL set to "" followed by IDL get
498 PASS body.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " s hould not throw
499 PASS body.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
500 PASS body.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
501 PASS body.accessKey: IDL set to undefined should not throw
502 PASS body.accessKey: IDL set to undefined followed by getAttribute()
503 PASS body.accessKey: IDL set to undefined followed by IDL get
504 PASS body.accessKey: IDL set to 7 should not throw
505 PASS body.accessKey: IDL set to 7 followed by getAttribute()
506 PASS body.accessKey: IDL set to 7 followed by IDL get
507 PASS body.accessKey: IDL set to 1.5 should not throw
508 PASS body.accessKey: IDL set to 1.5 followed by getAttribute()
509 PASS body.accessKey: IDL set to 1.5 followed by IDL get
510 PASS body.accessKey: IDL set to true should not throw
511 PASS body.accessKey: IDL set to true followed by getAttribute()
512 PASS body.accessKey: IDL set to true followed by IDL get
513 PASS body.accessKey: IDL set to false should not throw
514 PASS body.accessKey: IDL set to false followed by getAttribute()
515 PASS body.accessKey: IDL set to false followed by IDL get
516 PASS body.accessKey: IDL set to object "[object Object]" should not throw
517 PASS body.accessKey: IDL set to object "[object Object]" followed by getAttribut e()
518 PASS body.accessKey: IDL set to object "[object Object]" followed by IDL get
519 PASS body.accessKey: IDL set to NaN should not throw
520 PASS body.accessKey: IDL set to NaN followed by getAttribute()
521 PASS body.accessKey: IDL set to NaN followed by IDL get
522 PASS body.accessKey: IDL set to Infinity should not throw
523 PASS body.accessKey: IDL set to Infinity followed by getAttribute()
524 PASS body.accessKey: IDL set to Infinity followed by IDL get
525 PASS body.accessKey: IDL set to -Infinity should not throw
526 PASS body.accessKey: IDL set to -Infinity followed by getAttribute()
527 PASS body.accessKey: IDL set to -Infinity followed by IDL get
528 PASS body.accessKey: IDL set to "\0" should not throw
529 PASS body.accessKey: IDL set to "\0" followed by getAttribute()
530 PASS body.accessKey: IDL set to "\0" followed by IDL get
531 PASS body.accessKey: IDL set to null should not throw
532 PASS body.accessKey: IDL set to null followed by getAttribute()
533 PASS body.accessKey: IDL set to null followed by IDL get
534 PASS body.accessKey: IDL set to object "test-toString" should not throw
535 PASS body.accessKey: IDL set to object "test-toString" followed by getAttribute( )
536 PASS body.accessKey: IDL set to object "test-toString" followed by IDL get
537 PASS body.accessKey: IDL set to object "test-valueOf" should not throw
538 PASS body.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
539 PASS body.accessKey: IDL set to object "test-valueOf" followed by IDL get
540 PASS body.tabIndex: typeof IDL attribute
541 PASS body.tabIndex: setAttribute() to -36 followed by getAttribute()
542 PASS body.tabIndex: setAttribute() to -36 followed by IDL get
543 PASS body.tabIndex: setAttribute() to -1 followed by getAttribute()
544 PASS body.tabIndex: setAttribute() to -1 followed by IDL get
545 PASS body.tabIndex: setAttribute() to 0 followed by getAttribute()
546 PASS body.tabIndex: setAttribute() to 0 followed by IDL get
547 PASS body.tabIndex: setAttribute() to 1 followed by getAttribute()
548 PASS body.tabIndex: setAttribute() to 1 followed by IDL get
549 PASS body.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
550 FAIL body.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
551 PASS body.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
552 FAIL body.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
553 PASS body.tabIndex: setAttribute() to "-1" followed by getAttribute()
554 PASS body.tabIndex: setAttribute() to "-1" followed by IDL get
555 PASS body.tabIndex: setAttribute() to "-0" followed by getAttribute()
556 PASS body.tabIndex: setAttribute() to "-0" followed by IDL get
557 PASS body.tabIndex: setAttribute() to "0" followed by getAttribute()
558 PASS body.tabIndex: setAttribute() to "0" followed by IDL get
559 PASS body.tabIndex: setAttribute() to "1" followed by getAttribute()
560 PASS body.tabIndex: setAttribute() to "1" followed by IDL get
561 PASS body.tabIndex: setAttribute() to "\t7" followed by getAttribute()
562 PASS body.tabIndex: setAttribute() to "\t7" followed by IDL get
563 PASS body.tabIndex: setAttribute() to "\f7" followed by getAttribute()
564 PASS body.tabIndex: setAttribute() to "\f7" followed by IDL get
565 PASS body.tabIndex: setAttribute() to " 7" followed by getAttribute()
566 PASS body.tabIndex: setAttribute() to " 7" followed by IDL get
567 PASS body.tabIndex: setAttribute() to "\n7" followed by getAttribute()
568 PASS body.tabIndex: setAttribute() to "\n7" followed by IDL get
569 PASS body.tabIndex: setAttribute() to "\r7" followed by getAttribute()
570 PASS body.tabIndex: setAttribute() to "\r7" followed by IDL get
571 PASS body.tabIndex: setAttribute() to 1.5 followed by getAttribute()
572 PASS body.tabIndex: setAttribute() to 1.5 followed by IDL get
573 PASS body.tabIndex: setAttribute() to object "2" followed by getAttribute()
574 PASS body.tabIndex: setAttribute() to object "2" followed by IDL get
575 PASS body.tabIndex: IDL set to -36 should not throw
576 PASS body.tabIndex: IDL set to -36 followed by getAttribute()
577 PASS body.tabIndex: IDL set to -36 followed by IDL get
578 PASS body.tabIndex: IDL set to -1 should not throw
579 PASS body.tabIndex: IDL set to -1 followed by getAttribute()
580 PASS body.tabIndex: IDL set to -1 followed by IDL get
581 PASS body.tabIndex: IDL set to 0 should not throw
582 PASS body.tabIndex: IDL set to 0 followed by getAttribute()
583 PASS body.tabIndex: IDL set to 0 followed by IDL get
584 PASS body.tabIndex: IDL set to 1 should not throw
585 PASS body.tabIndex: IDL set to 1 followed by getAttribute()
586 PASS body.tabIndex: IDL set to 1 followed by IDL get
587 PASS body.tabIndex: IDL set to 2147483647 should not throw
588 PASS body.tabIndex: IDL set to 2147483647 followed by getAttribute()
589 FAIL body.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
590 PASS body.tabIndex: IDL set to -2147483648 should not throw
591 PASS body.tabIndex: IDL set to -2147483648 followed by getAttribute()
592 FAIL body.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
593 PASS body.text: typeof IDL attribute
594 PASS body.text: IDL get with DOM attribute unset
595 PASS body.text: setAttribute() to "" followed by getAttribute()
596 PASS body.text: setAttribute() to "" followed by IDL get
597 PASS body.text: 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()
598 PASS body.text: 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
599 PASS body.text: setAttribute() to undefined followed by getAttribute()
600 PASS body.text: setAttribute() to undefined followed by IDL get
601 PASS body.text: setAttribute() to 7 followed by getAttribute()
602 PASS body.text: setAttribute() to 7 followed by IDL get
603 PASS body.text: setAttribute() to 1.5 followed by getAttribute()
604 PASS body.text: setAttribute() to 1.5 followed by IDL get
605 PASS body.text: setAttribute() to true followed by getAttribute()
606 PASS body.text: setAttribute() to true followed by IDL get
607 PASS body.text: setAttribute() to false followed by getAttribute()
608 PASS body.text: setAttribute() to false followed by IDL get
609 PASS body.text: setAttribute() to object "[object Object]" followed by getAttrib ute()
610 PASS body.text: setAttribute() to object "[object Object]" followed by IDL get
611 PASS body.text: setAttribute() to NaN followed by getAttribute()
612 PASS body.text: setAttribute() to NaN followed by IDL get
613 PASS body.text: setAttribute() to Infinity followed by getAttribute()
614 PASS body.text: setAttribute() to Infinity followed by IDL get
615 PASS body.text: setAttribute() to -Infinity followed by getAttribute()
616 PASS body.text: setAttribute() to -Infinity followed by IDL get
617 PASS body.text: setAttribute() to "\0" followed by getAttribute()
618 PASS body.text: setAttribute() to "\0" followed by IDL get
619 PASS body.text: setAttribute() to null followed by getAttribute()
620 PASS body.text: setAttribute() to null followed by IDL get
621 PASS body.text: setAttribute() to object "test-toString" followed by getAttribut e()
622 PASS body.text: setAttribute() to object "test-toString" followed by IDL get
623 PASS body.text: setAttribute() to object "test-valueOf" followed by getAttribute ()
624 PASS body.text: setAttribute() to object "test-valueOf" followed by IDL get
625 PASS body.text: IDL set to "" should not throw
626 PASS body.text: IDL set to "" followed by getAttribute()
627 PASS body.text: IDL set to "" followed by IDL get
628 PASS body.text: IDL set 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 " should not throw
629 PASS body.text: IDL set 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 " follow ed by getAttribute()
630 PASS body.text: IDL set 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 " follow ed by IDL get
631 PASS body.text: IDL set to undefined should not throw
632 PASS body.text: IDL set to undefined followed by getAttribute()
633 PASS body.text: IDL set to undefined followed by IDL get
634 PASS body.text: IDL set to 7 should not throw
635 PASS body.text: IDL set to 7 followed by getAttribute()
636 PASS body.text: IDL set to 7 followed by IDL get
637 PASS body.text: IDL set to 1.5 should not throw
638 PASS body.text: IDL set to 1.5 followed by getAttribute()
639 PASS body.text: IDL set to 1.5 followed by IDL get
640 PASS body.text: IDL set to true should not throw
641 PASS body.text: IDL set to true followed by getAttribute()
642 PASS body.text: IDL set to true followed by IDL get
643 PASS body.text: IDL set to false should not throw
644 PASS body.text: IDL set to false followed by getAttribute()
645 PASS body.text: IDL set to false followed by IDL get
646 PASS body.text: IDL set to object "[object Object]" should not throw
647 PASS body.text: IDL set to object "[object Object]" followed by getAttribute()
648 PASS body.text: IDL set to object "[object Object]" followed by IDL get
649 PASS body.text: IDL set to NaN should not throw
650 PASS body.text: IDL set to NaN followed by getAttribute()
651 PASS body.text: IDL set to NaN followed by IDL get
652 PASS body.text: IDL set to Infinity should not throw
653 PASS body.text: IDL set to Infinity followed by getAttribute()
654 PASS body.text: IDL set to Infinity followed by IDL get
655 PASS body.text: IDL set to -Infinity should not throw
656 PASS body.text: IDL set to -Infinity followed by getAttribute()
657 PASS body.text: IDL set to -Infinity followed by IDL get
658 PASS body.text: IDL set to "\0" should not throw
659 PASS body.text: IDL set to "\0" followed by getAttribute()
660 PASS body.text: IDL set to "\0" followed by IDL get
661 PASS body.text: IDL set to null should not throw
662 PASS body.text: IDL set to null followed by getAttribute()
663 PASS body.text: IDL set to null followed by IDL get
664 PASS body.text: IDL set to object "test-toString" should not throw
665 PASS body.text: IDL set to object "test-toString" followed by getAttribute()
666 PASS body.text: IDL set to object "test-toString" followed by IDL get
667 PASS body.text: IDL set to object "test-valueOf" should not throw
668 PASS body.text: IDL set to object "test-valueOf" followed by getAttribute()
669 PASS body.text: IDL set to object "test-valueOf" followed by IDL get
670 PASS body.link: typeof IDL attribute
671 PASS body.link: IDL get with DOM attribute unset
672 PASS body.link: setAttribute() to "" followed by getAttribute()
673 PASS body.link: setAttribute() to "" followed by IDL get
674 PASS body.link: 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()
675 PASS body.link: 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
676 PASS body.link: setAttribute() to undefined followed by getAttribute()
677 PASS body.link: setAttribute() to undefined followed by IDL get
678 PASS body.link: setAttribute() to 7 followed by getAttribute()
679 PASS body.link: setAttribute() to 7 followed by IDL get
680 PASS body.link: setAttribute() to 1.5 followed by getAttribute()
681 PASS body.link: setAttribute() to 1.5 followed by IDL get
682 PASS body.link: setAttribute() to true followed by getAttribute()
683 PASS body.link: setAttribute() to true followed by IDL get
684 PASS body.link: setAttribute() to false followed by getAttribute()
685 PASS body.link: setAttribute() to false followed by IDL get
686 PASS body.link: setAttribute() to object "[object Object]" followed by getAttrib ute()
687 PASS body.link: setAttribute() to object "[object Object]" followed by IDL get
688 PASS body.link: setAttribute() to NaN followed by getAttribute()
689 PASS body.link: setAttribute() to NaN followed by IDL get
690 PASS body.link: setAttribute() to Infinity followed by getAttribute()
691 PASS body.link: setAttribute() to Infinity followed by IDL get
692 PASS body.link: setAttribute() to -Infinity followed by getAttribute()
693 PASS body.link: setAttribute() to -Infinity followed by IDL get
694 PASS body.link: setAttribute() to "\0" followed by getAttribute()
695 PASS body.link: setAttribute() to "\0" followed by IDL get
696 PASS body.link: setAttribute() to null followed by getAttribute()
697 PASS body.link: setAttribute() to null followed by IDL get
698 PASS body.link: setAttribute() to object "test-toString" followed by getAttribut e()
699 PASS body.link: setAttribute() to object "test-toString" followed by IDL get
700 PASS body.link: setAttribute() to object "test-valueOf" followed by getAttribute ()
701 PASS body.link: setAttribute() to object "test-valueOf" followed by IDL get
702 PASS body.link: IDL set to "" should not throw
703 PASS body.link: IDL set to "" followed by getAttribute()
704 PASS body.link: IDL set to "" followed by IDL get
705 PASS body.link: IDL set 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 " should not throw
706 PASS body.link: IDL set 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 " follow ed by getAttribute()
707 PASS body.link: IDL set 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 " follow ed by IDL get
708 PASS body.link: IDL set to undefined should not throw
709 PASS body.link: IDL set to undefined followed by getAttribute()
710 PASS body.link: IDL set to undefined followed by IDL get
711 PASS body.link: IDL set to 7 should not throw
712 PASS body.link: IDL set to 7 followed by getAttribute()
713 PASS body.link: IDL set to 7 followed by IDL get
714 PASS body.link: IDL set to 1.5 should not throw
715 PASS body.link: IDL set to 1.5 followed by getAttribute()
716 PASS body.link: IDL set to 1.5 followed by IDL get
717 PASS body.link: IDL set to true should not throw
718 PASS body.link: IDL set to true followed by getAttribute()
719 PASS body.link: IDL set to true followed by IDL get
720 PASS body.link: IDL set to false should not throw
721 PASS body.link: IDL set to false followed by getAttribute()
722 PASS body.link: IDL set to false followed by IDL get
723 PASS body.link: IDL set to object "[object Object]" should not throw
724 PASS body.link: IDL set to object "[object Object]" followed by getAttribute()
725 PASS body.link: IDL set to object "[object Object]" followed by IDL get
726 PASS body.link: IDL set to NaN should not throw
727 PASS body.link: IDL set to NaN followed by getAttribute()
728 PASS body.link: IDL set to NaN followed by IDL get
729 PASS body.link: IDL set to Infinity should not throw
730 PASS body.link: IDL set to Infinity followed by getAttribute()
731 PASS body.link: IDL set to Infinity followed by IDL get
732 PASS body.link: IDL set to -Infinity should not throw
733 PASS body.link: IDL set to -Infinity followed by getAttribute()
734 PASS body.link: IDL set to -Infinity followed by IDL get
735 PASS body.link: IDL set to "\0" should not throw
736 PASS body.link: IDL set to "\0" followed by getAttribute()
737 PASS body.link: IDL set to "\0" followed by IDL get
738 PASS body.link: IDL set to null should not throw
739 PASS body.link: IDL set to null followed by getAttribute()
740 PASS body.link: IDL set to null followed by IDL get
741 PASS body.link: IDL set to object "test-toString" should not throw
742 PASS body.link: IDL set to object "test-toString" followed by getAttribute()
743 PASS body.link: IDL set to object "test-toString" followed by IDL get
744 PASS body.link: IDL set to object "test-valueOf" should not throw
745 PASS body.link: IDL set to object "test-valueOf" followed by getAttribute()
746 PASS body.link: IDL set to object "test-valueOf" followed by IDL get
747 PASS body.vLink: typeof IDL attribute
748 PASS body.vLink: IDL get with DOM attribute unset
749 PASS body.vLink: setAttribute() to "" followed by getAttribute()
750 PASS body.vLink: setAttribute() to "" followed by IDL get
751 PASS body.vLink: 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()
752 PASS body.vLink: 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
753 PASS body.vLink: setAttribute() to undefined followed by getAttribute()
754 PASS body.vLink: setAttribute() to undefined followed by IDL get
755 PASS body.vLink: setAttribute() to 7 followed by getAttribute()
756 PASS body.vLink: setAttribute() to 7 followed by IDL get
757 PASS body.vLink: setAttribute() to 1.5 followed by getAttribute()
758 PASS body.vLink: setAttribute() to 1.5 followed by IDL get
759 PASS body.vLink: setAttribute() to true followed by getAttribute()
760 PASS body.vLink: setAttribute() to true followed by IDL get
761 PASS body.vLink: setAttribute() to false followed by getAttribute()
762 PASS body.vLink: setAttribute() to false followed by IDL get
763 PASS body.vLink: setAttribute() to object "[object Object]" followed by getAttri bute()
764 PASS body.vLink: setAttribute() to object "[object Object]" followed by IDL get
765 PASS body.vLink: setAttribute() to NaN followed by getAttribute()
766 PASS body.vLink: setAttribute() to NaN followed by IDL get
767 PASS body.vLink: setAttribute() to Infinity followed by getAttribute()
768 PASS body.vLink: setAttribute() to Infinity followed by IDL get
769 PASS body.vLink: setAttribute() to -Infinity followed by getAttribute()
770 PASS body.vLink: setAttribute() to -Infinity followed by IDL get
771 PASS body.vLink: setAttribute() to "\0" followed by getAttribute()
772 PASS body.vLink: setAttribute() to "\0" followed by IDL get
773 PASS body.vLink: setAttribute() to null followed by getAttribute()
774 PASS body.vLink: setAttribute() to null followed by IDL get
775 PASS body.vLink: setAttribute() to object "test-toString" followed by getAttribu te()
776 PASS body.vLink: setAttribute() to object "test-toString" followed by IDL get
777 PASS body.vLink: setAttribute() to object "test-valueOf" followed by getAttribut e()
778 PASS body.vLink: setAttribute() to object "test-valueOf" followed by IDL get
779 PASS body.vLink: IDL set to "" should not throw
780 PASS body.vLink: IDL set to "" followed by getAttribute()
781 PASS body.vLink: IDL set to "" followed by IDL get
782 PASS body.vLink: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shoul d not throw
783 PASS body.vLink: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by getAttribute()
784 PASS body.vLink: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by IDL get
785 PASS body.vLink: IDL set to undefined should not throw
786 PASS body.vLink: IDL set to undefined followed by getAttribute()
787 PASS body.vLink: IDL set to undefined followed by IDL get
788 PASS body.vLink: IDL set to 7 should not throw
789 PASS body.vLink: IDL set to 7 followed by getAttribute()
790 PASS body.vLink: IDL set to 7 followed by IDL get
791 PASS body.vLink: IDL set to 1.5 should not throw
792 PASS body.vLink: IDL set to 1.5 followed by getAttribute()
793 PASS body.vLink: IDL set to 1.5 followed by IDL get
794 PASS body.vLink: IDL set to true should not throw
795 PASS body.vLink: IDL set to true followed by getAttribute()
796 PASS body.vLink: IDL set to true followed by IDL get
797 PASS body.vLink: IDL set to false should not throw
798 PASS body.vLink: IDL set to false followed by getAttribute()
799 PASS body.vLink: IDL set to false followed by IDL get
800 PASS body.vLink: IDL set to object "[object Object]" should not throw
801 PASS body.vLink: IDL set to object "[object Object]" followed by getAttribute()
802 PASS body.vLink: IDL set to object "[object Object]" followed by IDL get
803 PASS body.vLink: IDL set to NaN should not throw
804 PASS body.vLink: IDL set to NaN followed by getAttribute()
805 PASS body.vLink: IDL set to NaN followed by IDL get
806 PASS body.vLink: IDL set to Infinity should not throw
807 PASS body.vLink: IDL set to Infinity followed by getAttribute()
808 PASS body.vLink: IDL set to Infinity followed by IDL get
809 PASS body.vLink: IDL set to -Infinity should not throw
810 PASS body.vLink: IDL set to -Infinity followed by getAttribute()
811 PASS body.vLink: IDL set to -Infinity followed by IDL get
812 PASS body.vLink: IDL set to "\0" should not throw
813 PASS body.vLink: IDL set to "\0" followed by getAttribute()
814 PASS body.vLink: IDL set to "\0" followed by IDL get
815 PASS body.vLink: IDL set to null should not throw
816 PASS body.vLink: IDL set to null followed by getAttribute()
817 PASS body.vLink: IDL set to null followed by IDL get
818 PASS body.vLink: IDL set to object "test-toString" should not throw
819 PASS body.vLink: IDL set to object "test-toString" followed by getAttribute()
820 PASS body.vLink: IDL set to object "test-toString" followed by IDL get
821 PASS body.vLink: IDL set to object "test-valueOf" should not throw
822 PASS body.vLink: IDL set to object "test-valueOf" followed by getAttribute()
823 PASS body.vLink: IDL set to object "test-valueOf" followed by IDL get
824 PASS body.aLink: typeof IDL attribute
825 PASS body.aLink: IDL get with DOM attribute unset
826 PASS body.aLink: setAttribute() to "" followed by getAttribute()
827 PASS body.aLink: setAttribute() to "" followed by IDL get
828 PASS body.aLink: 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()
829 PASS body.aLink: 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
830 PASS body.aLink: setAttribute() to undefined followed by getAttribute()
831 PASS body.aLink: setAttribute() to undefined followed by IDL get
832 PASS body.aLink: setAttribute() to 7 followed by getAttribute()
833 PASS body.aLink: setAttribute() to 7 followed by IDL get
834 PASS body.aLink: setAttribute() to 1.5 followed by getAttribute()
835 PASS body.aLink: setAttribute() to 1.5 followed by IDL get
836 PASS body.aLink: setAttribute() to true followed by getAttribute()
837 PASS body.aLink: setAttribute() to true followed by IDL get
838 PASS body.aLink: setAttribute() to false followed by getAttribute()
839 PASS body.aLink: setAttribute() to false followed by IDL get
840 PASS body.aLink: setAttribute() to object "[object Object]" followed by getAttri bute()
841 PASS body.aLink: setAttribute() to object "[object Object]" followed by IDL get
842 PASS body.aLink: setAttribute() to NaN followed by getAttribute()
843 PASS body.aLink: setAttribute() to NaN followed by IDL get
844 PASS body.aLink: setAttribute() to Infinity followed by getAttribute()
845 PASS body.aLink: setAttribute() to Infinity followed by IDL get
846 PASS body.aLink: setAttribute() to -Infinity followed by getAttribute()
847 PASS body.aLink: setAttribute() to -Infinity followed by IDL get
848 PASS body.aLink: setAttribute() to "\0" followed by getAttribute()
849 PASS body.aLink: setAttribute() to "\0" followed by IDL get
850 PASS body.aLink: setAttribute() to null followed by getAttribute()
851 PASS body.aLink: setAttribute() to null followed by IDL get
852 PASS body.aLink: setAttribute() to object "test-toString" followed by getAttribu te()
853 PASS body.aLink: setAttribute() to object "test-toString" followed by IDL get
854 PASS body.aLink: setAttribute() to object "test-valueOf" followed by getAttribut e()
855 PASS body.aLink: setAttribute() to object "test-valueOf" followed by IDL get
856 PASS body.aLink: IDL set to "" should not throw
857 PASS body.aLink: IDL set to "" followed by getAttribute()
858 PASS body.aLink: IDL set to "" followed by IDL get
859 PASS body.aLink: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shoul d not throw
860 PASS body.aLink: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by getAttribute()
861 PASS body.aLink: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by IDL get
862 PASS body.aLink: IDL set to undefined should not throw
863 PASS body.aLink: IDL set to undefined followed by getAttribute()
864 PASS body.aLink: IDL set to undefined followed by IDL get
865 PASS body.aLink: IDL set to 7 should not throw
866 PASS body.aLink: IDL set to 7 followed by getAttribute()
867 PASS body.aLink: IDL set to 7 followed by IDL get
868 PASS body.aLink: IDL set to 1.5 should not throw
869 PASS body.aLink: IDL set to 1.5 followed by getAttribute()
870 PASS body.aLink: IDL set to 1.5 followed by IDL get
871 PASS body.aLink: IDL set to true should not throw
872 PASS body.aLink: IDL set to true followed by getAttribute()
873 PASS body.aLink: IDL set to true followed by IDL get
874 PASS body.aLink: IDL set to false should not throw
875 PASS body.aLink: IDL set to false followed by getAttribute()
876 PASS body.aLink: IDL set to false followed by IDL get
877 PASS body.aLink: IDL set to object "[object Object]" should not throw
878 PASS body.aLink: IDL set to object "[object Object]" followed by getAttribute()
879 PASS body.aLink: IDL set to object "[object Object]" followed by IDL get
880 PASS body.aLink: IDL set to NaN should not throw
881 PASS body.aLink: IDL set to NaN followed by getAttribute()
882 PASS body.aLink: IDL set to NaN followed by IDL get
883 PASS body.aLink: IDL set to Infinity should not throw
884 PASS body.aLink: IDL set to Infinity followed by getAttribute()
885 PASS body.aLink: IDL set to Infinity followed by IDL get
886 PASS body.aLink: IDL set to -Infinity should not throw
887 PASS body.aLink: IDL set to -Infinity followed by getAttribute()
888 PASS body.aLink: IDL set to -Infinity followed by IDL get
889 PASS body.aLink: IDL set to "\0" should not throw
890 PASS body.aLink: IDL set to "\0" followed by getAttribute()
891 PASS body.aLink: IDL set to "\0" followed by IDL get
892 PASS body.aLink: IDL set to null should not throw
893 PASS body.aLink: IDL set to null followed by getAttribute()
894 PASS body.aLink: IDL set to null followed by IDL get
895 PASS body.aLink: IDL set to object "test-toString" should not throw
896 PASS body.aLink: IDL set to object "test-toString" followed by getAttribute()
897 PASS body.aLink: IDL set to object "test-toString" followed by IDL get
898 PASS body.aLink: IDL set to object "test-valueOf" should not throw
899 PASS body.aLink: IDL set to object "test-valueOf" followed by getAttribute()
900 PASS body.aLink: IDL set to object "test-valueOf" followed by IDL get
901 PASS body.bgColor: typeof IDL attribute
902 PASS body.bgColor: IDL get with DOM attribute unset
903 PASS body.bgColor: setAttribute() to "" followed by getAttribute()
904 PASS body.bgColor: setAttribute() to "" followed by IDL get
905 PASS body.bgColor: 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 fo o " followed by getAttribute()
906 PASS body.bgColor: 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 fo o " followed by IDL get
907 PASS body.bgColor: setAttribute() to undefined followed by getAttribute()
908 PASS body.bgColor: setAttribute() to undefined followed by IDL get
909 PASS body.bgColor: setAttribute() to 7 followed by getAttribute()
910 PASS body.bgColor: setAttribute() to 7 followed by IDL get
911 PASS body.bgColor: setAttribute() to 1.5 followed by getAttribute()
912 PASS body.bgColor: setAttribute() to 1.5 followed by IDL get
913 PASS body.bgColor: setAttribute() to true followed by getAttribute()
914 PASS body.bgColor: setAttribute() to true followed by IDL get
915 PASS body.bgColor: setAttribute() to false followed by getAttribute()
916 PASS body.bgColor: setAttribute() to false followed by IDL get
917 PASS body.bgColor: setAttribute() to object "[object Object]" followed by getAtt ribute()
918 PASS body.bgColor: setAttribute() to object "[object Object]" followed by IDL ge t
919 PASS body.bgColor: setAttribute() to NaN followed by getAttribute()
920 PASS body.bgColor: setAttribute() to NaN followed by IDL get
921 PASS body.bgColor: setAttribute() to Infinity followed by getAttribute()
922 PASS body.bgColor: setAttribute() to Infinity followed by IDL get
923 PASS body.bgColor: setAttribute() to -Infinity followed by getAttribute()
924 PASS body.bgColor: setAttribute() to -Infinity followed by IDL get
925 PASS body.bgColor: setAttribute() to "\0" followed by getAttribute()
926 PASS body.bgColor: setAttribute() to "\0" followed by IDL get
927 PASS body.bgColor: setAttribute() to null followed by getAttribute()
928 PASS body.bgColor: setAttribute() to null followed by IDL get
929 PASS body.bgColor: setAttribute() to object "test-toString" followed by getAttri bute()
930 PASS body.bgColor: setAttribute() to object "test-toString" followed by IDL get
931 PASS body.bgColor: setAttribute() to object "test-valueOf" followed by getAttrib ute()
932 PASS body.bgColor: setAttribute() to object "test-valueOf" followed by IDL get
933 PASS body.bgColor: IDL set to "" should not throw
934 PASS body.bgColor: IDL set to "" followed by getAttribute()
935 PASS body.bgColor: IDL set to "" followed by IDL get
936 PASS body.bgColor: IDL set 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 " sho uld not throw
937 PASS body.bgColor: IDL set 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 " fol lowed by getAttribute()
938 PASS body.bgColor: IDL set 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 " fol lowed by IDL get
939 PASS body.bgColor: IDL set to undefined should not throw
940 PASS body.bgColor: IDL set to undefined followed by getAttribute()
941 PASS body.bgColor: IDL set to undefined followed by IDL get
942 PASS body.bgColor: IDL set to 7 should not throw
943 PASS body.bgColor: IDL set to 7 followed by getAttribute()
944 PASS body.bgColor: IDL set to 7 followed by IDL get
945 PASS body.bgColor: IDL set to 1.5 should not throw
946 PASS body.bgColor: IDL set to 1.5 followed by getAttribute()
947 PASS body.bgColor: IDL set to 1.5 followed by IDL get
948 PASS body.bgColor: IDL set to true should not throw
949 PASS body.bgColor: IDL set to true followed by getAttribute()
950 PASS body.bgColor: IDL set to true followed by IDL get
951 PASS body.bgColor: IDL set to false should not throw
952 PASS body.bgColor: IDL set to false followed by getAttribute()
953 PASS body.bgColor: IDL set to false followed by IDL get
954 PASS body.bgColor: IDL set to object "[object Object]" should not throw
955 PASS body.bgColor: IDL set to object "[object Object]" followed by getAttribute( )
956 PASS body.bgColor: IDL set to object "[object Object]" followed by IDL get
957 PASS body.bgColor: IDL set to NaN should not throw
958 PASS body.bgColor: IDL set to NaN followed by getAttribute()
959 PASS body.bgColor: IDL set to NaN followed by IDL get
960 PASS body.bgColor: IDL set to Infinity should not throw
961 PASS body.bgColor: IDL set to Infinity followed by getAttribute()
962 PASS body.bgColor: IDL set to Infinity followed by IDL get
963 PASS body.bgColor: IDL set to -Infinity should not throw
964 PASS body.bgColor: IDL set to -Infinity followed by getAttribute()
965 PASS body.bgColor: IDL set to -Infinity followed by IDL get
966 PASS body.bgColor: IDL set to "\0" should not throw
967 PASS body.bgColor: IDL set to "\0" followed by getAttribute()
968 PASS body.bgColor: IDL set to "\0" followed by IDL get
969 PASS body.bgColor: IDL set to null should not throw
970 PASS body.bgColor: IDL set to null followed by getAttribute()
971 PASS body.bgColor: IDL set to null followed by IDL get
972 PASS body.bgColor: IDL set to object "test-toString" should not throw
973 PASS body.bgColor: IDL set to object "test-toString" followed by getAttribute()
974 PASS body.bgColor: IDL set to object "test-toString" followed by IDL get
975 PASS body.bgColor: IDL set to object "test-valueOf" should not throw
976 PASS body.bgColor: IDL set to object "test-valueOf" followed by getAttribute()
977 PASS body.bgColor: IDL set to object "test-valueOf" followed by IDL get
978 PASS body.background: typeof IDL attribute
979 PASS body.background: IDL get with DOM attribute unset
980 PASS body.background: setAttribute() to "" followed by getAttribute()
981 PASS body.background: setAttribute() to "" followed by IDL get
982 PASS body.background: 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()
983 PASS body.background: 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
984 PASS body.background: setAttribute() to undefined followed by getAttribute()
985 PASS body.background: setAttribute() to undefined followed by IDL get
986 PASS body.background: setAttribute() to 7 followed by getAttribute()
987 PASS body.background: setAttribute() to 7 followed by IDL get
988 PASS body.background: setAttribute() to 1.5 followed by getAttribute()
989 PASS body.background: setAttribute() to 1.5 followed by IDL get
990 PASS body.background: setAttribute() to true followed by getAttribute()
991 PASS body.background: setAttribute() to true followed by IDL get
992 PASS body.background: setAttribute() to false followed by getAttribute()
993 PASS body.background: setAttribute() to false followed by IDL get
994 PASS body.background: setAttribute() to object "[object Object]" followed by get Attribute()
995 PASS body.background: setAttribute() to object "[object Object]" followed by IDL get
996 PASS body.background: setAttribute() to NaN followed by getAttribute()
997 PASS body.background: setAttribute() to NaN followed by IDL get
998 PASS body.background: setAttribute() to Infinity followed by getAttribute()
999 PASS body.background: setAttribute() to Infinity followed by IDL get
1000 PASS body.background: setAttribute() to -Infinity followed by getAttribute()
1001 PASS body.background: setAttribute() to -Infinity followed by IDL get
1002 PASS body.background: setAttribute() to "\0" followed by getAttribute()
1003 PASS body.background: setAttribute() to "\0" followed by IDL get
1004 PASS body.background: setAttribute() to null followed by getAttribute()
1005 PASS body.background: setAttribute() to null followed by IDL get
1006 PASS body.background: setAttribute() to object "test-toString" followed by getAt tribute()
1007 PASS body.background: setAttribute() to object "test-toString" followed by IDL g et
1008 PASS body.background: setAttribute() to object "test-valueOf" followed by getAtt ribute()
1009 PASS body.background: setAttribute() to object "test-valueOf" followed by IDL ge t
1010 PASS body.background: IDL set to "" should not throw
1011 PASS body.background: IDL set to "" followed by getAttribute()
1012 PASS body.background: IDL set to "" followed by IDL get
1013 PASS body.background: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw
1014 PASS body.background: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
1015 PASS body.background: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
1016 PASS body.background: IDL set to undefined should not throw
1017 PASS body.background: IDL set to undefined followed by getAttribute()
1018 PASS body.background: IDL set to undefined followed by IDL get
1019 PASS body.background: IDL set to 7 should not throw
1020 PASS body.background: IDL set to 7 followed by getAttribute()
1021 PASS body.background: IDL set to 7 followed by IDL get
1022 PASS body.background: IDL set to 1.5 should not throw
1023 PASS body.background: IDL set to 1.5 followed by getAttribute()
1024 PASS body.background: IDL set to 1.5 followed by IDL get
1025 PASS body.background: IDL set to true should not throw
1026 PASS body.background: IDL set to true followed by getAttribute()
1027 PASS body.background: IDL set to true followed by IDL get
1028 PASS body.background: IDL set to false should not throw
1029 PASS body.background: IDL set to false followed by getAttribute()
1030 PASS body.background: IDL set to false followed by IDL get
1031 PASS body.background: IDL set to object "[object Object]" should not throw
1032 PASS body.background: IDL set to object "[object Object]" followed by getAttribu te()
1033 PASS body.background: IDL set to object "[object Object]" followed by IDL get
1034 PASS body.background: IDL set to NaN should not throw
1035 PASS body.background: IDL set to NaN followed by getAttribute()
1036 PASS body.background: IDL set to NaN followed by IDL get
1037 PASS body.background: IDL set to Infinity should not throw
1038 PASS body.background: IDL set to Infinity followed by getAttribute()
1039 PASS body.background: IDL set to Infinity followed by IDL get
1040 PASS body.background: IDL set to -Infinity should not throw
1041 PASS body.background: IDL set to -Infinity followed by getAttribute()
1042 PASS body.background: IDL set to -Infinity followed by IDL get
1043 PASS body.background: IDL set to "\0" should not throw
1044 PASS body.background: IDL set to "\0" followed by getAttribute()
1045 PASS body.background: IDL set to "\0" followed by IDL get
1046 PASS body.background: IDL set to null should not throw
1047 PASS body.background: IDL set to null followed by getAttribute()
1048 PASS body.background: IDL set to null followed by IDL get
1049 PASS body.background: IDL set to object "test-toString" should not throw
1050 PASS body.background: IDL set to object "test-toString" followed by getAttribute ()
1051 PASS body.background: IDL set to object "test-toString" followed by IDL get
1052 PASS body.background: IDL set to object "test-valueOf" should not throw
1053 PASS body.background: IDL set to object "test-valueOf" followed by getAttribute( )
1054 PASS body.background: IDL set to object "test-valueOf" followed by IDL get
1055 PASS article.title: typeof IDL attribute
1056 PASS article.title: IDL get with DOM attribute unset
1057 PASS article.title: setAttribute() to "" followed by getAttribute()
1058 PASS article.title: setAttribute() to "" followed by IDL get
1059 PASS article.title: 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()
1060 PASS article.title: 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
1061 PASS article.title: setAttribute() to undefined followed by getAttribute()
1062 PASS article.title: setAttribute() to undefined followed by IDL get
1063 PASS article.title: setAttribute() to 7 followed by getAttribute()
1064 PASS article.title: setAttribute() to 7 followed by IDL get
1065 PASS article.title: setAttribute() to 1.5 followed by getAttribute()
1066 PASS article.title: setAttribute() to 1.5 followed by IDL get
1067 PASS article.title: setAttribute() to true followed by getAttribute()
1068 PASS article.title: setAttribute() to true followed by IDL get
1069 PASS article.title: setAttribute() to false followed by getAttribute()
1070 PASS article.title: setAttribute() to false followed by IDL get
1071 PASS article.title: setAttribute() to object "[object Object]" followed by getAt tribute()
1072 PASS article.title: setAttribute() to object "[object Object]" followed by IDL g et
1073 PASS article.title: setAttribute() to NaN followed by getAttribute()
1074 PASS article.title: setAttribute() to NaN followed by IDL get
1075 PASS article.title: setAttribute() to Infinity followed by getAttribute()
1076 PASS article.title: setAttribute() to Infinity followed by IDL get
1077 PASS article.title: setAttribute() to -Infinity followed by getAttribute()
1078 PASS article.title: setAttribute() to -Infinity followed by IDL get
1079 PASS article.title: setAttribute() to "\0" followed by getAttribute()
1080 PASS article.title: setAttribute() to "\0" followed by IDL get
1081 PASS article.title: setAttribute() to null followed by getAttribute()
1082 PASS article.title: setAttribute() to null followed by IDL get
1083 PASS article.title: setAttribute() to object "test-toString" followed by getAttr ibute()
1084 PASS article.title: setAttribute() to object "test-toString" followed by IDL get
1085 PASS article.title: setAttribute() to object "test-valueOf" followed by getAttri bute()
1086 PASS article.title: setAttribute() to object "test-valueOf" followed by IDL get
1087 PASS article.title: IDL set to "" should not throw
1088 PASS article.title: IDL set to "" followed by getAttribute()
1089 PASS article.title: IDL set to "" followed by IDL get
1090 PASS article.title: IDL set 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 " sh ould not throw
1091 PASS article.title: IDL set 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 " fo llowed by getAttribute()
1092 PASS article.title: IDL set 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 " fo llowed by IDL get
1093 PASS article.title: IDL set to undefined should not throw
1094 PASS article.title: IDL set to undefined followed by getAttribute()
1095 PASS article.title: IDL set to undefined followed by IDL get
1096 PASS article.title: IDL set to 7 should not throw
1097 PASS article.title: IDL set to 7 followed by getAttribute()
1098 PASS article.title: IDL set to 7 followed by IDL get
1099 PASS article.title: IDL set to 1.5 should not throw
1100 PASS article.title: IDL set to 1.5 followed by getAttribute()
1101 PASS article.title: IDL set to 1.5 followed by IDL get
1102 PASS article.title: IDL set to true should not throw
1103 PASS article.title: IDL set to true followed by getAttribute()
1104 PASS article.title: IDL set to true followed by IDL get
1105 PASS article.title: IDL set to false should not throw
1106 PASS article.title: IDL set to false followed by getAttribute()
1107 PASS article.title: IDL set to false followed by IDL get
1108 PASS article.title: IDL set to object "[object Object]" should not throw
1109 PASS article.title: IDL set to object "[object Object]" followed by getAttribute ()
1110 PASS article.title: IDL set to object "[object Object]" followed by IDL get
1111 PASS article.title: IDL set to NaN should not throw
1112 PASS article.title: IDL set to NaN followed by getAttribute()
1113 PASS article.title: IDL set to NaN followed by IDL get
1114 PASS article.title: IDL set to Infinity should not throw
1115 PASS article.title: IDL set to Infinity followed by getAttribute()
1116 PASS article.title: IDL set to Infinity followed by IDL get
1117 PASS article.title: IDL set to -Infinity should not throw
1118 PASS article.title: IDL set to -Infinity followed by getAttribute()
1119 PASS article.title: IDL set to -Infinity followed by IDL get
1120 PASS article.title: IDL set to "\0" should not throw
1121 PASS article.title: IDL set to "\0" followed by getAttribute()
1122 PASS article.title: IDL set to "\0" followed by IDL get
1123 PASS article.title: IDL set to null should not throw
1124 PASS article.title: IDL set to null followed by getAttribute()
1125 PASS article.title: IDL set to null followed by IDL get
1126 PASS article.title: IDL set to object "test-toString" should not throw
1127 PASS article.title: IDL set to object "test-toString" followed by getAttribute()
1128 PASS article.title: IDL set to object "test-toString" followed by IDL get
1129 PASS article.title: IDL set to object "test-valueOf" should not throw
1130 PASS article.title: IDL set to object "test-valueOf" followed by getAttribute()
1131 PASS article.title: IDL set to object "test-valueOf" followed by IDL get
1132 PASS article.lang: typeof IDL attribute
1133 PASS article.lang: IDL get with DOM attribute unset
1134 PASS article.lang: setAttribute() to "" followed by getAttribute()
1135 PASS article.lang: setAttribute() to "" followed by IDL get
1136 PASS article.lang: 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 fo o " followed by getAttribute()
1137 PASS article.lang: 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 fo o " followed by IDL get
1138 PASS article.lang: setAttribute() to undefined followed by getAttribute()
1139 PASS article.lang: setAttribute() to undefined followed by IDL get
1140 PASS article.lang: setAttribute() to 7 followed by getAttribute()
1141 PASS article.lang: setAttribute() to 7 followed by IDL get
1142 PASS article.lang: setAttribute() to 1.5 followed by getAttribute()
1143 PASS article.lang: setAttribute() to 1.5 followed by IDL get
1144 PASS article.lang: setAttribute() to true followed by getAttribute()
1145 PASS article.lang: setAttribute() to true followed by IDL get
1146 PASS article.lang: setAttribute() to false followed by getAttribute()
1147 PASS article.lang: setAttribute() to false followed by IDL get
1148 PASS article.lang: setAttribute() to object "[object Object]" followed by getAtt ribute()
1149 PASS article.lang: setAttribute() to object "[object Object]" followed by IDL ge t
1150 PASS article.lang: setAttribute() to NaN followed by getAttribute()
1151 PASS article.lang: setAttribute() to NaN followed by IDL get
1152 PASS article.lang: setAttribute() to Infinity followed by getAttribute()
1153 PASS article.lang: setAttribute() to Infinity followed by IDL get
1154 PASS article.lang: setAttribute() to -Infinity followed by getAttribute()
1155 PASS article.lang: setAttribute() to -Infinity followed by IDL get
1156 PASS article.lang: setAttribute() to "\0" followed by getAttribute()
1157 PASS article.lang: setAttribute() to "\0" followed by IDL get
1158 PASS article.lang: setAttribute() to null followed by getAttribute()
1159 PASS article.lang: setAttribute() to null followed by IDL get
1160 PASS article.lang: setAttribute() to object "test-toString" followed by getAttri bute()
1161 PASS article.lang: setAttribute() to object "test-toString" followed by IDL get
1162 PASS article.lang: setAttribute() to object "test-valueOf" followed by getAttrib ute()
1163 PASS article.lang: setAttribute() to object "test-valueOf" followed by IDL get
1164 PASS article.lang: IDL set to "" should not throw
1165 PASS article.lang: IDL set to "" followed by getAttribute()
1166 PASS article.lang: IDL set to "" followed by IDL get
1167 PASS article.lang: IDL set 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 " sho uld not throw
1168 PASS article.lang: IDL set 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 " fol lowed by getAttribute()
1169 PASS article.lang: IDL set 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 " fol lowed by IDL get
1170 PASS article.lang: IDL set to undefined should not throw
1171 PASS article.lang: IDL set to undefined followed by getAttribute()
1172 PASS article.lang: IDL set to undefined followed by IDL get
1173 PASS article.lang: IDL set to 7 should not throw
1174 PASS article.lang: IDL set to 7 followed by getAttribute()
1175 PASS article.lang: IDL set to 7 followed by IDL get
1176 PASS article.lang: IDL set to 1.5 should not throw
1177 PASS article.lang: IDL set to 1.5 followed by getAttribute()
1178 PASS article.lang: IDL set to 1.5 followed by IDL get
1179 PASS article.lang: IDL set to true should not throw
1180 PASS article.lang: IDL set to true followed by getAttribute()
1181 PASS article.lang: IDL set to true followed by IDL get
1182 PASS article.lang: IDL set to false should not throw
1183 PASS article.lang: IDL set to false followed by getAttribute()
1184 PASS article.lang: IDL set to false followed by IDL get
1185 PASS article.lang: IDL set to object "[object Object]" should not throw
1186 PASS article.lang: IDL set to object "[object Object]" followed by getAttribute( )
1187 PASS article.lang: IDL set to object "[object Object]" followed by IDL get
1188 PASS article.lang: IDL set to NaN should not throw
1189 PASS article.lang: IDL set to NaN followed by getAttribute()
1190 PASS article.lang: IDL set to NaN followed by IDL get
1191 PASS article.lang: IDL set to Infinity should not throw
1192 PASS article.lang: IDL set to Infinity followed by getAttribute()
1193 PASS article.lang: IDL set to Infinity followed by IDL get
1194 PASS article.lang: IDL set to -Infinity should not throw
1195 PASS article.lang: IDL set to -Infinity followed by getAttribute()
1196 PASS article.lang: IDL set to -Infinity followed by IDL get
1197 PASS article.lang: IDL set to "\0" should not throw
1198 PASS article.lang: IDL set to "\0" followed by getAttribute()
1199 PASS article.lang: IDL set to "\0" followed by IDL get
1200 PASS article.lang: IDL set to null should not throw
1201 PASS article.lang: IDL set to null followed by getAttribute()
1202 PASS article.lang: IDL set to null followed by IDL get
1203 PASS article.lang: IDL set to object "test-toString" should not throw
1204 PASS article.lang: IDL set to object "test-toString" followed by getAttribute()
1205 PASS article.lang: IDL set to object "test-toString" followed by IDL get
1206 PASS article.lang: IDL set to object "test-valueOf" should not throw
1207 PASS article.lang: IDL set to object "test-valueOf" followed by getAttribute()
1208 PASS article.lang: IDL set to object "test-valueOf" followed by IDL get
1209 PASS article.dir: typeof IDL attribute
1210 PASS article.dir: IDL get with DOM attribute unset
1211 PASS article.dir: setAttribute() to "" followed by getAttribute()
1212 PASS article.dir: setAttribute() to "" followed by IDL get
1213 PASS article.dir: 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()
1214 PASS article.dir: 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
1215 PASS article.dir: setAttribute() to undefined followed by getAttribute()
1216 PASS article.dir: setAttribute() to undefined followed by IDL get
1217 PASS article.dir: setAttribute() to 7 followed by getAttribute()
1218 PASS article.dir: setAttribute() to 7 followed by IDL get
1219 PASS article.dir: setAttribute() to 1.5 followed by getAttribute()
1220 PASS article.dir: setAttribute() to 1.5 followed by IDL get
1221 PASS article.dir: setAttribute() to true followed by getAttribute()
1222 PASS article.dir: setAttribute() to true followed by IDL get
1223 PASS article.dir: setAttribute() to false followed by getAttribute()
1224 PASS article.dir: setAttribute() to false followed by IDL get
1225 PASS article.dir: setAttribute() to object "[object Object]" followed by getAttr ibute()
1226 PASS article.dir: setAttribute() to object "[object Object]" followed by IDL get
1227 PASS article.dir: setAttribute() to NaN followed by getAttribute()
1228 PASS article.dir: setAttribute() to NaN followed by IDL get
1229 PASS article.dir: setAttribute() to Infinity followed by getAttribute()
1230 PASS article.dir: setAttribute() to Infinity followed by IDL get
1231 PASS article.dir: setAttribute() to -Infinity followed by getAttribute()
1232 PASS article.dir: setAttribute() to -Infinity followed by IDL get
1233 PASS article.dir: setAttribute() to "\0" followed by getAttribute()
1234 PASS article.dir: setAttribute() to "\0" followed by IDL get
1235 PASS article.dir: setAttribute() to null followed by getAttribute()
1236 PASS article.dir: setAttribute() to null followed by IDL get
1237 PASS article.dir: setAttribute() to object "test-toString" followed by getAttrib ute()
1238 PASS article.dir: setAttribute() to object "test-toString" followed by IDL get
1239 PASS article.dir: setAttribute() to object "test-valueOf" followed by getAttribu te()
1240 PASS article.dir: setAttribute() to object "test-valueOf" followed by IDL get
1241 PASS article.dir: setAttribute() to "ltr" followed by getAttribute()
1242 PASS article.dir: setAttribute() to "ltr" followed by IDL get
1243 PASS article.dir: setAttribute() to "xltr" followed by getAttribute()
1244 PASS article.dir: setAttribute() to "xltr" followed by IDL get
1245 PASS article.dir: setAttribute() to "ltr\0" followed by getAttribute()
1246 PASS article.dir: setAttribute() to "ltr\0" followed by IDL get
1247 PASS article.dir: setAttribute() to "tr" followed by getAttribute()
1248 PASS article.dir: setAttribute() to "tr" followed by IDL get
1249 PASS article.dir: setAttribute() to "LTR" followed by getAttribute()
1250 PASS article.dir: setAttribute() to "LTR" followed by IDL get
1251 PASS article.dir: setAttribute() to "rtl" followed by getAttribute()
1252 PASS article.dir: setAttribute() to "rtl" followed by IDL get
1253 PASS article.dir: setAttribute() to "xrtl" followed by getAttribute()
1254 PASS article.dir: setAttribute() to "xrtl" followed by IDL get
1255 PASS article.dir: setAttribute() to "rtl\0" followed by getAttribute()
1256 PASS article.dir: setAttribute() to "rtl\0" followed by IDL get
1257 PASS article.dir: setAttribute() to "tl" followed by getAttribute()
1258 PASS article.dir: setAttribute() to "tl" followed by IDL get
1259 PASS article.dir: setAttribute() to "RTL" followed by getAttribute()
1260 PASS article.dir: setAttribute() to "RTL" followed by IDL get
1261 PASS article.dir: setAttribute() to "auto" followed by getAttribute()
1262 PASS article.dir: setAttribute() to "auto" followed by IDL get
1263 PASS article.dir: setAttribute() to "xauto" followed by getAttribute()
1264 PASS article.dir: setAttribute() to "xauto" followed by IDL get
1265 PASS article.dir: setAttribute() to "auto\0" followed by getAttribute()
1266 PASS article.dir: setAttribute() to "auto\0" followed by IDL get
1267 PASS article.dir: setAttribute() to "uto" followed by getAttribute()
1268 PASS article.dir: setAttribute() to "uto" followed by IDL get
1269 PASS article.dir: setAttribute() to "AUTO" followed by getAttribute()
1270 PASS article.dir: setAttribute() to "AUTO" followed by IDL get
1271 PASS article.dir: IDL set to "" should not throw
1272 PASS article.dir: IDL set to "" followed by getAttribute()
1273 PASS article.dir: IDL set to "" followed by IDL get
1274 PASS article.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shou ld not throw
1275 PASS article.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by getAttribute()
1276 PASS article.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by IDL get
1277 PASS article.dir: IDL set to undefined should not throw
1278 PASS article.dir: IDL set to undefined followed by getAttribute()
1279 PASS article.dir: IDL set to undefined followed by IDL get
1280 PASS article.dir: IDL set to 7 should not throw
1281 PASS article.dir: IDL set to 7 followed by getAttribute()
1282 PASS article.dir: IDL set to 7 followed by IDL get
1283 PASS article.dir: IDL set to 1.5 should not throw
1284 PASS article.dir: IDL set to 1.5 followed by getAttribute()
1285 PASS article.dir: IDL set to 1.5 followed by IDL get
1286 PASS article.dir: IDL set to true should not throw
1287 PASS article.dir: IDL set to true followed by getAttribute()
1288 PASS article.dir: IDL set to true followed by IDL get
1289 PASS article.dir: IDL set to false should not throw
1290 PASS article.dir: IDL set to false followed by getAttribute()
1291 PASS article.dir: IDL set to false followed by IDL get
1292 PASS article.dir: IDL set to object "[object Object]" should not throw
1293 PASS article.dir: IDL set to object "[object Object]" followed by getAttribute()
1294 PASS article.dir: IDL set to object "[object Object]" followed by IDL get
1295 PASS article.dir: IDL set to NaN should not throw
1296 PASS article.dir: IDL set to NaN followed by getAttribute()
1297 PASS article.dir: IDL set to NaN followed by IDL get
1298 PASS article.dir: IDL set to Infinity should not throw
1299 PASS article.dir: IDL set to Infinity followed by getAttribute()
1300 PASS article.dir: IDL set to Infinity followed by IDL get
1301 PASS article.dir: IDL set to -Infinity should not throw
1302 PASS article.dir: IDL set to -Infinity followed by getAttribute()
1303 PASS article.dir: IDL set to -Infinity followed by IDL get
1304 PASS article.dir: IDL set to "\0" should not throw
1305 PASS article.dir: IDL set to "\0" followed by getAttribute()
1306 PASS article.dir: IDL set to "\0" followed by IDL get
1307 PASS article.dir: IDL set to null should not throw
1308 PASS article.dir: IDL set to null followed by IDL get
1309 PASS article.dir: IDL set to object "test-toString" should not throw
1310 PASS article.dir: IDL set to object "test-toString" followed by getAttribute()
1311 PASS article.dir: IDL set to object "test-toString" followed by IDL get
1312 PASS article.dir: IDL set to object "test-valueOf" should not throw
1313 PASS article.dir: IDL set to object "test-valueOf" followed by getAttribute()
1314 PASS article.dir: IDL set to object "test-valueOf" followed by IDL get
1315 PASS article.dir: IDL set to "ltr" should not throw
1316 PASS article.dir: IDL set to "ltr" followed by getAttribute()
1317 PASS article.dir: IDL set to "ltr" followed by IDL get
1318 PASS article.dir: IDL set to "xltr" should not throw
1319 PASS article.dir: IDL set to "xltr" followed by getAttribute()
1320 PASS article.dir: IDL set to "xltr" followed by IDL get
1321 PASS article.dir: IDL set to "ltr\0" should not throw
1322 PASS article.dir: IDL set to "ltr\0" followed by getAttribute()
1323 PASS article.dir: IDL set to "ltr\0" followed by IDL get
1324 PASS article.dir: IDL set to "tr" should not throw
1325 PASS article.dir: IDL set to "tr" followed by getAttribute()
1326 PASS article.dir: IDL set to "tr" followed by IDL get
1327 PASS article.dir: IDL set to "LTR" should not throw
1328 PASS article.dir: IDL set to "LTR" followed by getAttribute()
1329 PASS article.dir: IDL set to "LTR" followed by IDL get
1330 PASS article.dir: IDL set to "rtl" should not throw
1331 PASS article.dir: IDL set to "rtl" followed by getAttribute()
1332 PASS article.dir: IDL set to "rtl" followed by IDL get
1333 PASS article.dir: IDL set to "xrtl" should not throw
1334 PASS article.dir: IDL set to "xrtl" followed by getAttribute()
1335 PASS article.dir: IDL set to "xrtl" followed by IDL get
1336 PASS article.dir: IDL set to "rtl\0" should not throw
1337 PASS article.dir: IDL set to "rtl\0" followed by getAttribute()
1338 PASS article.dir: IDL set to "rtl\0" followed by IDL get
1339 PASS article.dir: IDL set to "tl" should not throw
1340 PASS article.dir: IDL set to "tl" followed by getAttribute()
1341 PASS article.dir: IDL set to "tl" followed by IDL get
1342 PASS article.dir: IDL set to "RTL" should not throw
1343 PASS article.dir: IDL set to "RTL" followed by getAttribute()
1344 PASS article.dir: IDL set to "RTL" followed by IDL get
1345 PASS article.dir: IDL set to "auto" should not throw
1346 PASS article.dir: IDL set to "auto" followed by getAttribute()
1347 PASS article.dir: IDL set to "auto" followed by IDL get
1348 PASS article.dir: IDL set to "xauto" should not throw
1349 PASS article.dir: IDL set to "xauto" followed by getAttribute()
1350 PASS article.dir: IDL set to "xauto" followed by IDL get
1351 PASS article.dir: IDL set to "auto\0" should not throw
1352 PASS article.dir: IDL set to "auto\0" followed by getAttribute()
1353 PASS article.dir: IDL set to "auto\0" followed by IDL get
1354 PASS article.dir: IDL set to "uto" should not throw
1355 PASS article.dir: IDL set to "uto" followed by getAttribute()
1356 PASS article.dir: IDL set to "uto" followed by IDL get
1357 PASS article.dir: IDL set to "AUTO" should not throw
1358 PASS article.dir: IDL set to "AUTO" followed by getAttribute()
1359 PASS article.dir: IDL set to "AUTO" followed by IDL get
1360 PASS article.className (<article class>): typeof IDL attribute
1361 PASS article.className (<article class>): IDL get with DOM attribute unset
1362 PASS article.className (<article class>): setAttribute() to "" followed by getAt tribute()
1363 PASS article.className (<article class>): setAttribute() to "" followed by IDL g et
1364 PASS article.className (<article class>): 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()
1365 PASS article.className (<article class>): 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
1366 PASS article.className (<article class>): setAttribute() to undefined followed b y getAttribute()
1367 PASS article.className (<article class>): setAttribute() to undefined followed b y IDL get
1368 PASS article.className (<article class>): setAttribute() to 7 followed by getAtt ribute()
1369 PASS article.className (<article class>): setAttribute() to 7 followed by IDL ge t
1370 PASS article.className (<article class>): setAttribute() to 1.5 followed by getA ttribute()
1371 PASS article.className (<article class>): setAttribute() to 1.5 followed by IDL get
1372 PASS article.className (<article class>): setAttribute() to true followed by get Attribute()
1373 PASS article.className (<article class>): setAttribute() to true followed by IDL get
1374 PASS article.className (<article class>): setAttribute() to false followed by ge tAttribute()
1375 PASS article.className (<article class>): setAttribute() to false followed by ID L get
1376 PASS article.className (<article class>): setAttribute() to object "[object Obje ct]" followed by getAttribute()
1377 PASS article.className (<article class>): setAttribute() to object "[object Obje ct]" followed by IDL get
1378 PASS article.className (<article class>): setAttribute() to NaN followed by getA ttribute()
1379 PASS article.className (<article class>): setAttribute() to NaN followed by IDL get
1380 PASS article.className (<article class>): setAttribute() to Infinity followed by getAttribute()
1381 PASS article.className (<article class>): setAttribute() to Infinity followed by IDL get
1382 PASS article.className (<article class>): setAttribute() to -Infinity followed b y getAttribute()
1383 PASS article.className (<article class>): setAttribute() to -Infinity followed b y IDL get
1384 PASS article.className (<article class>): setAttribute() to "\0" followed by get Attribute()
1385 PASS article.className (<article class>): setAttribute() to "\0" followed by IDL get
1386 PASS article.className (<article class>): setAttribute() to null followed by get Attribute()
1387 PASS article.className (<article class>): setAttribute() to null followed by IDL get
1388 PASS article.className (<article class>): setAttribute() to object "test-toStrin g" followed by getAttribute()
1389 PASS article.className (<article class>): setAttribute() to object "test-toStrin g" followed by IDL get
1390 PASS article.className (<article class>): setAttribute() to object "test-valueOf " followed by getAttribute()
1391 PASS article.className (<article class>): setAttribute() to object "test-valueOf " followed by IDL get
1392 PASS article.className (<article class>): IDL set to "" should not throw
1393 PASS article.className (<article class>): IDL set to "" followed by getAttribute ()
1394 PASS article.className (<article class>): IDL set to "" followed by IDL get
1395 PASS article.className (<article class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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 " should not throw
1396 PASS article.className (<article class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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()
1397 PASS article.className (<article class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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
1398 PASS article.className (<article class>): IDL set to undefined should not throw
1399 PASS article.className (<article class>): IDL set to undefined followed by getAt tribute()
1400 PASS article.className (<article class>): IDL set to undefined followed by IDL g et
1401 PASS article.className (<article class>): IDL set to 7 should not throw
1402 PASS article.className (<article class>): IDL set to 7 followed by getAttribute( )
1403 PASS article.className (<article class>): IDL set to 7 followed by IDL get
1404 PASS article.className (<article class>): IDL set to 1.5 should not throw
1405 PASS article.className (<article class>): IDL set to 1.5 followed by getAttribut e()
1406 PASS article.className (<article class>): IDL set to 1.5 followed by IDL get
1407 PASS article.className (<article class>): IDL set to true should not throw
1408 PASS article.className (<article class>): IDL set to true followed by getAttribu te()
1409 PASS article.className (<article class>): IDL set to true followed by IDL get
1410 PASS article.className (<article class>): IDL set to false should not throw
1411 PASS article.className (<article class>): IDL set to false followed by getAttrib ute()
1412 PASS article.className (<article class>): IDL set to false followed by IDL get
1413 PASS article.className (<article class>): IDL set to object "[object Object]" sh ould not throw
1414 PASS article.className (<article class>): IDL set to object "[object Object]" fo llowed by getAttribute()
1415 PASS article.className (<article class>): IDL set to object "[object Object]" fo llowed by IDL get
1416 PASS article.className (<article class>): IDL set to NaN should not throw
1417 PASS article.className (<article class>): IDL set to NaN followed by getAttribut e()
1418 PASS article.className (<article class>): IDL set to NaN followed by IDL get
1419 PASS article.className (<article class>): IDL set to Infinity should not throw
1420 PASS article.className (<article class>): IDL set to Infinity followed by getAtt ribute()
1421 PASS article.className (<article class>): IDL set to Infinity followed by IDL ge t
1422 PASS article.className (<article class>): IDL set to -Infinity should not throw
1423 PASS article.className (<article class>): IDL set to -Infinity followed by getAt tribute()
1424 PASS article.className (<article class>): IDL set to -Infinity followed by IDL g et
1425 PASS article.className (<article class>): IDL set to "\0" should not throw
1426 PASS article.className (<article class>): IDL set to "\0" followed by getAttribu te()
1427 PASS article.className (<article class>): IDL set to "\0" followed by IDL get
1428 PASS article.className (<article class>): IDL set to null should not throw
1429 PASS article.className (<article class>): IDL set to null followed by getAttribu te()
1430 PASS article.className (<article class>): IDL set to null followed by IDL get
1431 PASS article.className (<article class>): IDL set to object "test-toString" shou ld not throw
1432 PASS article.className (<article class>): IDL set to object "test-toString" foll owed by getAttribute()
1433 PASS article.className (<article class>): IDL set to object "test-toString" foll owed by IDL get
1434 PASS article.className (<article class>): IDL set to object "test-valueOf" shoul d not throw
1435 PASS article.className (<article class>): IDL set to object "test-valueOf" follo wed by getAttribute()
1436 PASS article.className (<article class>): IDL set to object "test-valueOf" follo wed by IDL get
1437 PASS article.hidden: typeof IDL attribute
1438 PASS article.hidden: IDL get with DOM attribute unset
1439 PASS article.hidden: setAttribute() to "" followed by getAttribute()
1440 PASS article.hidden: setAttribute() to "" followed by IDL get
1441 PASS article.hidden: setAttribute() to " foo " followed by getAttribute()
1442 PASS article.hidden: setAttribute() to " foo " followed by IDL get
1443 PASS article.hidden: setAttribute() to undefined followed by getAttribute()
1444 PASS article.hidden: setAttribute() to undefined followed by IDL get
1445 PASS article.hidden: setAttribute() to null followed by getAttribute()
1446 PASS article.hidden: setAttribute() to null followed by IDL get
1447 PASS article.hidden: setAttribute() to 7 followed by getAttribute()
1448 PASS article.hidden: setAttribute() to 7 followed by IDL get
1449 PASS article.hidden: setAttribute() to 1.5 followed by getAttribute()
1450 PASS article.hidden: setAttribute() to 1.5 followed by IDL get
1451 PASS article.hidden: setAttribute() to true followed by getAttribute()
1452 PASS article.hidden: setAttribute() to true followed by IDL get
1453 PASS article.hidden: setAttribute() to false followed by getAttribute()
1454 PASS article.hidden: setAttribute() to false followed by IDL get
1455 PASS article.hidden: setAttribute() to object "[object Object]" followed by getA ttribute()
1456 PASS article.hidden: setAttribute() to object "[object Object]" followed by IDL get
1457 PASS article.hidden: setAttribute() to NaN followed by getAttribute()
1458 PASS article.hidden: setAttribute() to NaN followed by IDL get
1459 PASS article.hidden: setAttribute() to Infinity followed by getAttribute()
1460 PASS article.hidden: setAttribute() to Infinity followed by IDL get
1461 PASS article.hidden: setAttribute() to -Infinity followed by getAttribute()
1462 PASS article.hidden: setAttribute() to -Infinity followed by IDL get
1463 PASS article.hidden: setAttribute() to "\0" followed by getAttribute()
1464 PASS article.hidden: setAttribute() to "\0" followed by IDL get
1465 PASS article.hidden: setAttribute() to object "test-toString" followed by getAtt ribute()
1466 PASS article.hidden: setAttribute() to object "test-toString" followed by IDL ge t
1467 PASS article.hidden: setAttribute() to object "test-valueOf" followed by getAttr ibute()
1468 PASS article.hidden: setAttribute() to object "test-valueOf" followed by IDL get
1469 PASS article.hidden: setAttribute() to "hidden" followed by getAttribute()
1470 PASS article.hidden: setAttribute() to "hidden" followed by IDL get
1471 PASS article.hidden: IDL set to "" should not throw
1472 PASS article.hidden: IDL set to "" followed by hasAttribute()
1473 PASS article.hidden: IDL set to "" followed by IDL get
1474 PASS article.hidden: IDL set to " foo " should not throw
1475 PASS article.hidden: IDL set to " foo " followed by hasAttribute()
1476 PASS article.hidden: IDL set to " foo " followed by IDL get
1477 PASS article.hidden: IDL set to undefined should not throw
1478 PASS article.hidden: IDL set to undefined followed by hasAttribute()
1479 PASS article.hidden: IDL set to undefined followed by IDL get
1480 PASS article.hidden: IDL set to null should not throw
1481 PASS article.hidden: IDL set to null followed by hasAttribute()
1482 PASS article.hidden: IDL set to null followed by IDL get
1483 PASS article.hidden: IDL set to 7 should not throw
1484 PASS article.hidden: IDL set to 7 followed by hasAttribute()
1485 PASS article.hidden: IDL set to 7 followed by IDL get
1486 PASS article.hidden: IDL set to 1.5 should not throw
1487 PASS article.hidden: IDL set to 1.5 followed by hasAttribute()
1488 PASS article.hidden: IDL set to 1.5 followed by IDL get
1489 PASS article.hidden: IDL set to true should not throw
1490 PASS article.hidden: IDL set to true followed by hasAttribute()
1491 PASS article.hidden: IDL set to true followed by IDL get
1492 PASS article.hidden: IDL set to false should not throw
1493 PASS article.hidden: IDL set to false followed by hasAttribute()
1494 PASS article.hidden: IDL set to false followed by IDL get
1495 PASS article.hidden: IDL set to object "[object Object]" should not throw
1496 PASS article.hidden: IDL set to object "[object Object]" followed by hasAttribut e()
1497 PASS article.hidden: IDL set to object "[object Object]" followed by IDL get
1498 PASS article.hidden: IDL set to NaN should not throw
1499 PASS article.hidden: IDL set to NaN followed by hasAttribute()
1500 PASS article.hidden: IDL set to NaN followed by IDL get
1501 PASS article.hidden: IDL set to Infinity should not throw
1502 PASS article.hidden: IDL set to Infinity followed by hasAttribute()
1503 PASS article.hidden: IDL set to Infinity followed by IDL get
1504 PASS article.hidden: IDL set to -Infinity should not throw
1505 PASS article.hidden: IDL set to -Infinity followed by hasAttribute()
1506 PASS article.hidden: IDL set to -Infinity followed by IDL get
1507 PASS article.hidden: IDL set to "\0" should not throw
1508 PASS article.hidden: IDL set to "\0" followed by hasAttribute()
1509 PASS article.hidden: IDL set to "\0" followed by IDL get
1510 PASS article.hidden: IDL set to object "test-toString" should not throw
1511 PASS article.hidden: IDL set to object "test-toString" followed by hasAttribute( )
1512 PASS article.hidden: IDL set to object "test-toString" followed by IDL get
1513 PASS article.hidden: IDL set to object "test-valueOf" should not throw
1514 PASS article.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
1515 PASS article.hidden: IDL set to object "test-valueOf" followed by IDL get
1516 PASS article.accessKey: typeof IDL attribute
1517 PASS article.accessKey: IDL get with DOM attribute unset
1518 PASS article.accessKey: setAttribute() to "" followed by getAttribute()
1519 PASS article.accessKey: setAttribute() to "" followed by IDL get
1520 PASS article.accessKey: 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\x1 f foo " followed by getAttribute()
1521 PASS article.accessKey: 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\x1 f foo " followed by IDL get
1522 PASS article.accessKey: setAttribute() to undefined followed by getAttribute()
1523 PASS article.accessKey: setAttribute() to undefined followed by IDL get
1524 PASS article.accessKey: setAttribute() to 7 followed by getAttribute()
1525 PASS article.accessKey: setAttribute() to 7 followed by IDL get
1526 PASS article.accessKey: setAttribute() to 1.5 followed by getAttribute()
1527 PASS article.accessKey: setAttribute() to 1.5 followed by IDL get
1528 PASS article.accessKey: setAttribute() to true followed by getAttribute()
1529 PASS article.accessKey: setAttribute() to true followed by IDL get
1530 PASS article.accessKey: setAttribute() to false followed by getAttribute()
1531 PASS article.accessKey: setAttribute() to false followed by IDL get
1532 PASS article.accessKey: setAttribute() to object "[object Object]" followed by g etAttribute()
1533 PASS article.accessKey: setAttribute() to object "[object Object]" followed by I DL get
1534 PASS article.accessKey: setAttribute() to NaN followed by getAttribute()
1535 PASS article.accessKey: setAttribute() to NaN followed by IDL get
1536 PASS article.accessKey: setAttribute() to Infinity followed by getAttribute()
1537 PASS article.accessKey: setAttribute() to Infinity followed by IDL get
1538 PASS article.accessKey: setAttribute() to -Infinity followed by getAttribute()
1539 PASS article.accessKey: setAttribute() to -Infinity followed by IDL get
1540 PASS article.accessKey: setAttribute() to "\0" followed by getAttribute()
1541 PASS article.accessKey: setAttribute() to "\0" followed by IDL get
1542 PASS article.accessKey: setAttribute() to null followed by getAttribute()
1543 PASS article.accessKey: setAttribute() to null followed by IDL get
1544 PASS article.accessKey: setAttribute() to object "test-toString" followed by get Attribute()
1545 PASS article.accessKey: setAttribute() to object "test-toString" followed by IDL get
1546 PASS article.accessKey: setAttribute() to object "test-valueOf" followed by getA ttribute()
1547 PASS article.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
1548 PASS article.accessKey: IDL set to "" should not throw
1549 PASS article.accessKey: IDL set to "" followed by getAttribute()
1550 PASS article.accessKey: IDL set to "" followed by IDL get
1551 PASS article.accessKey: IDL set 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 " should not throw
1552 PASS article.accessKey: IDL set 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()
1553 PASS article.accessKey: IDL set 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
1554 PASS article.accessKey: IDL set to undefined should not throw
1555 PASS article.accessKey: IDL set to undefined followed by getAttribute()
1556 PASS article.accessKey: IDL set to undefined followed by IDL get
1557 PASS article.accessKey: IDL set to 7 should not throw
1558 PASS article.accessKey: IDL set to 7 followed by getAttribute()
1559 PASS article.accessKey: IDL set to 7 followed by IDL get
1560 PASS article.accessKey: IDL set to 1.5 should not throw
1561 PASS article.accessKey: IDL set to 1.5 followed by getAttribute()
1562 PASS article.accessKey: IDL set to 1.5 followed by IDL get
1563 PASS article.accessKey: IDL set to true should not throw
1564 PASS article.accessKey: IDL set to true followed by getAttribute()
1565 PASS article.accessKey: IDL set to true followed by IDL get
1566 PASS article.accessKey: IDL set to false should not throw
1567 PASS article.accessKey: IDL set to false followed by getAttribute()
1568 PASS article.accessKey: IDL set to false followed by IDL get
1569 PASS article.accessKey: IDL set to object "[object Object]" should not throw
1570 PASS article.accessKey: IDL set to object "[object Object]" followed by getAttri bute()
1571 PASS article.accessKey: IDL set to object "[object Object]" followed by IDL get
1572 PASS article.accessKey: IDL set to NaN should not throw
1573 PASS article.accessKey: IDL set to NaN followed by getAttribute()
1574 PASS article.accessKey: IDL set to NaN followed by IDL get
1575 PASS article.accessKey: IDL set to Infinity should not throw
1576 PASS article.accessKey: IDL set to Infinity followed by getAttribute()
1577 PASS article.accessKey: IDL set to Infinity followed by IDL get
1578 PASS article.accessKey: IDL set to -Infinity should not throw
1579 PASS article.accessKey: IDL set to -Infinity followed by getAttribute()
1580 PASS article.accessKey: IDL set to -Infinity followed by IDL get
1581 PASS article.accessKey: IDL set to "\0" should not throw
1582 PASS article.accessKey: IDL set to "\0" followed by getAttribute()
1583 PASS article.accessKey: IDL set to "\0" followed by IDL get
1584 PASS article.accessKey: IDL set to null should not throw
1585 PASS article.accessKey: IDL set to null followed by getAttribute()
1586 PASS article.accessKey: IDL set to null followed by IDL get
1587 PASS article.accessKey: IDL set to object "test-toString" should not throw
1588 PASS article.accessKey: IDL set to object "test-toString" followed by getAttribu te()
1589 PASS article.accessKey: IDL set to object "test-toString" followed by IDL get
1590 PASS article.accessKey: IDL set to object "test-valueOf" should not throw
1591 PASS article.accessKey: IDL set to object "test-valueOf" followed by getAttribut e()
1592 PASS article.accessKey: IDL set to object "test-valueOf" followed by IDL get
1593 PASS article.tabIndex: typeof IDL attribute
1594 PASS article.tabIndex: setAttribute() to -36 followed by getAttribute()
1595 PASS article.tabIndex: setAttribute() to -36 followed by IDL get
1596 PASS article.tabIndex: setAttribute() to -1 followed by getAttribute()
1597 PASS article.tabIndex: setAttribute() to -1 followed by IDL get
1598 PASS article.tabIndex: setAttribute() to 0 followed by getAttribute()
1599 PASS article.tabIndex: setAttribute() to 0 followed by IDL get
1600 PASS article.tabIndex: setAttribute() to 1 followed by getAttribute()
1601 PASS article.tabIndex: setAttribute() to 1 followed by IDL get
1602 PASS article.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
1603 FAIL article.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767
1604 PASS article.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
1605 FAIL article.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got -32768
1606 PASS article.tabIndex: setAttribute() to "-1" followed by getAttribute()
1607 PASS article.tabIndex: setAttribute() to "-1" followed by IDL get
1608 PASS article.tabIndex: setAttribute() to "-0" followed by getAttribute()
1609 PASS article.tabIndex: setAttribute() to "-0" followed by IDL get
1610 PASS article.tabIndex: setAttribute() to "0" followed by getAttribute()
1611 PASS article.tabIndex: setAttribute() to "0" followed by IDL get
1612 PASS article.tabIndex: setAttribute() to "1" followed by getAttribute()
1613 PASS article.tabIndex: setAttribute() to "1" followed by IDL get
1614 PASS article.tabIndex: setAttribute() to "\t7" followed by getAttribute()
1615 PASS article.tabIndex: setAttribute() to "\t7" followed by IDL get
1616 PASS article.tabIndex: setAttribute() to "\f7" followed by getAttribute()
1617 PASS article.tabIndex: setAttribute() to "\f7" followed by IDL get
1618 PASS article.tabIndex: setAttribute() to " 7" followed by getAttribute()
1619 PASS article.tabIndex: setAttribute() to " 7" followed by IDL get
1620 PASS article.tabIndex: setAttribute() to "\n7" followed by getAttribute()
1621 PASS article.tabIndex: setAttribute() to "\n7" followed by IDL get
1622 PASS article.tabIndex: setAttribute() to "\r7" followed by getAttribute()
1623 PASS article.tabIndex: setAttribute() to "\r7" followed by IDL get
1624 PASS article.tabIndex: setAttribute() to 1.5 followed by getAttribute()
1625 PASS article.tabIndex: setAttribute() to 1.5 followed by IDL get
1626 PASS article.tabIndex: setAttribute() to object "2" followed by getAttribute()
1627 PASS article.tabIndex: setAttribute() to object "2" followed by IDL get
1628 PASS article.tabIndex: IDL set to -36 should not throw
1629 PASS article.tabIndex: IDL set to -36 followed by getAttribute()
1630 PASS article.tabIndex: IDL set to -36 followed by IDL get
1631 PASS article.tabIndex: IDL set to -1 should not throw
1632 PASS article.tabIndex: IDL set to -1 followed by getAttribute()
1633 PASS article.tabIndex: IDL set to -1 followed by IDL get
1634 PASS article.tabIndex: IDL set to 0 should not throw
1635 PASS article.tabIndex: IDL set to 0 followed by getAttribute()
1636 PASS article.tabIndex: IDL set to 0 followed by IDL get
1637 PASS article.tabIndex: IDL set to 1 should not throw
1638 PASS article.tabIndex: IDL set to 1 followed by getAttribute()
1639 PASS article.tabIndex: IDL set to 1 followed by IDL get
1640 PASS article.tabIndex: IDL set to 2147483647 should not throw
1641 PASS article.tabIndex: IDL set to 2147483647 followed by getAttribute()
1642 FAIL article.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
1643 PASS article.tabIndex: IDL set to -2147483648 should not throw
1644 PASS article.tabIndex: IDL set to -2147483648 followed by getAttribute()
1645 FAIL article.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
1646 PASS section.title: typeof IDL attribute
1647 PASS section.title: IDL get with DOM attribute unset
1648 PASS section.title: setAttribute() to "" followed by getAttribute()
1649 PASS section.title: setAttribute() to "" followed by IDL get
1650 PASS section.title: 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()
1651 PASS section.title: 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
1652 PASS section.title: setAttribute() to undefined followed by getAttribute()
1653 PASS section.title: setAttribute() to undefined followed by IDL get
1654 PASS section.title: setAttribute() to 7 followed by getAttribute()
1655 PASS section.title: setAttribute() to 7 followed by IDL get
1656 PASS section.title: setAttribute() to 1.5 followed by getAttribute()
1657 PASS section.title: setAttribute() to 1.5 followed by IDL get
1658 PASS section.title: setAttribute() to true followed by getAttribute()
1659 PASS section.title: setAttribute() to true followed by IDL get
1660 PASS section.title: setAttribute() to false followed by getAttribute()
1661 PASS section.title: setAttribute() to false followed by IDL get
1662 PASS section.title: setAttribute() to object "[object Object]" followed by getAt tribute()
1663 PASS section.title: setAttribute() to object "[object Object]" followed by IDL g et
1664 PASS section.title: setAttribute() to NaN followed by getAttribute()
1665 PASS section.title: setAttribute() to NaN followed by IDL get
1666 PASS section.title: setAttribute() to Infinity followed by getAttribute()
1667 PASS section.title: setAttribute() to Infinity followed by IDL get
1668 PASS section.title: setAttribute() to -Infinity followed by getAttribute()
1669 PASS section.title: setAttribute() to -Infinity followed by IDL get
1670 PASS section.title: setAttribute() to "\0" followed by getAttribute()
1671 PASS section.title: setAttribute() to "\0" followed by IDL get
1672 PASS section.title: setAttribute() to null followed by getAttribute()
1673 PASS section.title: setAttribute() to null followed by IDL get
1674 PASS section.title: setAttribute() to object "test-toString" followed by getAttr ibute()
1675 PASS section.title: setAttribute() to object "test-toString" followed by IDL get
1676 PASS section.title: setAttribute() to object "test-valueOf" followed by getAttri bute()
1677 PASS section.title: setAttribute() to object "test-valueOf" followed by IDL get
1678 PASS section.title: IDL set to "" should not throw
1679 PASS section.title: IDL set to "" followed by getAttribute()
1680 PASS section.title: IDL set to "" followed by IDL get
1681 PASS section.title: IDL set 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 " sh ould not throw
1682 PASS section.title: IDL set 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 " fo llowed by getAttribute()
1683 PASS section.title: IDL set 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 " fo llowed by IDL get
1684 PASS section.title: IDL set to undefined should not throw
1685 PASS section.title: IDL set to undefined followed by getAttribute()
1686 PASS section.title: IDL set to undefined followed by IDL get
1687 PASS section.title: IDL set to 7 should not throw
1688 PASS section.title: IDL set to 7 followed by getAttribute()
1689 PASS section.title: IDL set to 7 followed by IDL get
1690 PASS section.title: IDL set to 1.5 should not throw
1691 PASS section.title: IDL set to 1.5 followed by getAttribute()
1692 PASS section.title: IDL set to 1.5 followed by IDL get
1693 PASS section.title: IDL set to true should not throw
1694 PASS section.title: IDL set to true followed by getAttribute()
1695 PASS section.title: IDL set to true followed by IDL get
1696 PASS section.title: IDL set to false should not throw
1697 PASS section.title: IDL set to false followed by getAttribute()
1698 PASS section.title: IDL set to false followed by IDL get
1699 PASS section.title: IDL set to object "[object Object]" should not throw
1700 PASS section.title: IDL set to object "[object Object]" followed by getAttribute ()
1701 PASS section.title: IDL set to object "[object Object]" followed by IDL get
1702 PASS section.title: IDL set to NaN should not throw
1703 PASS section.title: IDL set to NaN followed by getAttribute()
1704 PASS section.title: IDL set to NaN followed by IDL get
1705 PASS section.title: IDL set to Infinity should not throw
1706 PASS section.title: IDL set to Infinity followed by getAttribute()
1707 PASS section.title: IDL set to Infinity followed by IDL get
1708 PASS section.title: IDL set to -Infinity should not throw
1709 PASS section.title: IDL set to -Infinity followed by getAttribute()
1710 PASS section.title: IDL set to -Infinity followed by IDL get
1711 PASS section.title: IDL set to "\0" should not throw
1712 PASS section.title: IDL set to "\0" followed by getAttribute()
1713 PASS section.title: IDL set to "\0" followed by IDL get
1714 PASS section.title: IDL set to null should not throw
1715 PASS section.title: IDL set to null followed by getAttribute()
1716 PASS section.title: IDL set to null followed by IDL get
1717 PASS section.title: IDL set to object "test-toString" should not throw
1718 PASS section.title: IDL set to object "test-toString" followed by getAttribute()
1719 PASS section.title: IDL set to object "test-toString" followed by IDL get
1720 PASS section.title: IDL set to object "test-valueOf" should not throw
1721 PASS section.title: IDL set to object "test-valueOf" followed by getAttribute()
1722 PASS section.title: IDL set to object "test-valueOf" followed by IDL get
1723 PASS section.lang: typeof IDL attribute
1724 PASS section.lang: IDL get with DOM attribute unset
1725 PASS section.lang: setAttribute() to "" followed by getAttribute()
1726 PASS section.lang: setAttribute() to "" followed by IDL get
1727 PASS section.lang: 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 fo o " followed by getAttribute()
1728 PASS section.lang: 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 fo o " followed by IDL get
1729 PASS section.lang: setAttribute() to undefined followed by getAttribute()
1730 PASS section.lang: setAttribute() to undefined followed by IDL get
1731 PASS section.lang: setAttribute() to 7 followed by getAttribute()
1732 PASS section.lang: setAttribute() to 7 followed by IDL get
1733 PASS section.lang: setAttribute() to 1.5 followed by getAttribute()
1734 PASS section.lang: setAttribute() to 1.5 followed by IDL get
1735 PASS section.lang: setAttribute() to true followed by getAttribute()
1736 PASS section.lang: setAttribute() to true followed by IDL get
1737 PASS section.lang: setAttribute() to false followed by getAttribute()
1738 PASS section.lang: setAttribute() to false followed by IDL get
1739 PASS section.lang: setAttribute() to object "[object Object]" followed by getAtt ribute()
1740 PASS section.lang: setAttribute() to object "[object Object]" followed by IDL ge t
1741 PASS section.lang: setAttribute() to NaN followed by getAttribute()
1742 PASS section.lang: setAttribute() to NaN followed by IDL get
1743 PASS section.lang: setAttribute() to Infinity followed by getAttribute()
1744 PASS section.lang: setAttribute() to Infinity followed by IDL get
1745 PASS section.lang: setAttribute() to -Infinity followed by getAttribute()
1746 PASS section.lang: setAttribute() to -Infinity followed by IDL get
1747 PASS section.lang: setAttribute() to "\0" followed by getAttribute()
1748 PASS section.lang: setAttribute() to "\0" followed by IDL get
1749 PASS section.lang: setAttribute() to null followed by getAttribute()
1750 PASS section.lang: setAttribute() to null followed by IDL get
1751 PASS section.lang: setAttribute() to object "test-toString" followed by getAttri bute()
1752 PASS section.lang: setAttribute() to object "test-toString" followed by IDL get
1753 PASS section.lang: setAttribute() to object "test-valueOf" followed by getAttrib ute()
1754 PASS section.lang: setAttribute() to object "test-valueOf" followed by IDL get
1755 PASS section.lang: IDL set to "" should not throw
1756 PASS section.lang: IDL set to "" followed by getAttribute()
1757 PASS section.lang: IDL set to "" followed by IDL get
1758 PASS section.lang: IDL set 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 " sho uld not throw
1759 PASS section.lang: IDL set 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 " fol lowed by getAttribute()
1760 PASS section.lang: IDL set 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 " fol lowed by IDL get
1761 PASS section.lang: IDL set to undefined should not throw
1762 PASS section.lang: IDL set to undefined followed by getAttribute()
1763 PASS section.lang: IDL set to undefined followed by IDL get
1764 PASS section.lang: IDL set to 7 should not throw
1765 PASS section.lang: IDL set to 7 followed by getAttribute()
1766 PASS section.lang: IDL set to 7 followed by IDL get
1767 PASS section.lang: IDL set to 1.5 should not throw
1768 PASS section.lang: IDL set to 1.5 followed by getAttribute()
1769 PASS section.lang: IDL set to 1.5 followed by IDL get
1770 PASS section.lang: IDL set to true should not throw
1771 PASS section.lang: IDL set to true followed by getAttribute()
1772 PASS section.lang: IDL set to true followed by IDL get
1773 PASS section.lang: IDL set to false should not throw
1774 PASS section.lang: IDL set to false followed by getAttribute()
1775 PASS section.lang: IDL set to false followed by IDL get
1776 PASS section.lang: IDL set to object "[object Object]" should not throw
1777 PASS section.lang: IDL set to object "[object Object]" followed by getAttribute( )
1778 PASS section.lang: IDL set to object "[object Object]" followed by IDL get
1779 PASS section.lang: IDL set to NaN should not throw
1780 PASS section.lang: IDL set to NaN followed by getAttribute()
1781 PASS section.lang: IDL set to NaN followed by IDL get
1782 PASS section.lang: IDL set to Infinity should not throw
1783 PASS section.lang: IDL set to Infinity followed by getAttribute()
1784 PASS section.lang: IDL set to Infinity followed by IDL get
1785 PASS section.lang: IDL set to -Infinity should not throw
1786 PASS section.lang: IDL set to -Infinity followed by getAttribute()
1787 PASS section.lang: IDL set to -Infinity followed by IDL get
1788 PASS section.lang: IDL set to "\0" should not throw
1789 PASS section.lang: IDL set to "\0" followed by getAttribute()
1790 PASS section.lang: IDL set to "\0" followed by IDL get
1791 PASS section.lang: IDL set to null should not throw
1792 PASS section.lang: IDL set to null followed by getAttribute()
1793 PASS section.lang: IDL set to null followed by IDL get
1794 PASS section.lang: IDL set to object "test-toString" should not throw
1795 PASS section.lang: IDL set to object "test-toString" followed by getAttribute()
1796 PASS section.lang: IDL set to object "test-toString" followed by IDL get
1797 PASS section.lang: IDL set to object "test-valueOf" should not throw
1798 PASS section.lang: IDL set to object "test-valueOf" followed by getAttribute()
1799 PASS section.lang: IDL set to object "test-valueOf" followed by IDL get
1800 PASS section.dir: typeof IDL attribute
1801 PASS section.dir: IDL get with DOM attribute unset
1802 PASS section.dir: setAttribute() to "" followed by getAttribute()
1803 PASS section.dir: setAttribute() to "" followed by IDL get
1804 PASS section.dir: 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()
1805 PASS section.dir: 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
1806 PASS section.dir: setAttribute() to undefined followed by getAttribute()
1807 PASS section.dir: setAttribute() to undefined followed by IDL get
1808 PASS section.dir: setAttribute() to 7 followed by getAttribute()
1809 PASS section.dir: setAttribute() to 7 followed by IDL get
1810 PASS section.dir: setAttribute() to 1.5 followed by getAttribute()
1811 PASS section.dir: setAttribute() to 1.5 followed by IDL get
1812 PASS section.dir: setAttribute() to true followed by getAttribute()
1813 PASS section.dir: setAttribute() to true followed by IDL get
1814 PASS section.dir: setAttribute() to false followed by getAttribute()
1815 PASS section.dir: setAttribute() to false followed by IDL get
1816 PASS section.dir: setAttribute() to object "[object Object]" followed by getAttr ibute()
1817 PASS section.dir: setAttribute() to object "[object Object]" followed by IDL get
1818 PASS section.dir: setAttribute() to NaN followed by getAttribute()
1819 PASS section.dir: setAttribute() to NaN followed by IDL get
1820 PASS section.dir: setAttribute() to Infinity followed by getAttribute()
1821 PASS section.dir: setAttribute() to Infinity followed by IDL get
1822 PASS section.dir: setAttribute() to -Infinity followed by getAttribute()
1823 PASS section.dir: setAttribute() to -Infinity followed by IDL get
1824 PASS section.dir: setAttribute() to "\0" followed by getAttribute()
1825 PASS section.dir: setAttribute() to "\0" followed by IDL get
1826 PASS section.dir: setAttribute() to null followed by getAttribute()
1827 PASS section.dir: setAttribute() to null followed by IDL get
1828 PASS section.dir: setAttribute() to object "test-toString" followed by getAttrib ute()
1829 PASS section.dir: setAttribute() to object "test-toString" followed by IDL get
1830 PASS section.dir: setAttribute() to object "test-valueOf" followed by getAttribu te()
1831 PASS section.dir: setAttribute() to object "test-valueOf" followed by IDL get
1832 PASS section.dir: setAttribute() to "ltr" followed by getAttribute()
1833 PASS section.dir: setAttribute() to "ltr" followed by IDL get
1834 PASS section.dir: setAttribute() to "xltr" followed by getAttribute()
1835 PASS section.dir: setAttribute() to "xltr" followed by IDL get
1836 PASS section.dir: setAttribute() to "ltr\0" followed by getAttribute()
1837 PASS section.dir: setAttribute() to "ltr\0" followed by IDL get
1838 PASS section.dir: setAttribute() to "tr" followed by getAttribute()
1839 PASS section.dir: setAttribute() to "tr" followed by IDL get
1840 PASS section.dir: setAttribute() to "LTR" followed by getAttribute()
1841 PASS section.dir: setAttribute() to "LTR" followed by IDL get
1842 PASS section.dir: setAttribute() to "rtl" followed by getAttribute()
1843 PASS section.dir: setAttribute() to "rtl" followed by IDL get
1844 PASS section.dir: setAttribute() to "xrtl" followed by getAttribute()
1845 PASS section.dir: setAttribute() to "xrtl" followed by IDL get
1846 PASS section.dir: setAttribute() to "rtl\0" followed by getAttribute()
1847 PASS section.dir: setAttribute() to "rtl\0" followed by IDL get
1848 PASS section.dir: setAttribute() to "tl" followed by getAttribute()
1849 PASS section.dir: setAttribute() to "tl" followed by IDL get
1850 PASS section.dir: setAttribute() to "RTL" followed by getAttribute()
1851 PASS section.dir: setAttribute() to "RTL" followed by IDL get
1852 PASS section.dir: setAttribute() to "auto" followed by getAttribute()
1853 PASS section.dir: setAttribute() to "auto" followed by IDL get
1854 PASS section.dir: setAttribute() to "xauto" followed by getAttribute()
1855 PASS section.dir: setAttribute() to "xauto" followed by IDL get
1856 PASS section.dir: setAttribute() to "auto\0" followed by getAttribute()
1857 PASS section.dir: setAttribute() to "auto\0" followed by IDL get
1858 PASS section.dir: setAttribute() to "uto" followed by getAttribute()
1859 PASS section.dir: setAttribute() to "uto" followed by IDL get
1860 PASS section.dir: setAttribute() to "AUTO" followed by getAttribute()
1861 PASS section.dir: setAttribute() to "AUTO" followed by IDL get
1862 PASS section.dir: IDL set to "" should not throw
1863 PASS section.dir: IDL set to "" followed by getAttribute()
1864 PASS section.dir: IDL set to "" followed by IDL get
1865 PASS section.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shou ld not throw
1866 PASS section.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by getAttribute()
1867 PASS section.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by IDL get
1868 PASS section.dir: IDL set to undefined should not throw
1869 PASS section.dir: IDL set to undefined followed by getAttribute()
1870 PASS section.dir: IDL set to undefined followed by IDL get
1871 PASS section.dir: IDL set to 7 should not throw
1872 PASS section.dir: IDL set to 7 followed by getAttribute()
1873 PASS section.dir: IDL set to 7 followed by IDL get
1874 PASS section.dir: IDL set to 1.5 should not throw
1875 PASS section.dir: IDL set to 1.5 followed by getAttribute()
1876 PASS section.dir: IDL set to 1.5 followed by IDL get
1877 PASS section.dir: IDL set to true should not throw
1878 PASS section.dir: IDL set to true followed by getAttribute()
1879 PASS section.dir: IDL set to true followed by IDL get
1880 PASS section.dir: IDL set to false should not throw
1881 PASS section.dir: IDL set to false followed by getAttribute()
1882 PASS section.dir: IDL set to false followed by IDL get
1883 PASS section.dir: IDL set to object "[object Object]" should not throw
1884 PASS section.dir: IDL set to object "[object Object]" followed by getAttribute()
1885 PASS section.dir: IDL set to object "[object Object]" followed by IDL get
1886 PASS section.dir: IDL set to NaN should not throw
1887 PASS section.dir: IDL set to NaN followed by getAttribute()
1888 PASS section.dir: IDL set to NaN followed by IDL get
1889 PASS section.dir: IDL set to Infinity should not throw
1890 PASS section.dir: IDL set to Infinity followed by getAttribute()
1891 PASS section.dir: IDL set to Infinity followed by IDL get
1892 PASS section.dir: IDL set to -Infinity should not throw
1893 PASS section.dir: IDL set to -Infinity followed by getAttribute()
1894 PASS section.dir: IDL set to -Infinity followed by IDL get
1895 PASS section.dir: IDL set to "\0" should not throw
1896 PASS section.dir: IDL set to "\0" followed by getAttribute()
1897 PASS section.dir: IDL set to "\0" followed by IDL get
1898 PASS section.dir: IDL set to null should not throw
1899 PASS section.dir: IDL set to null followed by IDL get
1900 PASS section.dir: IDL set to object "test-toString" should not throw
1901 PASS section.dir: IDL set to object "test-toString" followed by getAttribute()
1902 PASS section.dir: IDL set to object "test-toString" followed by IDL get
1903 PASS section.dir: IDL set to object "test-valueOf" should not throw
1904 PASS section.dir: IDL set to object "test-valueOf" followed by getAttribute()
1905 PASS section.dir: IDL set to object "test-valueOf" followed by IDL get
1906 PASS section.dir: IDL set to "ltr" should not throw
1907 PASS section.dir: IDL set to "ltr" followed by getAttribute()
1908 PASS section.dir: IDL set to "ltr" followed by IDL get
1909 PASS section.dir: IDL set to "xltr" should not throw
1910 PASS section.dir: IDL set to "xltr" followed by getAttribute()
1911 PASS section.dir: IDL set to "xltr" followed by IDL get
1912 PASS section.dir: IDL set to "ltr\0" should not throw
1913 PASS section.dir: IDL set to "ltr\0" followed by getAttribute()
1914 PASS section.dir: IDL set to "ltr\0" followed by IDL get
1915 PASS section.dir: IDL set to "tr" should not throw
1916 PASS section.dir: IDL set to "tr" followed by getAttribute()
1917 PASS section.dir: IDL set to "tr" followed by IDL get
1918 PASS section.dir: IDL set to "LTR" should not throw
1919 PASS section.dir: IDL set to "LTR" followed by getAttribute()
1920 PASS section.dir: IDL set to "LTR" followed by IDL get
1921 PASS section.dir: IDL set to "rtl" should not throw
1922 PASS section.dir: IDL set to "rtl" followed by getAttribute()
1923 PASS section.dir: IDL set to "rtl" followed by IDL get
1924 PASS section.dir: IDL set to "xrtl" should not throw
1925 PASS section.dir: IDL set to "xrtl" followed by getAttribute()
1926 PASS section.dir: IDL set to "xrtl" followed by IDL get
1927 PASS section.dir: IDL set to "rtl\0" should not throw
1928 PASS section.dir: IDL set to "rtl\0" followed by getAttribute()
1929 PASS section.dir: IDL set to "rtl\0" followed by IDL get
1930 PASS section.dir: IDL set to "tl" should not throw
1931 PASS section.dir: IDL set to "tl" followed by getAttribute()
1932 PASS section.dir: IDL set to "tl" followed by IDL get
1933 PASS section.dir: IDL set to "RTL" should not throw
1934 PASS section.dir: IDL set to "RTL" followed by getAttribute()
1935 PASS section.dir: IDL set to "RTL" followed by IDL get
1936 PASS section.dir: IDL set to "auto" should not throw
1937 PASS section.dir: IDL set to "auto" followed by getAttribute()
1938 PASS section.dir: IDL set to "auto" followed by IDL get
1939 PASS section.dir: IDL set to "xauto" should not throw
1940 PASS section.dir: IDL set to "xauto" followed by getAttribute()
1941 PASS section.dir: IDL set to "xauto" followed by IDL get
1942 PASS section.dir: IDL set to "auto\0" should not throw
1943 PASS section.dir: IDL set to "auto\0" followed by getAttribute()
1944 PASS section.dir: IDL set to "auto\0" followed by IDL get
1945 PASS section.dir: IDL set to "uto" should not throw
1946 PASS section.dir: IDL set to "uto" followed by getAttribute()
1947 PASS section.dir: IDL set to "uto" followed by IDL get
1948 PASS section.dir: IDL set to "AUTO" should not throw
1949 PASS section.dir: IDL set to "AUTO" followed by getAttribute()
1950 PASS section.dir: IDL set to "AUTO" followed by IDL get
1951 PASS section.className (<section class>): typeof IDL attribute
1952 PASS section.className (<section class>): IDL get with DOM attribute unset
1953 PASS section.className (<section class>): setAttribute() to "" followed by getAt tribute()
1954 PASS section.className (<section class>): setAttribute() to "" followed by IDL g et
1955 PASS section.className (<section class>): 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()
1956 PASS section.className (<section class>): 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
1957 PASS section.className (<section class>): setAttribute() to undefined followed b y getAttribute()
1958 PASS section.className (<section class>): setAttribute() to undefined followed b y IDL get
1959 PASS section.className (<section class>): setAttribute() to 7 followed by getAtt ribute()
1960 PASS section.className (<section class>): setAttribute() to 7 followed by IDL ge t
1961 PASS section.className (<section class>): setAttribute() to 1.5 followed by getA ttribute()
1962 PASS section.className (<section class>): setAttribute() to 1.5 followed by IDL get
1963 PASS section.className (<section class>): setAttribute() to true followed by get Attribute()
1964 PASS section.className (<section class>): setAttribute() to true followed by IDL get
1965 PASS section.className (<section class>): setAttribute() to false followed by ge tAttribute()
1966 PASS section.className (<section class>): setAttribute() to false followed by ID L get
1967 PASS section.className (<section class>): setAttribute() to object "[object Obje ct]" followed by getAttribute()
1968 PASS section.className (<section class>): setAttribute() to object "[object Obje ct]" followed by IDL get
1969 PASS section.className (<section class>): setAttribute() to NaN followed by getA ttribute()
1970 PASS section.className (<section class>): setAttribute() to NaN followed by IDL get
1971 PASS section.className (<section class>): setAttribute() to Infinity followed by getAttribute()
1972 PASS section.className (<section class>): setAttribute() to Infinity followed by IDL get
1973 PASS section.className (<section class>): setAttribute() to -Infinity followed b y getAttribute()
1974 PASS section.className (<section class>): setAttribute() to -Infinity followed b y IDL get
1975 PASS section.className (<section class>): setAttribute() to "\0" followed by get Attribute()
1976 PASS section.className (<section class>): setAttribute() to "\0" followed by IDL get
1977 PASS section.className (<section class>): setAttribute() to null followed by get Attribute()
1978 PASS section.className (<section class>): setAttribute() to null followed by IDL get
1979 PASS section.className (<section class>): setAttribute() to object "test-toStrin g" followed by getAttribute()
1980 PASS section.className (<section class>): setAttribute() to object "test-toStrin g" followed by IDL get
1981 PASS section.className (<section class>): setAttribute() to object "test-valueOf " followed by getAttribute()
1982 PASS section.className (<section class>): setAttribute() to object "test-valueOf " followed by IDL get
1983 PASS section.className (<section class>): IDL set to "" should not throw
1984 PASS section.className (<section class>): IDL set to "" followed by getAttribute ()
1985 PASS section.className (<section class>): IDL set to "" followed by IDL get
1986 PASS section.className (<section class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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 " should not throw
1987 PASS section.className (<section class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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()
1988 PASS section.className (<section class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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
1989 PASS section.className (<section class>): IDL set to undefined should not throw
1990 PASS section.className (<section class>): IDL set to undefined followed by getAt tribute()
1991 PASS section.className (<section class>): IDL set to undefined followed by IDL g et
1992 PASS section.className (<section class>): IDL set to 7 should not throw
1993 PASS section.className (<section class>): IDL set to 7 followed by getAttribute( )
1994 PASS section.className (<section class>): IDL set to 7 followed by IDL get
1995 PASS section.className (<section class>): IDL set to 1.5 should not throw
1996 PASS section.className (<section class>): IDL set to 1.5 followed by getAttribut e()
1997 PASS section.className (<section class>): IDL set to 1.5 followed by IDL get
1998 PASS section.className (<section class>): IDL set to true should not throw
1999 PASS section.className (<section class>): IDL set to true followed by getAttribu te()
2000 PASS section.className (<section class>): IDL set to true followed by IDL get
2001 PASS section.className (<section class>): IDL set to false should not throw
2002 PASS section.className (<section class>): IDL set to false followed by getAttrib ute()
2003 PASS section.className (<section class>): IDL set to false followed by IDL get
2004 PASS section.className (<section class>): IDL set to object "[object Object]" sh ould not throw
2005 PASS section.className (<section class>): IDL set to object "[object Object]" fo llowed by getAttribute()
2006 PASS section.className (<section class>): IDL set to object "[object Object]" fo llowed by IDL get
2007 PASS section.className (<section class>): IDL set to NaN should not throw
2008 PASS section.className (<section class>): IDL set to NaN followed by getAttribut e()
2009 PASS section.className (<section class>): IDL set to NaN followed by IDL get
2010 PASS section.className (<section class>): IDL set to Infinity should not throw
2011 PASS section.className (<section class>): IDL set to Infinity followed by getAtt ribute()
2012 PASS section.className (<section class>): IDL set to Infinity followed by IDL ge t
2013 PASS section.className (<section class>): IDL set to -Infinity should not throw
2014 PASS section.className (<section class>): IDL set to -Infinity followed by getAt tribute()
2015 PASS section.className (<section class>): IDL set to -Infinity followed by IDL g et
2016 PASS section.className (<section class>): IDL set to "\0" should not throw
2017 PASS section.className (<section class>): IDL set to "\0" followed by getAttribu te()
2018 PASS section.className (<section class>): IDL set to "\0" followed by IDL get
2019 PASS section.className (<section class>): IDL set to null should not throw
2020 PASS section.className (<section class>): IDL set to null followed by getAttribu te()
2021 PASS section.className (<section class>): IDL set to null followed by IDL get
2022 PASS section.className (<section class>): IDL set to object "test-toString" shou ld not throw
2023 PASS section.className (<section class>): IDL set to object "test-toString" foll owed by getAttribute()
2024 PASS section.className (<section class>): IDL set to object "test-toString" foll owed by IDL get
2025 PASS section.className (<section class>): IDL set to object "test-valueOf" shoul d not throw
2026 PASS section.className (<section class>): IDL set to object "test-valueOf" follo wed by getAttribute()
2027 PASS section.className (<section class>): IDL set to object "test-valueOf" follo wed by IDL get
2028 PASS section.hidden: typeof IDL attribute
2029 PASS section.hidden: IDL get with DOM attribute unset
2030 PASS section.hidden: setAttribute() to "" followed by getAttribute()
2031 PASS section.hidden: setAttribute() to "" followed by IDL get
2032 PASS section.hidden: setAttribute() to " foo " followed by getAttribute()
2033 PASS section.hidden: setAttribute() to " foo " followed by IDL get
2034 PASS section.hidden: setAttribute() to undefined followed by getAttribute()
2035 PASS section.hidden: setAttribute() to undefined followed by IDL get
2036 PASS section.hidden: setAttribute() to null followed by getAttribute()
2037 PASS section.hidden: setAttribute() to null followed by IDL get
2038 PASS section.hidden: setAttribute() to 7 followed by getAttribute()
2039 PASS section.hidden: setAttribute() to 7 followed by IDL get
2040 PASS section.hidden: setAttribute() to 1.5 followed by getAttribute()
2041 PASS section.hidden: setAttribute() to 1.5 followed by IDL get
2042 PASS section.hidden: setAttribute() to true followed by getAttribute()
2043 PASS section.hidden: setAttribute() to true followed by IDL get
2044 PASS section.hidden: setAttribute() to false followed by getAttribute()
2045 PASS section.hidden: setAttribute() to false followed by IDL get
2046 PASS section.hidden: setAttribute() to object "[object Object]" followed by getA ttribute()
2047 PASS section.hidden: setAttribute() to object "[object Object]" followed by IDL get
2048 PASS section.hidden: setAttribute() to NaN followed by getAttribute()
2049 PASS section.hidden: setAttribute() to NaN followed by IDL get
2050 PASS section.hidden: setAttribute() to Infinity followed by getAttribute()
2051 PASS section.hidden: setAttribute() to Infinity followed by IDL get
2052 PASS section.hidden: setAttribute() to -Infinity followed by getAttribute()
2053 PASS section.hidden: setAttribute() to -Infinity followed by IDL get
2054 PASS section.hidden: setAttribute() to "\0" followed by getAttribute()
2055 PASS section.hidden: setAttribute() to "\0" followed by IDL get
2056 PASS section.hidden: setAttribute() to object "test-toString" followed by getAtt ribute()
2057 PASS section.hidden: setAttribute() to object "test-toString" followed by IDL ge t
2058 PASS section.hidden: setAttribute() to object "test-valueOf" followed by getAttr ibute()
2059 PASS section.hidden: setAttribute() to object "test-valueOf" followed by IDL get
2060 PASS section.hidden: setAttribute() to "hidden" followed by getAttribute()
2061 PASS section.hidden: setAttribute() to "hidden" followed by IDL get
2062 PASS section.hidden: IDL set to "" should not throw
2063 PASS section.hidden: IDL set to "" followed by hasAttribute()
2064 PASS section.hidden: IDL set to "" followed by IDL get
2065 PASS section.hidden: IDL set to " foo " should not throw
2066 PASS section.hidden: IDL set to " foo " followed by hasAttribute()
2067 PASS section.hidden: IDL set to " foo " followed by IDL get
2068 PASS section.hidden: IDL set to undefined should not throw
2069 PASS section.hidden: IDL set to undefined followed by hasAttribute()
2070 PASS section.hidden: IDL set to undefined followed by IDL get
2071 PASS section.hidden: IDL set to null should not throw
2072 PASS section.hidden: IDL set to null followed by hasAttribute()
2073 PASS section.hidden: IDL set to null followed by IDL get
2074 PASS section.hidden: IDL set to 7 should not throw
2075 PASS section.hidden: IDL set to 7 followed by hasAttribute()
2076 PASS section.hidden: IDL set to 7 followed by IDL get
2077 PASS section.hidden: IDL set to 1.5 should not throw
2078 PASS section.hidden: IDL set to 1.5 followed by hasAttribute()
2079 PASS section.hidden: IDL set to 1.5 followed by IDL get
2080 PASS section.hidden: IDL set to true should not throw
2081 PASS section.hidden: IDL set to true followed by hasAttribute()
2082 PASS section.hidden: IDL set to true followed by IDL get
2083 PASS section.hidden: IDL set to false should not throw
2084 PASS section.hidden: IDL set to false followed by hasAttribute()
2085 PASS section.hidden: IDL set to false followed by IDL get
2086 PASS section.hidden: IDL set to object "[object Object]" should not throw
2087 PASS section.hidden: IDL set to object "[object Object]" followed by hasAttribut e()
2088 PASS section.hidden: IDL set to object "[object Object]" followed by IDL get
2089 PASS section.hidden: IDL set to NaN should not throw
2090 PASS section.hidden: IDL set to NaN followed by hasAttribute()
2091 PASS section.hidden: IDL set to NaN followed by IDL get
2092 PASS section.hidden: IDL set to Infinity should not throw
2093 PASS section.hidden: IDL set to Infinity followed by hasAttribute()
2094 PASS section.hidden: IDL set to Infinity followed by IDL get
2095 PASS section.hidden: IDL set to -Infinity should not throw
2096 PASS section.hidden: IDL set to -Infinity followed by hasAttribute()
2097 PASS section.hidden: IDL set to -Infinity followed by IDL get
2098 PASS section.hidden: IDL set to "\0" should not throw
2099 PASS section.hidden: IDL set to "\0" followed by hasAttribute()
2100 PASS section.hidden: IDL set to "\0" followed by IDL get
2101 PASS section.hidden: IDL set to object "test-toString" should not throw
2102 PASS section.hidden: IDL set to object "test-toString" followed by hasAttribute( )
2103 PASS section.hidden: IDL set to object "test-toString" followed by IDL get
2104 PASS section.hidden: IDL set to object "test-valueOf" should not throw
2105 PASS section.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
2106 PASS section.hidden: IDL set to object "test-valueOf" followed by IDL get
2107 PASS section.accessKey: typeof IDL attribute
2108 PASS section.accessKey: IDL get with DOM attribute unset
2109 PASS section.accessKey: setAttribute() to "" followed by getAttribute()
2110 PASS section.accessKey: setAttribute() to "" followed by IDL get
2111 PASS section.accessKey: 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\x1 f foo " followed by getAttribute()
2112 PASS section.accessKey: 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\x1 f foo " followed by IDL get
2113 PASS section.accessKey: setAttribute() to undefined followed by getAttribute()
2114 PASS section.accessKey: setAttribute() to undefined followed by IDL get
2115 PASS section.accessKey: setAttribute() to 7 followed by getAttribute()
2116 PASS section.accessKey: setAttribute() to 7 followed by IDL get
2117 PASS section.accessKey: setAttribute() to 1.5 followed by getAttribute()
2118 PASS section.accessKey: setAttribute() to 1.5 followed by IDL get
2119 PASS section.accessKey: setAttribute() to true followed by getAttribute()
2120 PASS section.accessKey: setAttribute() to true followed by IDL get
2121 PASS section.accessKey: setAttribute() to false followed by getAttribute()
2122 PASS section.accessKey: setAttribute() to false followed by IDL get
2123 PASS section.accessKey: setAttribute() to object "[object Object]" followed by g etAttribute()
2124 PASS section.accessKey: setAttribute() to object "[object Object]" followed by I DL get
2125 PASS section.accessKey: setAttribute() to NaN followed by getAttribute()
2126 PASS section.accessKey: setAttribute() to NaN followed by IDL get
2127 PASS section.accessKey: setAttribute() to Infinity followed by getAttribute()
2128 PASS section.accessKey: setAttribute() to Infinity followed by IDL get
2129 PASS section.accessKey: setAttribute() to -Infinity followed by getAttribute()
2130 PASS section.accessKey: setAttribute() to -Infinity followed by IDL get
2131 PASS section.accessKey: setAttribute() to "\0" followed by getAttribute()
2132 PASS section.accessKey: setAttribute() to "\0" followed by IDL get
2133 PASS section.accessKey: setAttribute() to null followed by getAttribute()
2134 PASS section.accessKey: setAttribute() to null followed by IDL get
2135 PASS section.accessKey: setAttribute() to object "test-toString" followed by get Attribute()
2136 PASS section.accessKey: setAttribute() to object "test-toString" followed by IDL get
2137 PASS section.accessKey: setAttribute() to object "test-valueOf" followed by getA ttribute()
2138 PASS section.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
2139 PASS section.accessKey: IDL set to "" should not throw
2140 PASS section.accessKey: IDL set to "" followed by getAttribute()
2141 PASS section.accessKey: IDL set to "" followed by IDL get
2142 PASS section.accessKey: IDL set 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 " should not throw
2143 PASS section.accessKey: IDL set 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()
2144 PASS section.accessKey: IDL set 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
2145 PASS section.accessKey: IDL set to undefined should not throw
2146 PASS section.accessKey: IDL set to undefined followed by getAttribute()
2147 PASS section.accessKey: IDL set to undefined followed by IDL get
2148 PASS section.accessKey: IDL set to 7 should not throw
2149 PASS section.accessKey: IDL set to 7 followed by getAttribute()
2150 PASS section.accessKey: IDL set to 7 followed by IDL get
2151 PASS section.accessKey: IDL set to 1.5 should not throw
2152 PASS section.accessKey: IDL set to 1.5 followed by getAttribute()
2153 PASS section.accessKey: IDL set to 1.5 followed by IDL get
2154 PASS section.accessKey: IDL set to true should not throw
2155 PASS section.accessKey: IDL set to true followed by getAttribute()
2156 PASS section.accessKey: IDL set to true followed by IDL get
2157 PASS section.accessKey: IDL set to false should not throw
2158 PASS section.accessKey: IDL set to false followed by getAttribute()
2159 PASS section.accessKey: IDL set to false followed by IDL get
2160 PASS section.accessKey: IDL set to object "[object Object]" should not throw
2161 PASS section.accessKey: IDL set to object "[object Object]" followed by getAttri bute()
2162 PASS section.accessKey: IDL set to object "[object Object]" followed by IDL get
2163 PASS section.accessKey: IDL set to NaN should not throw
2164 PASS section.accessKey: IDL set to NaN followed by getAttribute()
2165 PASS section.accessKey: IDL set to NaN followed by IDL get
2166 PASS section.accessKey: IDL set to Infinity should not throw
2167 PASS section.accessKey: IDL set to Infinity followed by getAttribute()
2168 PASS section.accessKey: IDL set to Infinity followed by IDL get
2169 PASS section.accessKey: IDL set to -Infinity should not throw
2170 PASS section.accessKey: IDL set to -Infinity followed by getAttribute()
2171 PASS section.accessKey: IDL set to -Infinity followed by IDL get
2172 PASS section.accessKey: IDL set to "\0" should not throw
2173 PASS section.accessKey: IDL set to "\0" followed by getAttribute()
2174 PASS section.accessKey: IDL set to "\0" followed by IDL get
2175 PASS section.accessKey: IDL set to null should not throw
2176 PASS section.accessKey: IDL set to null followed by getAttribute()
2177 PASS section.accessKey: IDL set to null followed by IDL get
2178 PASS section.accessKey: IDL set to object "test-toString" should not throw
2179 PASS section.accessKey: IDL set to object "test-toString" followed by getAttribu te()
2180 PASS section.accessKey: IDL set to object "test-toString" followed by IDL get
2181 PASS section.accessKey: IDL set to object "test-valueOf" should not throw
2182 PASS section.accessKey: IDL set to object "test-valueOf" followed by getAttribut e()
2183 PASS section.accessKey: IDL set to object "test-valueOf" followed by IDL get
2184 PASS section.tabIndex: typeof IDL attribute
2185 PASS section.tabIndex: setAttribute() to -36 followed by getAttribute()
2186 PASS section.tabIndex: setAttribute() to -36 followed by IDL get
2187 PASS section.tabIndex: setAttribute() to -1 followed by getAttribute()
2188 PASS section.tabIndex: setAttribute() to -1 followed by IDL get
2189 PASS section.tabIndex: setAttribute() to 0 followed by getAttribute()
2190 PASS section.tabIndex: setAttribute() to 0 followed by IDL get
2191 PASS section.tabIndex: setAttribute() to 1 followed by getAttribute()
2192 PASS section.tabIndex: setAttribute() to 1 followed by IDL get
2193 PASS section.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
2194 FAIL section.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767
2195 PASS section.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
2196 FAIL section.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got -32768
2197 PASS section.tabIndex: setAttribute() to "-1" followed by getAttribute()
2198 PASS section.tabIndex: setAttribute() to "-1" followed by IDL get
2199 PASS section.tabIndex: setAttribute() to "-0" followed by getAttribute()
2200 PASS section.tabIndex: setAttribute() to "-0" followed by IDL get
2201 PASS section.tabIndex: setAttribute() to "0" followed by getAttribute()
2202 PASS section.tabIndex: setAttribute() to "0" followed by IDL get
2203 PASS section.tabIndex: setAttribute() to "1" followed by getAttribute()
2204 PASS section.tabIndex: setAttribute() to "1" followed by IDL get
2205 PASS section.tabIndex: setAttribute() to "\t7" followed by getAttribute()
2206 PASS section.tabIndex: setAttribute() to "\t7" followed by IDL get
2207 PASS section.tabIndex: setAttribute() to "\f7" followed by getAttribute()
2208 PASS section.tabIndex: setAttribute() to "\f7" followed by IDL get
2209 PASS section.tabIndex: setAttribute() to " 7" followed by getAttribute()
2210 PASS section.tabIndex: setAttribute() to " 7" followed by IDL get
2211 PASS section.tabIndex: setAttribute() to "\n7" followed by getAttribute()
2212 PASS section.tabIndex: setAttribute() to "\n7" followed by IDL get
2213 PASS section.tabIndex: setAttribute() to "\r7" followed by getAttribute()
2214 PASS section.tabIndex: setAttribute() to "\r7" followed by IDL get
2215 PASS section.tabIndex: setAttribute() to 1.5 followed by getAttribute()
2216 PASS section.tabIndex: setAttribute() to 1.5 followed by IDL get
2217 PASS section.tabIndex: setAttribute() to object "2" followed by getAttribute()
2218 PASS section.tabIndex: setAttribute() to object "2" followed by IDL get
2219 PASS section.tabIndex: IDL set to -36 should not throw
2220 PASS section.tabIndex: IDL set to -36 followed by getAttribute()
2221 PASS section.tabIndex: IDL set to -36 followed by IDL get
2222 PASS section.tabIndex: IDL set to -1 should not throw
2223 PASS section.tabIndex: IDL set to -1 followed by getAttribute()
2224 PASS section.tabIndex: IDL set to -1 followed by IDL get
2225 PASS section.tabIndex: IDL set to 0 should not throw
2226 PASS section.tabIndex: IDL set to 0 followed by getAttribute()
2227 PASS section.tabIndex: IDL set to 0 followed by IDL get
2228 PASS section.tabIndex: IDL set to 1 should not throw
2229 PASS section.tabIndex: IDL set to 1 followed by getAttribute()
2230 PASS section.tabIndex: IDL set to 1 followed by IDL get
2231 PASS section.tabIndex: IDL set to 2147483647 should not throw
2232 PASS section.tabIndex: IDL set to 2147483647 followed by getAttribute()
2233 FAIL section.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
2234 PASS section.tabIndex: IDL set to -2147483648 should not throw
2235 PASS section.tabIndex: IDL set to -2147483648 followed by getAttribute()
2236 FAIL section.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
2237 PASS nav.title: typeof IDL attribute
2238 PASS nav.title: IDL get with DOM attribute unset
2239 PASS nav.title: setAttribute() to "" followed by getAttribute()
2240 PASS nav.title: setAttribute() to "" followed by IDL get
2241 PASS nav.title: 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()
2242 PASS nav.title: 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
2243 PASS nav.title: setAttribute() to undefined followed by getAttribute()
2244 PASS nav.title: setAttribute() to undefined followed by IDL get
2245 PASS nav.title: setAttribute() to 7 followed by getAttribute()
2246 PASS nav.title: setAttribute() to 7 followed by IDL get
2247 PASS nav.title: setAttribute() to 1.5 followed by getAttribute()
2248 PASS nav.title: setAttribute() to 1.5 followed by IDL get
2249 PASS nav.title: setAttribute() to true followed by getAttribute()
2250 PASS nav.title: setAttribute() to true followed by IDL get
2251 PASS nav.title: setAttribute() to false followed by getAttribute()
2252 PASS nav.title: setAttribute() to false followed by IDL get
2253 PASS nav.title: setAttribute() to object "[object Object]" followed by getAttrib ute()
2254 PASS nav.title: setAttribute() to object "[object Object]" followed by IDL get
2255 PASS nav.title: setAttribute() to NaN followed by getAttribute()
2256 PASS nav.title: setAttribute() to NaN followed by IDL get
2257 PASS nav.title: setAttribute() to Infinity followed by getAttribute()
2258 PASS nav.title: setAttribute() to Infinity followed by IDL get
2259 PASS nav.title: setAttribute() to -Infinity followed by getAttribute()
2260 PASS nav.title: setAttribute() to -Infinity followed by IDL get
2261 PASS nav.title: setAttribute() to "\0" followed by getAttribute()
2262 PASS nav.title: setAttribute() to "\0" followed by IDL get
2263 PASS nav.title: setAttribute() to null followed by getAttribute()
2264 PASS nav.title: setAttribute() to null followed by IDL get
2265 PASS nav.title: setAttribute() to object "test-toString" followed by getAttribut e()
2266 PASS nav.title: setAttribute() to object "test-toString" followed by IDL get
2267 PASS nav.title: setAttribute() to object "test-valueOf" followed by getAttribute ()
2268 PASS nav.title: setAttribute() to object "test-valueOf" followed by IDL get
2269 PASS nav.title: IDL set to "" should not throw
2270 PASS nav.title: IDL set to "" followed by getAttribute()
2271 PASS nav.title: IDL set to "" followed by IDL get
2272 PASS nav.title: IDL set 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 " should not throw
2273 PASS nav.title: IDL set 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 " follow ed by getAttribute()
2274 PASS nav.title: IDL set 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 " follow ed by IDL get
2275 PASS nav.title: IDL set to undefined should not throw
2276 PASS nav.title: IDL set to undefined followed by getAttribute()
2277 PASS nav.title: IDL set to undefined followed by IDL get
2278 PASS nav.title: IDL set to 7 should not throw
2279 PASS nav.title: IDL set to 7 followed by getAttribute()
2280 PASS nav.title: IDL set to 7 followed by IDL get
2281 PASS nav.title: IDL set to 1.5 should not throw
2282 PASS nav.title: IDL set to 1.5 followed by getAttribute()
2283 PASS nav.title: IDL set to 1.5 followed by IDL get
2284 PASS nav.title: IDL set to true should not throw
2285 PASS nav.title: IDL set to true followed by getAttribute()
2286 PASS nav.title: IDL set to true followed by IDL get
2287 PASS nav.title: IDL set to false should not throw
2288 PASS nav.title: IDL set to false followed by getAttribute()
2289 PASS nav.title: IDL set to false followed by IDL get
2290 PASS nav.title: IDL set to object "[object Object]" should not throw
2291 PASS nav.title: IDL set to object "[object Object]" followed by getAttribute()
2292 PASS nav.title: IDL set to object "[object Object]" followed by IDL get
2293 PASS nav.title: IDL set to NaN should not throw
2294 PASS nav.title: IDL set to NaN followed by getAttribute()
2295 PASS nav.title: IDL set to NaN followed by IDL get
2296 PASS nav.title: IDL set to Infinity should not throw
2297 PASS nav.title: IDL set to Infinity followed by getAttribute()
2298 PASS nav.title: IDL set to Infinity followed by IDL get
2299 PASS nav.title: IDL set to -Infinity should not throw
2300 PASS nav.title: IDL set to -Infinity followed by getAttribute()
2301 PASS nav.title: IDL set to -Infinity followed by IDL get
2302 PASS nav.title: IDL set to "\0" should not throw
2303 PASS nav.title: IDL set to "\0" followed by getAttribute()
2304 PASS nav.title: IDL set to "\0" followed by IDL get
2305 PASS nav.title: IDL set to null should not throw
2306 PASS nav.title: IDL set to null followed by getAttribute()
2307 PASS nav.title: IDL set to null followed by IDL get
2308 PASS nav.title: IDL set to object "test-toString" should not throw
2309 PASS nav.title: IDL set to object "test-toString" followed by getAttribute()
2310 PASS nav.title: IDL set to object "test-toString" followed by IDL get
2311 PASS nav.title: IDL set to object "test-valueOf" should not throw
2312 PASS nav.title: IDL set to object "test-valueOf" followed by getAttribute()
2313 PASS nav.title: IDL set to object "test-valueOf" followed by IDL get
2314 PASS nav.lang: typeof IDL attribute
2315 PASS nav.lang: IDL get with DOM attribute unset
2316 PASS nav.lang: setAttribute() to "" followed by getAttribute()
2317 PASS nav.lang: setAttribute() to "" followed by IDL get
2318 PASS nav.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
2319 PASS nav.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
2320 PASS nav.lang: setAttribute() to undefined followed by getAttribute()
2321 PASS nav.lang: setAttribute() to undefined followed by IDL get
2322 PASS nav.lang: setAttribute() to 7 followed by getAttribute()
2323 PASS nav.lang: setAttribute() to 7 followed by IDL get
2324 PASS nav.lang: setAttribute() to 1.5 followed by getAttribute()
2325 PASS nav.lang: setAttribute() to 1.5 followed by IDL get
2326 PASS nav.lang: setAttribute() to true followed by getAttribute()
2327 PASS nav.lang: setAttribute() to true followed by IDL get
2328 PASS nav.lang: setAttribute() to false followed by getAttribute()
2329 PASS nav.lang: setAttribute() to false followed by IDL get
2330 PASS nav.lang: setAttribute() to object "[object Object]" followed by getAttribu te()
2331 PASS nav.lang: setAttribute() to object "[object Object]" followed by IDL get
2332 PASS nav.lang: setAttribute() to NaN followed by getAttribute()
2333 PASS nav.lang: setAttribute() to NaN followed by IDL get
2334 PASS nav.lang: setAttribute() to Infinity followed by getAttribute()
2335 PASS nav.lang: setAttribute() to Infinity followed by IDL get
2336 PASS nav.lang: setAttribute() to -Infinity followed by getAttribute()
2337 PASS nav.lang: setAttribute() to -Infinity followed by IDL get
2338 PASS nav.lang: setAttribute() to "\0" followed by getAttribute()
2339 PASS nav.lang: setAttribute() to "\0" followed by IDL get
2340 PASS nav.lang: setAttribute() to null followed by getAttribute()
2341 PASS nav.lang: setAttribute() to null followed by IDL get
2342 PASS nav.lang: setAttribute() to object "test-toString" followed by getAttribute ()
2343 PASS nav.lang: setAttribute() to object "test-toString" followed by IDL get
2344 PASS nav.lang: setAttribute() to object "test-valueOf" followed by getAttribute( )
2345 PASS nav.lang: setAttribute() to object "test-valueOf" followed by IDL get
2346 PASS nav.lang: IDL set to "" should not throw
2347 PASS nav.lang: IDL set to "" followed by getAttribute()
2348 PASS nav.lang: IDL set to "" followed by IDL get
2349 PASS nav.lang: IDL set 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 " should not throw
2350 PASS nav.lang: IDL set 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 " followe d by getAttribute()
2351 PASS nav.lang: IDL set 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 " followe d by IDL get
2352 PASS nav.lang: IDL set to undefined should not throw
2353 PASS nav.lang: IDL set to undefined followed by getAttribute()
2354 PASS nav.lang: IDL set to undefined followed by IDL get
2355 PASS nav.lang: IDL set to 7 should not throw
2356 PASS nav.lang: IDL set to 7 followed by getAttribute()
2357 PASS nav.lang: IDL set to 7 followed by IDL get
2358 PASS nav.lang: IDL set to 1.5 should not throw
2359 PASS nav.lang: IDL set to 1.5 followed by getAttribute()
2360 PASS nav.lang: IDL set to 1.5 followed by IDL get
2361 PASS nav.lang: IDL set to true should not throw
2362 PASS nav.lang: IDL set to true followed by getAttribute()
2363 PASS nav.lang: IDL set to true followed by IDL get
2364 PASS nav.lang: IDL set to false should not throw
2365 PASS nav.lang: IDL set to false followed by getAttribute()
2366 PASS nav.lang: IDL set to false followed by IDL get
2367 PASS nav.lang: IDL set to object "[object Object]" should not throw
2368 PASS nav.lang: IDL set to object "[object Object]" followed by getAttribute()
2369 PASS nav.lang: IDL set to object "[object Object]" followed by IDL get
2370 PASS nav.lang: IDL set to NaN should not throw
2371 PASS nav.lang: IDL set to NaN followed by getAttribute()
2372 PASS nav.lang: IDL set to NaN followed by IDL get
2373 PASS nav.lang: IDL set to Infinity should not throw
2374 PASS nav.lang: IDL set to Infinity followed by getAttribute()
2375 PASS nav.lang: IDL set to Infinity followed by IDL get
2376 PASS nav.lang: IDL set to -Infinity should not throw
2377 PASS nav.lang: IDL set to -Infinity followed by getAttribute()
2378 PASS nav.lang: IDL set to -Infinity followed by IDL get
2379 PASS nav.lang: IDL set to "\0" should not throw
2380 PASS nav.lang: IDL set to "\0" followed by getAttribute()
2381 PASS nav.lang: IDL set to "\0" followed by IDL get
2382 PASS nav.lang: IDL set to null should not throw
2383 PASS nav.lang: IDL set to null followed by getAttribute()
2384 PASS nav.lang: IDL set to null followed by IDL get
2385 PASS nav.lang: IDL set to object "test-toString" should not throw
2386 PASS nav.lang: IDL set to object "test-toString" followed by getAttribute()
2387 PASS nav.lang: IDL set to object "test-toString" followed by IDL get
2388 PASS nav.lang: IDL set to object "test-valueOf" should not throw
2389 PASS nav.lang: IDL set to object "test-valueOf" followed by getAttribute()
2390 PASS nav.lang: IDL set to object "test-valueOf" followed by IDL get
2391 PASS nav.dir: typeof IDL attribute
2392 PASS nav.dir: IDL get with DOM attribute unset
2393 PASS nav.dir: setAttribute() to "" followed by getAttribute()
2394 PASS nav.dir: setAttribute() to "" followed by IDL get
2395 PASS nav.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
2396 PASS nav.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
2397 PASS nav.dir: setAttribute() to undefined followed by getAttribute()
2398 PASS nav.dir: setAttribute() to undefined followed by IDL get
2399 PASS nav.dir: setAttribute() to 7 followed by getAttribute()
2400 PASS nav.dir: setAttribute() to 7 followed by IDL get
2401 PASS nav.dir: setAttribute() to 1.5 followed by getAttribute()
2402 PASS nav.dir: setAttribute() to 1.5 followed by IDL get
2403 PASS nav.dir: setAttribute() to true followed by getAttribute()
2404 PASS nav.dir: setAttribute() to true followed by IDL get
2405 PASS nav.dir: setAttribute() to false followed by getAttribute()
2406 PASS nav.dir: setAttribute() to false followed by IDL get
2407 PASS nav.dir: setAttribute() to object "[object Object]" followed by getAttribut e()
2408 PASS nav.dir: setAttribute() to object "[object Object]" followed by IDL get
2409 PASS nav.dir: setAttribute() to NaN followed by getAttribute()
2410 PASS nav.dir: setAttribute() to NaN followed by IDL get
2411 PASS nav.dir: setAttribute() to Infinity followed by getAttribute()
2412 PASS nav.dir: setAttribute() to Infinity followed by IDL get
2413 PASS nav.dir: setAttribute() to -Infinity followed by getAttribute()
2414 PASS nav.dir: setAttribute() to -Infinity followed by IDL get
2415 PASS nav.dir: setAttribute() to "\0" followed by getAttribute()
2416 PASS nav.dir: setAttribute() to "\0" followed by IDL get
2417 PASS nav.dir: setAttribute() to null followed by getAttribute()
2418 PASS nav.dir: setAttribute() to null followed by IDL get
2419 PASS nav.dir: setAttribute() to object "test-toString" followed by getAttribute( )
2420 PASS nav.dir: setAttribute() to object "test-toString" followed by IDL get
2421 PASS nav.dir: setAttribute() to object "test-valueOf" followed by getAttribute()
2422 PASS nav.dir: setAttribute() to object "test-valueOf" followed by IDL get
2423 PASS nav.dir: setAttribute() to "ltr" followed by getAttribute()
2424 PASS nav.dir: setAttribute() to "ltr" followed by IDL get
2425 PASS nav.dir: setAttribute() to "xltr" followed by getAttribute()
2426 PASS nav.dir: setAttribute() to "xltr" followed by IDL get
2427 PASS nav.dir: setAttribute() to "ltr\0" followed by getAttribute()
2428 PASS nav.dir: setAttribute() to "ltr\0" followed by IDL get
2429 PASS nav.dir: setAttribute() to "tr" followed by getAttribute()
2430 PASS nav.dir: setAttribute() to "tr" followed by IDL get
2431 PASS nav.dir: setAttribute() to "LTR" followed by getAttribute()
2432 PASS nav.dir: setAttribute() to "LTR" followed by IDL get
2433 PASS nav.dir: setAttribute() to "rtl" followed by getAttribute()
2434 PASS nav.dir: setAttribute() to "rtl" followed by IDL get
2435 PASS nav.dir: setAttribute() to "xrtl" followed by getAttribute()
2436 PASS nav.dir: setAttribute() to "xrtl" followed by IDL get
2437 PASS nav.dir: setAttribute() to "rtl\0" followed by getAttribute()
2438 PASS nav.dir: setAttribute() to "rtl\0" followed by IDL get
2439 PASS nav.dir: setAttribute() to "tl" followed by getAttribute()
2440 PASS nav.dir: setAttribute() to "tl" followed by IDL get
2441 PASS nav.dir: setAttribute() to "RTL" followed by getAttribute()
2442 PASS nav.dir: setAttribute() to "RTL" followed by IDL get
2443 PASS nav.dir: setAttribute() to "auto" followed by getAttribute()
2444 PASS nav.dir: setAttribute() to "auto" followed by IDL get
2445 PASS nav.dir: setAttribute() to "xauto" followed by getAttribute()
2446 PASS nav.dir: setAttribute() to "xauto" followed by IDL get
2447 PASS nav.dir: setAttribute() to "auto\0" followed by getAttribute()
2448 PASS nav.dir: setAttribute() to "auto\0" followed by IDL get
2449 PASS nav.dir: setAttribute() to "uto" followed by getAttribute()
2450 PASS nav.dir: setAttribute() to "uto" followed by IDL get
2451 PASS nav.dir: setAttribute() to "AUTO" followed by getAttribute()
2452 PASS nav.dir: setAttribute() to "AUTO" followed by IDL get
2453 PASS nav.dir: IDL set to "" should not throw
2454 PASS nav.dir: IDL set to "" followed by getAttribute()
2455 PASS nav.dir: IDL set to "" followed by IDL get
2456 PASS nav.dir: IDL set 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 " should n ot throw
2457 PASS nav.dir: IDL set 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()
2458 PASS nav.dir: IDL set 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
2459 PASS nav.dir: IDL set to undefined should not throw
2460 PASS nav.dir: IDL set to undefined followed by getAttribute()
2461 PASS nav.dir: IDL set to undefined followed by IDL get
2462 PASS nav.dir: IDL set to 7 should not throw
2463 PASS nav.dir: IDL set to 7 followed by getAttribute()
2464 PASS nav.dir: IDL set to 7 followed by IDL get
2465 PASS nav.dir: IDL set to 1.5 should not throw
2466 PASS nav.dir: IDL set to 1.5 followed by getAttribute()
2467 PASS nav.dir: IDL set to 1.5 followed by IDL get
2468 PASS nav.dir: IDL set to true should not throw
2469 PASS nav.dir: IDL set to true followed by getAttribute()
2470 PASS nav.dir: IDL set to true followed by IDL get
2471 PASS nav.dir: IDL set to false should not throw
2472 PASS nav.dir: IDL set to false followed by getAttribute()
2473 PASS nav.dir: IDL set to false followed by IDL get
2474 PASS nav.dir: IDL set to object "[object Object]" should not throw
2475 PASS nav.dir: IDL set to object "[object Object]" followed by getAttribute()
2476 PASS nav.dir: IDL set to object "[object Object]" followed by IDL get
2477 PASS nav.dir: IDL set to NaN should not throw
2478 PASS nav.dir: IDL set to NaN followed by getAttribute()
2479 PASS nav.dir: IDL set to NaN followed by IDL get
2480 PASS nav.dir: IDL set to Infinity should not throw
2481 PASS nav.dir: IDL set to Infinity followed by getAttribute()
2482 PASS nav.dir: IDL set to Infinity followed by IDL get
2483 PASS nav.dir: IDL set to -Infinity should not throw
2484 PASS nav.dir: IDL set to -Infinity followed by getAttribute()
2485 PASS nav.dir: IDL set to -Infinity followed by IDL get
2486 PASS nav.dir: IDL set to "\0" should not throw
2487 PASS nav.dir: IDL set to "\0" followed by getAttribute()
2488 PASS nav.dir: IDL set to "\0" followed by IDL get
2489 PASS nav.dir: IDL set to null should not throw
2490 PASS nav.dir: IDL set to null followed by IDL get
2491 PASS nav.dir: IDL set to object "test-toString" should not throw
2492 PASS nav.dir: IDL set to object "test-toString" followed by getAttribute()
2493 PASS nav.dir: IDL set to object "test-toString" followed by IDL get
2494 PASS nav.dir: IDL set to object "test-valueOf" should not throw
2495 PASS nav.dir: IDL set to object "test-valueOf" followed by getAttribute()
2496 PASS nav.dir: IDL set to object "test-valueOf" followed by IDL get
2497 PASS nav.dir: IDL set to "ltr" should not throw
2498 PASS nav.dir: IDL set to "ltr" followed by getAttribute()
2499 PASS nav.dir: IDL set to "ltr" followed by IDL get
2500 PASS nav.dir: IDL set to "xltr" should not throw
2501 PASS nav.dir: IDL set to "xltr" followed by getAttribute()
2502 PASS nav.dir: IDL set to "xltr" followed by IDL get
2503 PASS nav.dir: IDL set to "ltr\0" should not throw
2504 PASS nav.dir: IDL set to "ltr\0" followed by getAttribute()
2505 PASS nav.dir: IDL set to "ltr\0" followed by IDL get
2506 PASS nav.dir: IDL set to "tr" should not throw
2507 PASS nav.dir: IDL set to "tr" followed by getAttribute()
2508 PASS nav.dir: IDL set to "tr" followed by IDL get
2509 PASS nav.dir: IDL set to "LTR" should not throw
2510 PASS nav.dir: IDL set to "LTR" followed by getAttribute()
2511 PASS nav.dir: IDL set to "LTR" followed by IDL get
2512 PASS nav.dir: IDL set to "rtl" should not throw
2513 PASS nav.dir: IDL set to "rtl" followed by getAttribute()
2514 PASS nav.dir: IDL set to "rtl" followed by IDL get
2515 PASS nav.dir: IDL set to "xrtl" should not throw
2516 PASS nav.dir: IDL set to "xrtl" followed by getAttribute()
2517 PASS nav.dir: IDL set to "xrtl" followed by IDL get
2518 PASS nav.dir: IDL set to "rtl\0" should not throw
2519 PASS nav.dir: IDL set to "rtl\0" followed by getAttribute()
2520 PASS nav.dir: IDL set to "rtl\0" followed by IDL get
2521 PASS nav.dir: IDL set to "tl" should not throw
2522 PASS nav.dir: IDL set to "tl" followed by getAttribute()
2523 PASS nav.dir: IDL set to "tl" followed by IDL get
2524 PASS nav.dir: IDL set to "RTL" should not throw
2525 PASS nav.dir: IDL set to "RTL" followed by getAttribute()
2526 PASS nav.dir: IDL set to "RTL" followed by IDL get
2527 PASS nav.dir: IDL set to "auto" should not throw
2528 PASS nav.dir: IDL set to "auto" followed by getAttribute()
2529 PASS nav.dir: IDL set to "auto" followed by IDL get
2530 PASS nav.dir: IDL set to "xauto" should not throw
2531 PASS nav.dir: IDL set to "xauto" followed by getAttribute()
2532 PASS nav.dir: IDL set to "xauto" followed by IDL get
2533 PASS nav.dir: IDL set to "auto\0" should not throw
2534 PASS nav.dir: IDL set to "auto\0" followed by getAttribute()
2535 PASS nav.dir: IDL set to "auto\0" followed by IDL get
2536 PASS nav.dir: IDL set to "uto" should not throw
2537 PASS nav.dir: IDL set to "uto" followed by getAttribute()
2538 PASS nav.dir: IDL set to "uto" followed by IDL get
2539 PASS nav.dir: IDL set to "AUTO" should not throw
2540 PASS nav.dir: IDL set to "AUTO" followed by getAttribute()
2541 PASS nav.dir: IDL set to "AUTO" followed by IDL get
2542 PASS nav.className (<nav class>): typeof IDL attribute
2543 PASS nav.className (<nav class>): IDL get with DOM attribute unset
2544 PASS nav.className (<nav class>): setAttribute() to "" followed by getAttribute( )
2545 PASS nav.className (<nav class>): setAttribute() to "" followed by IDL get
2546 PASS nav.className (<nav class>): 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()
2547 PASS nav.className (<nav class>): 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
2548 PASS nav.className (<nav class>): setAttribute() to undefined followed by getAtt ribute()
2549 PASS nav.className (<nav class>): setAttribute() to undefined followed by IDL ge t
2550 PASS nav.className (<nav class>): setAttribute() to 7 followed by getAttribute()
2551 PASS nav.className (<nav class>): setAttribute() to 7 followed by IDL get
2552 PASS nav.className (<nav class>): setAttribute() to 1.5 followed by getAttribute ()
2553 PASS nav.className (<nav class>): setAttribute() to 1.5 followed by IDL get
2554 PASS nav.className (<nav class>): setAttribute() to true followed by getAttribut e()
2555 PASS nav.className (<nav class>): setAttribute() to true followed by IDL get
2556 PASS nav.className (<nav class>): setAttribute() to false followed by getAttribu te()
2557 PASS nav.className (<nav class>): setAttribute() to false followed by IDL get
2558 PASS nav.className (<nav class>): setAttribute() to object "[object Object]" fol lowed by getAttribute()
2559 PASS nav.className (<nav class>): setAttribute() to object "[object Object]" fol lowed by IDL get
2560 PASS nav.className (<nav class>): setAttribute() to NaN followed by getAttribute ()
2561 PASS nav.className (<nav class>): setAttribute() to NaN followed by IDL get
2562 PASS nav.className (<nav class>): setAttribute() to Infinity followed by getAttr ibute()
2563 PASS nav.className (<nav class>): setAttribute() to Infinity followed by IDL get
2564 PASS nav.className (<nav class>): setAttribute() to -Infinity followed by getAtt ribute()
2565 PASS nav.className (<nav class>): setAttribute() to -Infinity followed by IDL ge t
2566 PASS nav.className (<nav class>): setAttribute() to "\0" followed by getAttribut e()
2567 PASS nav.className (<nav class>): setAttribute() to "\0" followed by IDL get
2568 PASS nav.className (<nav class>): setAttribute() to null followed by getAttribut e()
2569 PASS nav.className (<nav class>): setAttribute() to null followed by IDL get
2570 PASS nav.className (<nav class>): setAttribute() to object "test-toString" follo wed by getAttribute()
2571 PASS nav.className (<nav class>): setAttribute() to object "test-toString" follo wed by IDL get
2572 PASS nav.className (<nav class>): setAttribute() to object "test-valueOf" follow ed by getAttribute()
2573 PASS nav.className (<nav class>): setAttribute() to object "test-valueOf" follow ed by IDL get
2574 PASS nav.className (<nav class>): IDL set to "" should not throw
2575 PASS nav.className (<nav class>): IDL set to "" followed by getAttribute()
2576 PASS nav.className (<nav class>): IDL set to "" followed by IDL get
2577 PASS nav.className (<nav class>): IDL set 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 " should not throw
2578 PASS nav.className (<nav class>): IDL set 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()
2579 PASS nav.className (<nav class>): IDL set 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
2580 PASS nav.className (<nav class>): IDL set to undefined should not throw
2581 PASS nav.className (<nav class>): IDL set to undefined followed by getAttribute( )
2582 PASS nav.className (<nav class>): IDL set to undefined followed by IDL get
2583 PASS nav.className (<nav class>): IDL set to 7 should not throw
2584 PASS nav.className (<nav class>): IDL set to 7 followed by getAttribute()
2585 PASS nav.className (<nav class>): IDL set to 7 followed by IDL get
2586 PASS nav.className (<nav class>): IDL set to 1.5 should not throw
2587 PASS nav.className (<nav class>): IDL set to 1.5 followed by getAttribute()
2588 PASS nav.className (<nav class>): IDL set to 1.5 followed by IDL get
2589 PASS nav.className (<nav class>): IDL set to true should not throw
2590 PASS nav.className (<nav class>): IDL set to true followed by getAttribute()
2591 PASS nav.className (<nav class>): IDL set to true followed by IDL get
2592 PASS nav.className (<nav class>): IDL set to false should not throw
2593 PASS nav.className (<nav class>): IDL set to false followed by getAttribute()
2594 PASS nav.className (<nav class>): IDL set to false followed by IDL get
2595 PASS nav.className (<nav class>): IDL set to object "[object Object]" should not throw
2596 PASS nav.className (<nav class>): IDL set to object "[object Object]" followed b y getAttribute()
2597 PASS nav.className (<nav class>): IDL set to object "[object Object]" followed b y IDL get
2598 PASS nav.className (<nav class>): IDL set to NaN should not throw
2599 PASS nav.className (<nav class>): IDL set to NaN followed by getAttribute()
2600 PASS nav.className (<nav class>): IDL set to NaN followed by IDL get
2601 PASS nav.className (<nav class>): IDL set to Infinity should not throw
2602 PASS nav.className (<nav class>): IDL set to Infinity followed by getAttribute()
2603 PASS nav.className (<nav class>): IDL set to Infinity followed by IDL get
2604 PASS nav.className (<nav class>): IDL set to -Infinity should not throw
2605 PASS nav.className (<nav class>): IDL set to -Infinity followed by getAttribute( )
2606 PASS nav.className (<nav class>): IDL set to -Infinity followed by IDL get
2607 PASS nav.className (<nav class>): IDL set to "\0" should not throw
2608 PASS nav.className (<nav class>): IDL set to "\0" followed by getAttribute()
2609 PASS nav.className (<nav class>): IDL set to "\0" followed by IDL get
2610 PASS nav.className (<nav class>): IDL set to null should not throw
2611 PASS nav.className (<nav class>): IDL set to null followed by getAttribute()
2612 PASS nav.className (<nav class>): IDL set to null followed by IDL get
2613 PASS nav.className (<nav class>): IDL set to object "test-toString" should not t hrow
2614 PASS nav.className (<nav class>): IDL set to object "test-toString" followed by getAttribute()
2615 PASS nav.className (<nav class>): IDL set to object "test-toString" followed by IDL get
2616 PASS nav.className (<nav class>): IDL set to object "test-valueOf" should not th row
2617 PASS nav.className (<nav class>): IDL set to object "test-valueOf" followed by g etAttribute()
2618 PASS nav.className (<nav class>): IDL set to object "test-valueOf" followed by I DL get
2619 PASS nav.hidden: typeof IDL attribute
2620 PASS nav.hidden: IDL get with DOM attribute unset
2621 PASS nav.hidden: setAttribute() to "" followed by getAttribute()
2622 PASS nav.hidden: setAttribute() to "" followed by IDL get
2623 PASS nav.hidden: setAttribute() to " foo " followed by getAttribute()
2624 PASS nav.hidden: setAttribute() to " foo " followed by IDL get
2625 PASS nav.hidden: setAttribute() to undefined followed by getAttribute()
2626 PASS nav.hidden: setAttribute() to undefined followed by IDL get
2627 PASS nav.hidden: setAttribute() to null followed by getAttribute()
2628 PASS nav.hidden: setAttribute() to null followed by IDL get
2629 PASS nav.hidden: setAttribute() to 7 followed by getAttribute()
2630 PASS nav.hidden: setAttribute() to 7 followed by IDL get
2631 PASS nav.hidden: setAttribute() to 1.5 followed by getAttribute()
2632 PASS nav.hidden: setAttribute() to 1.5 followed by IDL get
2633 PASS nav.hidden: setAttribute() to true followed by getAttribute()
2634 PASS nav.hidden: setAttribute() to true followed by IDL get
2635 PASS nav.hidden: setAttribute() to false followed by getAttribute()
2636 PASS nav.hidden: setAttribute() to false followed by IDL get
2637 PASS nav.hidden: setAttribute() to object "[object Object]" followed by getAttri bute()
2638 PASS nav.hidden: setAttribute() to object "[object Object]" followed by IDL get
2639 PASS nav.hidden: setAttribute() to NaN followed by getAttribute()
2640 PASS nav.hidden: setAttribute() to NaN followed by IDL get
2641 PASS nav.hidden: setAttribute() to Infinity followed by getAttribute()
2642 PASS nav.hidden: setAttribute() to Infinity followed by IDL get
2643 PASS nav.hidden: setAttribute() to -Infinity followed by getAttribute()
2644 PASS nav.hidden: setAttribute() to -Infinity followed by IDL get
2645 PASS nav.hidden: setAttribute() to "\0" followed by getAttribute()
2646 PASS nav.hidden: setAttribute() to "\0" followed by IDL get
2647 PASS nav.hidden: setAttribute() to object "test-toString" followed by getAttribu te()
2648 PASS nav.hidden: setAttribute() to object "test-toString" followed by IDL get
2649 PASS nav.hidden: setAttribute() to object "test-valueOf" followed by getAttribut e()
2650 PASS nav.hidden: setAttribute() to object "test-valueOf" followed by IDL get
2651 PASS nav.hidden: setAttribute() to "hidden" followed by getAttribute()
2652 PASS nav.hidden: setAttribute() to "hidden" followed by IDL get
2653 PASS nav.hidden: IDL set to "" should not throw
2654 PASS nav.hidden: IDL set to "" followed by hasAttribute()
2655 PASS nav.hidden: IDL set to "" followed by IDL get
2656 PASS nav.hidden: IDL set to " foo " should not throw
2657 PASS nav.hidden: IDL set to " foo " followed by hasAttribute()
2658 PASS nav.hidden: IDL set to " foo " followed by IDL get
2659 PASS nav.hidden: IDL set to undefined should not throw
2660 PASS nav.hidden: IDL set to undefined followed by hasAttribute()
2661 PASS nav.hidden: IDL set to undefined followed by IDL get
2662 PASS nav.hidden: IDL set to null should not throw
2663 PASS nav.hidden: IDL set to null followed by hasAttribute()
2664 PASS nav.hidden: IDL set to null followed by IDL get
2665 PASS nav.hidden: IDL set to 7 should not throw
2666 PASS nav.hidden: IDL set to 7 followed by hasAttribute()
2667 PASS nav.hidden: IDL set to 7 followed by IDL get
2668 PASS nav.hidden: IDL set to 1.5 should not throw
2669 PASS nav.hidden: IDL set to 1.5 followed by hasAttribute()
2670 PASS nav.hidden: IDL set to 1.5 followed by IDL get
2671 PASS nav.hidden: IDL set to true should not throw
2672 PASS nav.hidden: IDL set to true followed by hasAttribute()
2673 PASS nav.hidden: IDL set to true followed by IDL get
2674 PASS nav.hidden: IDL set to false should not throw
2675 PASS nav.hidden: IDL set to false followed by hasAttribute()
2676 PASS nav.hidden: IDL set to false followed by IDL get
2677 PASS nav.hidden: IDL set to object "[object Object]" should not throw
2678 PASS nav.hidden: IDL set to object "[object Object]" followed by hasAttribute()
2679 PASS nav.hidden: IDL set to object "[object Object]" followed by IDL get
2680 PASS nav.hidden: IDL set to NaN should not throw
2681 PASS nav.hidden: IDL set to NaN followed by hasAttribute()
2682 PASS nav.hidden: IDL set to NaN followed by IDL get
2683 PASS nav.hidden: IDL set to Infinity should not throw
2684 PASS nav.hidden: IDL set to Infinity followed by hasAttribute()
2685 PASS nav.hidden: IDL set to Infinity followed by IDL get
2686 PASS nav.hidden: IDL set to -Infinity should not throw
2687 PASS nav.hidden: IDL set to -Infinity followed by hasAttribute()
2688 PASS nav.hidden: IDL set to -Infinity followed by IDL get
2689 PASS nav.hidden: IDL set to "\0" should not throw
2690 PASS nav.hidden: IDL set to "\0" followed by hasAttribute()
2691 PASS nav.hidden: IDL set to "\0" followed by IDL get
2692 PASS nav.hidden: IDL set to object "test-toString" should not throw
2693 PASS nav.hidden: IDL set to object "test-toString" followed by hasAttribute()
2694 PASS nav.hidden: IDL set to object "test-toString" followed by IDL get
2695 PASS nav.hidden: IDL set to object "test-valueOf" should not throw
2696 PASS nav.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
2697 PASS nav.hidden: IDL set to object "test-valueOf" followed by IDL get
2698 PASS nav.accessKey: typeof IDL attribute
2699 PASS nav.accessKey: IDL get with DOM attribute unset
2700 PASS nav.accessKey: setAttribute() to "" followed by getAttribute()
2701 PASS nav.accessKey: setAttribute() to "" followed by IDL get
2702 PASS nav.accessKey: 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()
2703 PASS nav.accessKey: 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
2704 PASS nav.accessKey: setAttribute() to undefined followed by getAttribute()
2705 PASS nav.accessKey: setAttribute() to undefined followed by IDL get
2706 PASS nav.accessKey: setAttribute() to 7 followed by getAttribute()
2707 PASS nav.accessKey: setAttribute() to 7 followed by IDL get
2708 PASS nav.accessKey: setAttribute() to 1.5 followed by getAttribute()
2709 PASS nav.accessKey: setAttribute() to 1.5 followed by IDL get
2710 PASS nav.accessKey: setAttribute() to true followed by getAttribute()
2711 PASS nav.accessKey: setAttribute() to true followed by IDL get
2712 PASS nav.accessKey: setAttribute() to false followed by getAttribute()
2713 PASS nav.accessKey: setAttribute() to false followed by IDL get
2714 PASS nav.accessKey: setAttribute() to object "[object Object]" followed by getAt tribute()
2715 PASS nav.accessKey: setAttribute() to object "[object Object]" followed by IDL g et
2716 PASS nav.accessKey: setAttribute() to NaN followed by getAttribute()
2717 PASS nav.accessKey: setAttribute() to NaN followed by IDL get
2718 PASS nav.accessKey: setAttribute() to Infinity followed by getAttribute()
2719 PASS nav.accessKey: setAttribute() to Infinity followed by IDL get
2720 PASS nav.accessKey: setAttribute() to -Infinity followed by getAttribute()
2721 PASS nav.accessKey: setAttribute() to -Infinity followed by IDL get
2722 PASS nav.accessKey: setAttribute() to "\0" followed by getAttribute()
2723 PASS nav.accessKey: setAttribute() to "\0" followed by IDL get
2724 PASS nav.accessKey: setAttribute() to null followed by getAttribute()
2725 PASS nav.accessKey: setAttribute() to null followed by IDL get
2726 PASS nav.accessKey: setAttribute() to object "test-toString" followed by getAttr ibute()
2727 PASS nav.accessKey: setAttribute() to object "test-toString" followed by IDL get
2728 PASS nav.accessKey: setAttribute() to object "test-valueOf" followed by getAttri bute()
2729 PASS nav.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
2730 PASS nav.accessKey: IDL set to "" should not throw
2731 PASS nav.accessKey: IDL set to "" followed by getAttribute()
2732 PASS nav.accessKey: IDL set to "" followed by IDL get
2733 PASS nav.accessKey: IDL set 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 " sh ould not throw
2734 PASS nav.accessKey: IDL set 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 " fo llowed by getAttribute()
2735 PASS nav.accessKey: IDL set 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 " fo llowed by IDL get
2736 PASS nav.accessKey: IDL set to undefined should not throw
2737 PASS nav.accessKey: IDL set to undefined followed by getAttribute()
2738 PASS nav.accessKey: IDL set to undefined followed by IDL get
2739 PASS nav.accessKey: IDL set to 7 should not throw
2740 PASS nav.accessKey: IDL set to 7 followed by getAttribute()
2741 PASS nav.accessKey: IDL set to 7 followed by IDL get
2742 PASS nav.accessKey: IDL set to 1.5 should not throw
2743 PASS nav.accessKey: IDL set to 1.5 followed by getAttribute()
2744 PASS nav.accessKey: IDL set to 1.5 followed by IDL get
2745 PASS nav.accessKey: IDL set to true should not throw
2746 PASS nav.accessKey: IDL set to true followed by getAttribute()
2747 PASS nav.accessKey: IDL set to true followed by IDL get
2748 PASS nav.accessKey: IDL set to false should not throw
2749 PASS nav.accessKey: IDL set to false followed by getAttribute()
2750 PASS nav.accessKey: IDL set to false followed by IDL get
2751 PASS nav.accessKey: IDL set to object "[object Object]" should not throw
2752 PASS nav.accessKey: IDL set to object "[object Object]" followed by getAttribute ()
2753 PASS nav.accessKey: IDL set to object "[object Object]" followed by IDL get
2754 PASS nav.accessKey: IDL set to NaN should not throw
2755 PASS nav.accessKey: IDL set to NaN followed by getAttribute()
2756 PASS nav.accessKey: IDL set to NaN followed by IDL get
2757 PASS nav.accessKey: IDL set to Infinity should not throw
2758 PASS nav.accessKey: IDL set to Infinity followed by getAttribute()
2759 PASS nav.accessKey: IDL set to Infinity followed by IDL get
2760 PASS nav.accessKey: IDL set to -Infinity should not throw
2761 PASS nav.accessKey: IDL set to -Infinity followed by getAttribute()
2762 PASS nav.accessKey: IDL set to -Infinity followed by IDL get
2763 PASS nav.accessKey: IDL set to "\0" should not throw
2764 PASS nav.accessKey: IDL set to "\0" followed by getAttribute()
2765 PASS nav.accessKey: IDL set to "\0" followed by IDL get
2766 PASS nav.accessKey: IDL set to null should not throw
2767 PASS nav.accessKey: IDL set to null followed by getAttribute()
2768 PASS nav.accessKey: IDL set to null followed by IDL get
2769 PASS nav.accessKey: IDL set to object "test-toString" should not throw
2770 PASS nav.accessKey: IDL set to object "test-toString" followed by getAttribute()
2771 PASS nav.accessKey: IDL set to object "test-toString" followed by IDL get
2772 PASS nav.accessKey: IDL set to object "test-valueOf" should not throw
2773 PASS nav.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
2774 PASS nav.accessKey: IDL set to object "test-valueOf" followed by IDL get
2775 PASS nav.tabIndex: typeof IDL attribute
2776 PASS nav.tabIndex: setAttribute() to -36 followed by getAttribute()
2777 PASS nav.tabIndex: setAttribute() to -36 followed by IDL get
2778 PASS nav.tabIndex: setAttribute() to -1 followed by getAttribute()
2779 PASS nav.tabIndex: setAttribute() to -1 followed by IDL get
2780 PASS nav.tabIndex: setAttribute() to 0 followed by getAttribute()
2781 PASS nav.tabIndex: setAttribute() to 0 followed by IDL get
2782 PASS nav.tabIndex: setAttribute() to 1 followed by getAttribute()
2783 PASS nav.tabIndex: setAttribute() to 1 followed by IDL get
2784 PASS nav.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
2785 FAIL nav.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
2786 PASS nav.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
2787 FAIL nav.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
2788 PASS nav.tabIndex: setAttribute() to "-1" followed by getAttribute()
2789 PASS nav.tabIndex: setAttribute() to "-1" followed by IDL get
2790 PASS nav.tabIndex: setAttribute() to "-0" followed by getAttribute()
2791 PASS nav.tabIndex: setAttribute() to "-0" followed by IDL get
2792 PASS nav.tabIndex: setAttribute() to "0" followed by getAttribute()
2793 PASS nav.tabIndex: setAttribute() to "0" followed by IDL get
2794 PASS nav.tabIndex: setAttribute() to "1" followed by getAttribute()
2795 PASS nav.tabIndex: setAttribute() to "1" followed by IDL get
2796 PASS nav.tabIndex: setAttribute() to "\t7" followed by getAttribute()
2797 PASS nav.tabIndex: setAttribute() to "\t7" followed by IDL get
2798 PASS nav.tabIndex: setAttribute() to "\f7" followed by getAttribute()
2799 PASS nav.tabIndex: setAttribute() to "\f7" followed by IDL get
2800 PASS nav.tabIndex: setAttribute() to " 7" followed by getAttribute()
2801 PASS nav.tabIndex: setAttribute() to " 7" followed by IDL get
2802 PASS nav.tabIndex: setAttribute() to "\n7" followed by getAttribute()
2803 PASS nav.tabIndex: setAttribute() to "\n7" followed by IDL get
2804 PASS nav.tabIndex: setAttribute() to "\r7" followed by getAttribute()
2805 PASS nav.tabIndex: setAttribute() to "\r7" followed by IDL get
2806 PASS nav.tabIndex: setAttribute() to 1.5 followed by getAttribute()
2807 PASS nav.tabIndex: setAttribute() to 1.5 followed by IDL get
2808 PASS nav.tabIndex: setAttribute() to object "2" followed by getAttribute()
2809 PASS nav.tabIndex: setAttribute() to object "2" followed by IDL get
2810 PASS nav.tabIndex: IDL set to -36 should not throw
2811 PASS nav.tabIndex: IDL set to -36 followed by getAttribute()
2812 PASS nav.tabIndex: IDL set to -36 followed by IDL get
2813 PASS nav.tabIndex: IDL set to -1 should not throw
2814 PASS nav.tabIndex: IDL set to -1 followed by getAttribute()
2815 PASS nav.tabIndex: IDL set to -1 followed by IDL get
2816 PASS nav.tabIndex: IDL set to 0 should not throw
2817 PASS nav.tabIndex: IDL set to 0 followed by getAttribute()
2818 PASS nav.tabIndex: IDL set to 0 followed by IDL get
2819 PASS nav.tabIndex: IDL set to 1 should not throw
2820 PASS nav.tabIndex: IDL set to 1 followed by getAttribute()
2821 PASS nav.tabIndex: IDL set to 1 followed by IDL get
2822 PASS nav.tabIndex: IDL set to 2147483647 should not throw
2823 PASS nav.tabIndex: IDL set to 2147483647 followed by getAttribute()
2824 FAIL nav.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
2825 PASS nav.tabIndex: IDL set to -2147483648 should not throw
2826 PASS nav.tabIndex: IDL set to -2147483648 followed by getAttribute()
2827 FAIL nav.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
2828 PASS aside.title: typeof IDL attribute
2829 PASS aside.title: IDL get with DOM attribute unset
2830 PASS aside.title: setAttribute() to "" followed by getAttribute()
2831 PASS aside.title: setAttribute() to "" followed by IDL get
2832 PASS aside.title: 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()
2833 PASS aside.title: 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
2834 PASS aside.title: setAttribute() to undefined followed by getAttribute()
2835 PASS aside.title: setAttribute() to undefined followed by IDL get
2836 PASS aside.title: setAttribute() to 7 followed by getAttribute()
2837 PASS aside.title: setAttribute() to 7 followed by IDL get
2838 PASS aside.title: setAttribute() to 1.5 followed by getAttribute()
2839 PASS aside.title: setAttribute() to 1.5 followed by IDL get
2840 PASS aside.title: setAttribute() to true followed by getAttribute()
2841 PASS aside.title: setAttribute() to true followed by IDL get
2842 PASS aside.title: setAttribute() to false followed by getAttribute()
2843 PASS aside.title: setAttribute() to false followed by IDL get
2844 PASS aside.title: setAttribute() to object "[object Object]" followed by getAttr ibute()
2845 PASS aside.title: setAttribute() to object "[object Object]" followed by IDL get
2846 PASS aside.title: setAttribute() to NaN followed by getAttribute()
2847 PASS aside.title: setAttribute() to NaN followed by IDL get
2848 PASS aside.title: setAttribute() to Infinity followed by getAttribute()
2849 PASS aside.title: setAttribute() to Infinity followed by IDL get
2850 PASS aside.title: setAttribute() to -Infinity followed by getAttribute()
2851 PASS aside.title: setAttribute() to -Infinity followed by IDL get
2852 PASS aside.title: setAttribute() to "\0" followed by getAttribute()
2853 PASS aside.title: setAttribute() to "\0" followed by IDL get
2854 PASS aside.title: setAttribute() to null followed by getAttribute()
2855 PASS aside.title: setAttribute() to null followed by IDL get
2856 PASS aside.title: setAttribute() to object "test-toString" followed by getAttrib ute()
2857 PASS aside.title: setAttribute() to object "test-toString" followed by IDL get
2858 PASS aside.title: setAttribute() to object "test-valueOf" followed by getAttribu te()
2859 PASS aside.title: setAttribute() to object "test-valueOf" followed by IDL get
2860 PASS aside.title: IDL set to "" should not throw
2861 PASS aside.title: IDL set to "" followed by getAttribute()
2862 PASS aside.title: IDL set to "" followed by IDL get
2863 PASS aside.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shou ld not throw
2864 PASS aside.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by getAttribute()
2865 PASS aside.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by IDL get
2866 PASS aside.title: IDL set to undefined should not throw
2867 PASS aside.title: IDL set to undefined followed by getAttribute()
2868 PASS aside.title: IDL set to undefined followed by IDL get
2869 PASS aside.title: IDL set to 7 should not throw
2870 PASS aside.title: IDL set to 7 followed by getAttribute()
2871 PASS aside.title: IDL set to 7 followed by IDL get
2872 PASS aside.title: IDL set to 1.5 should not throw
2873 PASS aside.title: IDL set to 1.5 followed by getAttribute()
2874 PASS aside.title: IDL set to 1.5 followed by IDL get
2875 PASS aside.title: IDL set to true should not throw
2876 PASS aside.title: IDL set to true followed by getAttribute()
2877 PASS aside.title: IDL set to true followed by IDL get
2878 PASS aside.title: IDL set to false should not throw
2879 PASS aside.title: IDL set to false followed by getAttribute()
2880 PASS aside.title: IDL set to false followed by IDL get
2881 PASS aside.title: IDL set to object "[object Object]" should not throw
2882 PASS aside.title: IDL set to object "[object Object]" followed by getAttribute()
2883 PASS aside.title: IDL set to object "[object Object]" followed by IDL get
2884 PASS aside.title: IDL set to NaN should not throw
2885 PASS aside.title: IDL set to NaN followed by getAttribute()
2886 PASS aside.title: IDL set to NaN followed by IDL get
2887 PASS aside.title: IDL set to Infinity should not throw
2888 PASS aside.title: IDL set to Infinity followed by getAttribute()
2889 PASS aside.title: IDL set to Infinity followed by IDL get
2890 PASS aside.title: IDL set to -Infinity should not throw
2891 PASS aside.title: IDL set to -Infinity followed by getAttribute()
2892 PASS aside.title: IDL set to -Infinity followed by IDL get
2893 PASS aside.title: IDL set to "\0" should not throw
2894 PASS aside.title: IDL set to "\0" followed by getAttribute()
2895 PASS aside.title: IDL set to "\0" followed by IDL get
2896 PASS aside.title: IDL set to null should not throw
2897 PASS aside.title: IDL set to null followed by getAttribute()
2898 PASS aside.title: IDL set to null followed by IDL get
2899 PASS aside.title: IDL set to object "test-toString" should not throw
2900 PASS aside.title: IDL set to object "test-toString" followed by getAttribute()
2901 PASS aside.title: IDL set to object "test-toString" followed by IDL get
2902 PASS aside.title: IDL set to object "test-valueOf" should not throw
2903 PASS aside.title: IDL set to object "test-valueOf" followed by getAttribute()
2904 PASS aside.title: IDL set to object "test-valueOf" followed by IDL get
2905 PASS aside.lang: typeof IDL attribute
2906 PASS aside.lang: IDL get with DOM attribute unset
2907 PASS aside.lang: setAttribute() to "" followed by getAttribute()
2908 PASS aside.lang: setAttribute() to "" followed by IDL get
2909 PASS aside.lang: 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()
2910 PASS aside.lang: 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
2911 PASS aside.lang: setAttribute() to undefined followed by getAttribute()
2912 PASS aside.lang: setAttribute() to undefined followed by IDL get
2913 PASS aside.lang: setAttribute() to 7 followed by getAttribute()
2914 PASS aside.lang: setAttribute() to 7 followed by IDL get
2915 PASS aside.lang: setAttribute() to 1.5 followed by getAttribute()
2916 PASS aside.lang: setAttribute() to 1.5 followed by IDL get
2917 PASS aside.lang: setAttribute() to true followed by getAttribute()
2918 PASS aside.lang: setAttribute() to true followed by IDL get
2919 PASS aside.lang: setAttribute() to false followed by getAttribute()
2920 PASS aside.lang: setAttribute() to false followed by IDL get
2921 PASS aside.lang: setAttribute() to object "[object Object]" followed by getAttri bute()
2922 PASS aside.lang: setAttribute() to object "[object Object]" followed by IDL get
2923 PASS aside.lang: setAttribute() to NaN followed by getAttribute()
2924 PASS aside.lang: setAttribute() to NaN followed by IDL get
2925 PASS aside.lang: setAttribute() to Infinity followed by getAttribute()
2926 PASS aside.lang: setAttribute() to Infinity followed by IDL get
2927 PASS aside.lang: setAttribute() to -Infinity followed by getAttribute()
2928 PASS aside.lang: setAttribute() to -Infinity followed by IDL get
2929 PASS aside.lang: setAttribute() to "\0" followed by getAttribute()
2930 PASS aside.lang: setAttribute() to "\0" followed by IDL get
2931 PASS aside.lang: setAttribute() to null followed by getAttribute()
2932 PASS aside.lang: setAttribute() to null followed by IDL get
2933 PASS aside.lang: setAttribute() to object "test-toString" followed by getAttribu te()
2934 PASS aside.lang: setAttribute() to object "test-toString" followed by IDL get
2935 PASS aside.lang: setAttribute() to object "test-valueOf" followed by getAttribut e()
2936 PASS aside.lang: setAttribute() to object "test-valueOf" followed by IDL get
2937 PASS aside.lang: IDL set to "" should not throw
2938 PASS aside.lang: IDL set to "" followed by getAttribute()
2939 PASS aside.lang: IDL set to "" followed by IDL get
2940 PASS aside.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shoul d not throw
2941 PASS aside.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by getAttribute()
2942 PASS aside.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by IDL get
2943 PASS aside.lang: IDL set to undefined should not throw
2944 PASS aside.lang: IDL set to undefined followed by getAttribute()
2945 PASS aside.lang: IDL set to undefined followed by IDL get
2946 PASS aside.lang: IDL set to 7 should not throw
2947 PASS aside.lang: IDL set to 7 followed by getAttribute()
2948 PASS aside.lang: IDL set to 7 followed by IDL get
2949 PASS aside.lang: IDL set to 1.5 should not throw
2950 PASS aside.lang: IDL set to 1.5 followed by getAttribute()
2951 PASS aside.lang: IDL set to 1.5 followed by IDL get
2952 PASS aside.lang: IDL set to true should not throw
2953 PASS aside.lang: IDL set to true followed by getAttribute()
2954 PASS aside.lang: IDL set to true followed by IDL get
2955 PASS aside.lang: IDL set to false should not throw
2956 PASS aside.lang: IDL set to false followed by getAttribute()
2957 PASS aside.lang: IDL set to false followed by IDL get
2958 PASS aside.lang: IDL set to object "[object Object]" should not throw
2959 PASS aside.lang: IDL set to object "[object Object]" followed by getAttribute()
2960 PASS aside.lang: IDL set to object "[object Object]" followed by IDL get
2961 PASS aside.lang: IDL set to NaN should not throw
2962 PASS aside.lang: IDL set to NaN followed by getAttribute()
2963 PASS aside.lang: IDL set to NaN followed by IDL get
2964 PASS aside.lang: IDL set to Infinity should not throw
2965 PASS aside.lang: IDL set to Infinity followed by getAttribute()
2966 PASS aside.lang: IDL set to Infinity followed by IDL get
2967 PASS aside.lang: IDL set to -Infinity should not throw
2968 PASS aside.lang: IDL set to -Infinity followed by getAttribute()
2969 PASS aside.lang: IDL set to -Infinity followed by IDL get
2970 PASS aside.lang: IDL set to "\0" should not throw
2971 PASS aside.lang: IDL set to "\0" followed by getAttribute()
2972 PASS aside.lang: IDL set to "\0" followed by IDL get
2973 PASS aside.lang: IDL set to null should not throw
2974 PASS aside.lang: IDL set to null followed by getAttribute()
2975 PASS aside.lang: IDL set to null followed by IDL get
2976 PASS aside.lang: IDL set to object "test-toString" should not throw
2977 PASS aside.lang: IDL set to object "test-toString" followed by getAttribute()
2978 PASS aside.lang: IDL set to object "test-toString" followed by IDL get
2979 PASS aside.lang: IDL set to object "test-valueOf" should not throw
2980 PASS aside.lang: IDL set to object "test-valueOf" followed by getAttribute()
2981 PASS aside.lang: IDL set to object "test-valueOf" followed by IDL get
2982 PASS aside.dir: typeof IDL attribute
2983 PASS aside.dir: IDL get with DOM attribute unset
2984 PASS aside.dir: setAttribute() to "" followed by getAttribute()
2985 PASS aside.dir: setAttribute() to "" followed by IDL get
2986 PASS aside.dir: 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()
2987 PASS aside.dir: 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
2988 PASS aside.dir: setAttribute() to undefined followed by getAttribute()
2989 PASS aside.dir: setAttribute() to undefined followed by IDL get
2990 PASS aside.dir: setAttribute() to 7 followed by getAttribute()
2991 PASS aside.dir: setAttribute() to 7 followed by IDL get
2992 PASS aside.dir: setAttribute() to 1.5 followed by getAttribute()
2993 PASS aside.dir: setAttribute() to 1.5 followed by IDL get
2994 PASS aside.dir: setAttribute() to true followed by getAttribute()
2995 PASS aside.dir: setAttribute() to true followed by IDL get
2996 PASS aside.dir: setAttribute() to false followed by getAttribute()
2997 PASS aside.dir: setAttribute() to false followed by IDL get
2998 PASS aside.dir: setAttribute() to object "[object Object]" followed by getAttrib ute()
2999 PASS aside.dir: setAttribute() to object "[object Object]" followed by IDL get
3000 PASS aside.dir: setAttribute() to NaN followed by getAttribute()
3001 PASS aside.dir: setAttribute() to NaN followed by IDL get
3002 PASS aside.dir: setAttribute() to Infinity followed by getAttribute()
3003 PASS aside.dir: setAttribute() to Infinity followed by IDL get
3004 PASS aside.dir: setAttribute() to -Infinity followed by getAttribute()
3005 PASS aside.dir: setAttribute() to -Infinity followed by IDL get
3006 PASS aside.dir: setAttribute() to "\0" followed by getAttribute()
3007 PASS aside.dir: setAttribute() to "\0" followed by IDL get
3008 PASS aside.dir: setAttribute() to null followed by getAttribute()
3009 PASS aside.dir: setAttribute() to null followed by IDL get
3010 PASS aside.dir: setAttribute() to object "test-toString" followed by getAttribut e()
3011 PASS aside.dir: setAttribute() to object "test-toString" followed by IDL get
3012 PASS aside.dir: setAttribute() to object "test-valueOf" followed by getAttribute ()
3013 PASS aside.dir: setAttribute() to object "test-valueOf" followed by IDL get
3014 PASS aside.dir: setAttribute() to "ltr" followed by getAttribute()
3015 PASS aside.dir: setAttribute() to "ltr" followed by IDL get
3016 PASS aside.dir: setAttribute() to "xltr" followed by getAttribute()
3017 PASS aside.dir: setAttribute() to "xltr" followed by IDL get
3018 PASS aside.dir: setAttribute() to "ltr\0" followed by getAttribute()
3019 PASS aside.dir: setAttribute() to "ltr\0" followed by IDL get
3020 PASS aside.dir: setAttribute() to "tr" followed by getAttribute()
3021 PASS aside.dir: setAttribute() to "tr" followed by IDL get
3022 PASS aside.dir: setAttribute() to "LTR" followed by getAttribute()
3023 PASS aside.dir: setAttribute() to "LTR" followed by IDL get
3024 PASS aside.dir: setAttribute() to "rtl" followed by getAttribute()
3025 PASS aside.dir: setAttribute() to "rtl" followed by IDL get
3026 PASS aside.dir: setAttribute() to "xrtl" followed by getAttribute()
3027 PASS aside.dir: setAttribute() to "xrtl" followed by IDL get
3028 PASS aside.dir: setAttribute() to "rtl\0" followed by getAttribute()
3029 PASS aside.dir: setAttribute() to "rtl\0" followed by IDL get
3030 PASS aside.dir: setAttribute() to "tl" followed by getAttribute()
3031 PASS aside.dir: setAttribute() to "tl" followed by IDL get
3032 PASS aside.dir: setAttribute() to "RTL" followed by getAttribute()
3033 PASS aside.dir: setAttribute() to "RTL" followed by IDL get
3034 PASS aside.dir: setAttribute() to "auto" followed by getAttribute()
3035 PASS aside.dir: setAttribute() to "auto" followed by IDL get
3036 PASS aside.dir: setAttribute() to "xauto" followed by getAttribute()
3037 PASS aside.dir: setAttribute() to "xauto" followed by IDL get
3038 PASS aside.dir: setAttribute() to "auto\0" followed by getAttribute()
3039 PASS aside.dir: setAttribute() to "auto\0" followed by IDL get
3040 PASS aside.dir: setAttribute() to "uto" followed by getAttribute()
3041 PASS aside.dir: setAttribute() to "uto" followed by IDL get
3042 PASS aside.dir: setAttribute() to "AUTO" followed by getAttribute()
3043 PASS aside.dir: setAttribute() to "AUTO" followed by IDL get
3044 PASS aside.dir: IDL set to "" should not throw
3045 PASS aside.dir: IDL set to "" followed by getAttribute()
3046 PASS aside.dir: IDL set to "" followed by IDL get
3047 PASS aside.dir: IDL set 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 " should not throw
3048 PASS aside.dir: IDL set 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 " follow ed by getAttribute()
3049 PASS aside.dir: IDL set 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 " follow ed by IDL get
3050 PASS aside.dir: IDL set to undefined should not throw
3051 PASS aside.dir: IDL set to undefined followed by getAttribute()
3052 PASS aside.dir: IDL set to undefined followed by IDL get
3053 PASS aside.dir: IDL set to 7 should not throw
3054 PASS aside.dir: IDL set to 7 followed by getAttribute()
3055 PASS aside.dir: IDL set to 7 followed by IDL get
3056 PASS aside.dir: IDL set to 1.5 should not throw
3057 PASS aside.dir: IDL set to 1.5 followed by getAttribute()
3058 PASS aside.dir: IDL set to 1.5 followed by IDL get
3059 PASS aside.dir: IDL set to true should not throw
3060 PASS aside.dir: IDL set to true followed by getAttribute()
3061 PASS aside.dir: IDL set to true followed by IDL get
3062 PASS aside.dir: IDL set to false should not throw
3063 PASS aside.dir: IDL set to false followed by getAttribute()
3064 PASS aside.dir: IDL set to false followed by IDL get
3065 PASS aside.dir: IDL set to object "[object Object]" should not throw
3066 PASS aside.dir: IDL set to object "[object Object]" followed by getAttribute()
3067 PASS aside.dir: IDL set to object "[object Object]" followed by IDL get
3068 PASS aside.dir: IDL set to NaN should not throw
3069 PASS aside.dir: IDL set to NaN followed by getAttribute()
3070 PASS aside.dir: IDL set to NaN followed by IDL get
3071 PASS aside.dir: IDL set to Infinity should not throw
3072 PASS aside.dir: IDL set to Infinity followed by getAttribute()
3073 PASS aside.dir: IDL set to Infinity followed by IDL get
3074 PASS aside.dir: IDL set to -Infinity should not throw
3075 PASS aside.dir: IDL set to -Infinity followed by getAttribute()
3076 PASS aside.dir: IDL set to -Infinity followed by IDL get
3077 PASS aside.dir: IDL set to "\0" should not throw
3078 PASS aside.dir: IDL set to "\0" followed by getAttribute()
3079 PASS aside.dir: IDL set to "\0" followed by IDL get
3080 PASS aside.dir: IDL set to null should not throw
3081 PASS aside.dir: IDL set to null followed by IDL get
3082 PASS aside.dir: IDL set to object "test-toString" should not throw
3083 PASS aside.dir: IDL set to object "test-toString" followed by getAttribute()
3084 PASS aside.dir: IDL set to object "test-toString" followed by IDL get
3085 PASS aside.dir: IDL set to object "test-valueOf" should not throw
3086 PASS aside.dir: IDL set to object "test-valueOf" followed by getAttribute()
3087 PASS aside.dir: IDL set to object "test-valueOf" followed by IDL get
3088 PASS aside.dir: IDL set to "ltr" should not throw
3089 PASS aside.dir: IDL set to "ltr" followed by getAttribute()
3090 PASS aside.dir: IDL set to "ltr" followed by IDL get
3091 PASS aside.dir: IDL set to "xltr" should not throw
3092 PASS aside.dir: IDL set to "xltr" followed by getAttribute()
3093 PASS aside.dir: IDL set to "xltr" followed by IDL get
3094 PASS aside.dir: IDL set to "ltr\0" should not throw
3095 PASS aside.dir: IDL set to "ltr\0" followed by getAttribute()
3096 PASS aside.dir: IDL set to "ltr\0" followed by IDL get
3097 PASS aside.dir: IDL set to "tr" should not throw
3098 PASS aside.dir: IDL set to "tr" followed by getAttribute()
3099 PASS aside.dir: IDL set to "tr" followed by IDL get
3100 PASS aside.dir: IDL set to "LTR" should not throw
3101 PASS aside.dir: IDL set to "LTR" followed by getAttribute()
3102 PASS aside.dir: IDL set to "LTR" followed by IDL get
3103 PASS aside.dir: IDL set to "rtl" should not throw
3104 PASS aside.dir: IDL set to "rtl" followed by getAttribute()
3105 PASS aside.dir: IDL set to "rtl" followed by IDL get
3106 PASS aside.dir: IDL set to "xrtl" should not throw
3107 PASS aside.dir: IDL set to "xrtl" followed by getAttribute()
3108 PASS aside.dir: IDL set to "xrtl" followed by IDL get
3109 PASS aside.dir: IDL set to "rtl\0" should not throw
3110 PASS aside.dir: IDL set to "rtl\0" followed by getAttribute()
3111 PASS aside.dir: IDL set to "rtl\0" followed by IDL get
3112 PASS aside.dir: IDL set to "tl" should not throw
3113 PASS aside.dir: IDL set to "tl" followed by getAttribute()
3114 PASS aside.dir: IDL set to "tl" followed by IDL get
3115 PASS aside.dir: IDL set to "RTL" should not throw
3116 PASS aside.dir: IDL set to "RTL" followed by getAttribute()
3117 PASS aside.dir: IDL set to "RTL" followed by IDL get
3118 PASS aside.dir: IDL set to "auto" should not throw
3119 PASS aside.dir: IDL set to "auto" followed by getAttribute()
3120 PASS aside.dir: IDL set to "auto" followed by IDL get
3121 PASS aside.dir: IDL set to "xauto" should not throw
3122 PASS aside.dir: IDL set to "xauto" followed by getAttribute()
3123 PASS aside.dir: IDL set to "xauto" followed by IDL get
3124 PASS aside.dir: IDL set to "auto\0" should not throw
3125 PASS aside.dir: IDL set to "auto\0" followed by getAttribute()
3126 PASS aside.dir: IDL set to "auto\0" followed by IDL get
3127 PASS aside.dir: IDL set to "uto" should not throw
3128 PASS aside.dir: IDL set to "uto" followed by getAttribute()
3129 PASS aside.dir: IDL set to "uto" followed by IDL get
3130 PASS aside.dir: IDL set to "AUTO" should not throw
3131 PASS aside.dir: IDL set to "AUTO" followed by getAttribute()
3132 PASS aside.dir: IDL set to "AUTO" followed by IDL get
3133 PASS aside.className (<aside class>): typeof IDL attribute
3134 PASS aside.className (<aside class>): IDL get with DOM attribute unset
3135 PASS aside.className (<aside class>): setAttribute() to "" followed by getAttrib ute()
3136 PASS aside.className (<aside class>): setAttribute() to "" followed by IDL get
3137 PASS aside.className (<aside class>): 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()
3138 PASS aside.className (<aside class>): 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
3139 PASS aside.className (<aside class>): setAttribute() to undefined followed by ge tAttribute()
3140 PASS aside.className (<aside class>): setAttribute() to undefined followed by ID L get
3141 PASS aside.className (<aside class>): setAttribute() to 7 followed by getAttribu te()
3142 PASS aside.className (<aside class>): setAttribute() to 7 followed by IDL get
3143 PASS aside.className (<aside class>): setAttribute() to 1.5 followed by getAttri bute()
3144 PASS aside.className (<aside class>): setAttribute() to 1.5 followed by IDL get
3145 PASS aside.className (<aside class>): setAttribute() to true followed by getAttr ibute()
3146 PASS aside.className (<aside class>): setAttribute() to true followed by IDL get
3147 PASS aside.className (<aside class>): setAttribute() to false followed by getAtt ribute()
3148 PASS aside.className (<aside class>): setAttribute() to false followed by IDL ge t
3149 PASS aside.className (<aside class>): setAttribute() to object "[object Object]" followed by getAttribute()
3150 PASS aside.className (<aside class>): setAttribute() to object "[object Object]" followed by IDL get
3151 PASS aside.className (<aside class>): setAttribute() to NaN followed by getAttri bute()
3152 PASS aside.className (<aside class>): setAttribute() to NaN followed by IDL get
3153 PASS aside.className (<aside class>): setAttribute() to Infinity followed by get Attribute()
3154 PASS aside.className (<aside class>): setAttribute() to Infinity followed by IDL get
3155 PASS aside.className (<aside class>): setAttribute() to -Infinity followed by ge tAttribute()
3156 PASS aside.className (<aside class>): setAttribute() to -Infinity followed by ID L get
3157 PASS aside.className (<aside class>): setAttribute() to "\0" followed by getAttr ibute()
3158 PASS aside.className (<aside class>): setAttribute() to "\0" followed by IDL get
3159 PASS aside.className (<aside class>): setAttribute() to null followed by getAttr ibute()
3160 PASS aside.className (<aside class>): setAttribute() to null followed by IDL get
3161 PASS aside.className (<aside class>): setAttribute() to object "test-toString" f ollowed by getAttribute()
3162 PASS aside.className (<aside class>): setAttribute() to object "test-toString" f ollowed by IDL get
3163 PASS aside.className (<aside class>): setAttribute() to object "test-valueOf" fo llowed by getAttribute()
3164 PASS aside.className (<aside class>): setAttribute() to object "test-valueOf" fo llowed by IDL get
3165 PASS aside.className (<aside class>): IDL set to "" should not throw
3166 PASS aside.className (<aside class>): IDL set to "" followed by getAttribute()
3167 PASS aside.className (<aside class>): IDL set to "" followed by IDL get
3168 PASS aside.className (<aside class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x0 7 \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 " should not throw
3169 PASS aside.className (<aside class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x0 7 \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()
3170 PASS aside.className (<aside class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x0 7 \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
3171 PASS aside.className (<aside class>): IDL set to undefined should not throw
3172 PASS aside.className (<aside class>): IDL set to undefined followed by getAttrib ute()
3173 PASS aside.className (<aside class>): IDL set to undefined followed by IDL get
3174 PASS aside.className (<aside class>): IDL set to 7 should not throw
3175 PASS aside.className (<aside class>): IDL set to 7 followed by getAttribute()
3176 PASS aside.className (<aside class>): IDL set to 7 followed by IDL get
3177 PASS aside.className (<aside class>): IDL set to 1.5 should not throw
3178 PASS aside.className (<aside class>): IDL set to 1.5 followed by getAttribute()
3179 PASS aside.className (<aside class>): IDL set to 1.5 followed by IDL get
3180 PASS aside.className (<aside class>): IDL set to true should not throw
3181 PASS aside.className (<aside class>): IDL set to true followed by getAttribute()
3182 PASS aside.className (<aside class>): IDL set to true followed by IDL get
3183 PASS aside.className (<aside class>): IDL set to false should not throw
3184 PASS aside.className (<aside class>): IDL set to false followed by getAttribute( )
3185 PASS aside.className (<aside class>): IDL set to false followed by IDL get
3186 PASS aside.className (<aside class>): IDL set to object "[object Object]" should not throw
3187 PASS aside.className (<aside class>): IDL set to object "[object Object]" follow ed by getAttribute()
3188 PASS aside.className (<aside class>): IDL set to object "[object Object]" follow ed by IDL get
3189 PASS aside.className (<aside class>): IDL set to NaN should not throw
3190 PASS aside.className (<aside class>): IDL set to NaN followed by getAttribute()
3191 PASS aside.className (<aside class>): IDL set to NaN followed by IDL get
3192 PASS aside.className (<aside class>): IDL set to Infinity should not throw
3193 PASS aside.className (<aside class>): IDL set to Infinity followed by getAttribu te()
3194 PASS aside.className (<aside class>): IDL set to Infinity followed by IDL get
3195 PASS aside.className (<aside class>): IDL set to -Infinity should not throw
3196 PASS aside.className (<aside class>): IDL set to -Infinity followed by getAttrib ute()
3197 PASS aside.className (<aside class>): IDL set to -Infinity followed by IDL get
3198 PASS aside.className (<aside class>): IDL set to "\0" should not throw
3199 PASS aside.className (<aside class>): IDL set to "\0" followed by getAttribute()
3200 PASS aside.className (<aside class>): IDL set to "\0" followed by IDL get
3201 PASS aside.className (<aside class>): IDL set to null should not throw
3202 PASS aside.className (<aside class>): IDL set to null followed by getAttribute()
3203 PASS aside.className (<aside class>): IDL set to null followed by IDL get
3204 PASS aside.className (<aside class>): IDL set to object "test-toString" should n ot throw
3205 PASS aside.className (<aside class>): IDL set to object "test-toString" followed by getAttribute()
3206 PASS aside.className (<aside class>): IDL set to object "test-toString" followed by IDL get
3207 PASS aside.className (<aside class>): IDL set to object "test-valueOf" should no t throw
3208 PASS aside.className (<aside class>): IDL set to object "test-valueOf" followed by getAttribute()
3209 PASS aside.className (<aside class>): IDL set to object "test-valueOf" followed by IDL get
3210 PASS aside.hidden: typeof IDL attribute
3211 PASS aside.hidden: IDL get with DOM attribute unset
3212 PASS aside.hidden: setAttribute() to "" followed by getAttribute()
3213 PASS aside.hidden: setAttribute() to "" followed by IDL get
3214 PASS aside.hidden: setAttribute() to " foo " followed by getAttribute()
3215 PASS aside.hidden: setAttribute() to " foo " followed by IDL get
3216 PASS aside.hidden: setAttribute() to undefined followed by getAttribute()
3217 PASS aside.hidden: setAttribute() to undefined followed by IDL get
3218 PASS aside.hidden: setAttribute() to null followed by getAttribute()
3219 PASS aside.hidden: setAttribute() to null followed by IDL get
3220 PASS aside.hidden: setAttribute() to 7 followed by getAttribute()
3221 PASS aside.hidden: setAttribute() to 7 followed by IDL get
3222 PASS aside.hidden: setAttribute() to 1.5 followed by getAttribute()
3223 PASS aside.hidden: setAttribute() to 1.5 followed by IDL get
3224 PASS aside.hidden: setAttribute() to true followed by getAttribute()
3225 PASS aside.hidden: setAttribute() to true followed by IDL get
3226 PASS aside.hidden: setAttribute() to false followed by getAttribute()
3227 PASS aside.hidden: setAttribute() to false followed by IDL get
3228 PASS aside.hidden: setAttribute() to object "[object Object]" followed by getAtt ribute()
3229 PASS aside.hidden: setAttribute() to object "[object Object]" followed by IDL ge t
3230 PASS aside.hidden: setAttribute() to NaN followed by getAttribute()
3231 PASS aside.hidden: setAttribute() to NaN followed by IDL get
3232 PASS aside.hidden: setAttribute() to Infinity followed by getAttribute()
3233 PASS aside.hidden: setAttribute() to Infinity followed by IDL get
3234 PASS aside.hidden: setAttribute() to -Infinity followed by getAttribute()
3235 PASS aside.hidden: setAttribute() to -Infinity followed by IDL get
3236 PASS aside.hidden: setAttribute() to "\0" followed by getAttribute()
3237 PASS aside.hidden: setAttribute() to "\0" followed by IDL get
3238 PASS aside.hidden: setAttribute() to object "test-toString" followed by getAttri bute()
3239 PASS aside.hidden: setAttribute() to object "test-toString" followed by IDL get
3240 PASS aside.hidden: setAttribute() to object "test-valueOf" followed by getAttrib ute()
3241 PASS aside.hidden: setAttribute() to object "test-valueOf" followed by IDL get
3242 PASS aside.hidden: setAttribute() to "hidden" followed by getAttribute()
3243 PASS aside.hidden: setAttribute() to "hidden" followed by IDL get
3244 PASS aside.hidden: IDL set to "" should not throw
3245 PASS aside.hidden: IDL set to "" followed by hasAttribute()
3246 PASS aside.hidden: IDL set to "" followed by IDL get
3247 PASS aside.hidden: IDL set to " foo " should not throw
3248 PASS aside.hidden: IDL set to " foo " followed by hasAttribute()
3249 PASS aside.hidden: IDL set to " foo " followed by IDL get
3250 PASS aside.hidden: IDL set to undefined should not throw
3251 PASS aside.hidden: IDL set to undefined followed by hasAttribute()
3252 PASS aside.hidden: IDL set to undefined followed by IDL get
3253 PASS aside.hidden: IDL set to null should not throw
3254 PASS aside.hidden: IDL set to null followed by hasAttribute()
3255 PASS aside.hidden: IDL set to null followed by IDL get
3256 PASS aside.hidden: IDL set to 7 should not throw
3257 PASS aside.hidden: IDL set to 7 followed by hasAttribute()
3258 PASS aside.hidden: IDL set to 7 followed by IDL get
3259 PASS aside.hidden: IDL set to 1.5 should not throw
3260 PASS aside.hidden: IDL set to 1.5 followed by hasAttribute()
3261 PASS aside.hidden: IDL set to 1.5 followed by IDL get
3262 PASS aside.hidden: IDL set to true should not throw
3263 PASS aside.hidden: IDL set to true followed by hasAttribute()
3264 PASS aside.hidden: IDL set to true followed by IDL get
3265 PASS aside.hidden: IDL set to false should not throw
3266 PASS aside.hidden: IDL set to false followed by hasAttribute()
3267 PASS aside.hidden: IDL set to false followed by IDL get
3268 PASS aside.hidden: IDL set to object "[object Object]" should not throw
3269 PASS aside.hidden: IDL set to object "[object Object]" followed by hasAttribute( )
3270 PASS aside.hidden: IDL set to object "[object Object]" followed by IDL get
3271 PASS aside.hidden: IDL set to NaN should not throw
3272 PASS aside.hidden: IDL set to NaN followed by hasAttribute()
3273 PASS aside.hidden: IDL set to NaN followed by IDL get
3274 PASS aside.hidden: IDL set to Infinity should not throw
3275 PASS aside.hidden: IDL set to Infinity followed by hasAttribute()
3276 PASS aside.hidden: IDL set to Infinity followed by IDL get
3277 PASS aside.hidden: IDL set to -Infinity should not throw
3278 PASS aside.hidden: IDL set to -Infinity followed by hasAttribute()
3279 PASS aside.hidden: IDL set to -Infinity followed by IDL get
3280 PASS aside.hidden: IDL set to "\0" should not throw
3281 PASS aside.hidden: IDL set to "\0" followed by hasAttribute()
3282 PASS aside.hidden: IDL set to "\0" followed by IDL get
3283 PASS aside.hidden: IDL set to object "test-toString" should not throw
3284 PASS aside.hidden: IDL set to object "test-toString" followed by hasAttribute()
3285 PASS aside.hidden: IDL set to object "test-toString" followed by IDL get
3286 PASS aside.hidden: IDL set to object "test-valueOf" should not throw
3287 PASS aside.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
3288 PASS aside.hidden: IDL set to object "test-valueOf" followed by IDL get
3289 PASS aside.accessKey: typeof IDL attribute
3290 PASS aside.accessKey: IDL get with DOM attribute unset
3291 PASS aside.accessKey: setAttribute() to "" followed by getAttribute()
3292 PASS aside.accessKey: setAttribute() to "" followed by IDL get
3293 PASS aside.accessKey: 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()
3294 PASS aside.accessKey: 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
3295 PASS aside.accessKey: setAttribute() to undefined followed by getAttribute()
3296 PASS aside.accessKey: setAttribute() to undefined followed by IDL get
3297 PASS aside.accessKey: setAttribute() to 7 followed by getAttribute()
3298 PASS aside.accessKey: setAttribute() to 7 followed by IDL get
3299 PASS aside.accessKey: setAttribute() to 1.5 followed by getAttribute()
3300 PASS aside.accessKey: setAttribute() to 1.5 followed by IDL get
3301 PASS aside.accessKey: setAttribute() to true followed by getAttribute()
3302 PASS aside.accessKey: setAttribute() to true followed by IDL get
3303 PASS aside.accessKey: setAttribute() to false followed by getAttribute()
3304 PASS aside.accessKey: setAttribute() to false followed by IDL get
3305 PASS aside.accessKey: setAttribute() to object "[object Object]" followed by get Attribute()
3306 PASS aside.accessKey: setAttribute() to object "[object Object]" followed by IDL get
3307 PASS aside.accessKey: setAttribute() to NaN followed by getAttribute()
3308 PASS aside.accessKey: setAttribute() to NaN followed by IDL get
3309 PASS aside.accessKey: setAttribute() to Infinity followed by getAttribute()
3310 PASS aside.accessKey: setAttribute() to Infinity followed by IDL get
3311 PASS aside.accessKey: setAttribute() to -Infinity followed by getAttribute()
3312 PASS aside.accessKey: setAttribute() to -Infinity followed by IDL get
3313 PASS aside.accessKey: setAttribute() to "\0" followed by getAttribute()
3314 PASS aside.accessKey: setAttribute() to "\0" followed by IDL get
3315 PASS aside.accessKey: setAttribute() to null followed by getAttribute()
3316 PASS aside.accessKey: setAttribute() to null followed by IDL get
3317 PASS aside.accessKey: setAttribute() to object "test-toString" followed by getAt tribute()
3318 PASS aside.accessKey: setAttribute() to object "test-toString" followed by IDL g et
3319 PASS aside.accessKey: setAttribute() to object "test-valueOf" followed by getAtt ribute()
3320 PASS aside.accessKey: setAttribute() to object "test-valueOf" followed by IDL ge t
3321 PASS aside.accessKey: IDL set to "" should not throw
3322 PASS aside.accessKey: IDL set to "" followed by getAttribute()
3323 PASS aside.accessKey: IDL set to "" followed by IDL get
3324 PASS aside.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw
3325 PASS aside.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
3326 PASS aside.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
3327 PASS aside.accessKey: IDL set to undefined should not throw
3328 PASS aside.accessKey: IDL set to undefined followed by getAttribute()
3329 PASS aside.accessKey: IDL set to undefined followed by IDL get
3330 PASS aside.accessKey: IDL set to 7 should not throw
3331 PASS aside.accessKey: IDL set to 7 followed by getAttribute()
3332 PASS aside.accessKey: IDL set to 7 followed by IDL get
3333 PASS aside.accessKey: IDL set to 1.5 should not throw
3334 PASS aside.accessKey: IDL set to 1.5 followed by getAttribute()
3335 PASS aside.accessKey: IDL set to 1.5 followed by IDL get
3336 PASS aside.accessKey: IDL set to true should not throw
3337 PASS aside.accessKey: IDL set to true followed by getAttribute()
3338 PASS aside.accessKey: IDL set to true followed by IDL get
3339 PASS aside.accessKey: IDL set to false should not throw
3340 PASS aside.accessKey: IDL set to false followed by getAttribute()
3341 PASS aside.accessKey: IDL set to false followed by IDL get
3342 PASS aside.accessKey: IDL set to object "[object Object]" should not throw
3343 PASS aside.accessKey: IDL set to object "[object Object]" followed by getAttribu te()
3344 PASS aside.accessKey: IDL set to object "[object Object]" followed by IDL get
3345 PASS aside.accessKey: IDL set to NaN should not throw
3346 PASS aside.accessKey: IDL set to NaN followed by getAttribute()
3347 PASS aside.accessKey: IDL set to NaN followed by IDL get
3348 PASS aside.accessKey: IDL set to Infinity should not throw
3349 PASS aside.accessKey: IDL set to Infinity followed by getAttribute()
3350 PASS aside.accessKey: IDL set to Infinity followed by IDL get
3351 PASS aside.accessKey: IDL set to -Infinity should not throw
3352 PASS aside.accessKey: IDL set to -Infinity followed by getAttribute()
3353 PASS aside.accessKey: IDL set to -Infinity followed by IDL get
3354 PASS aside.accessKey: IDL set to "\0" should not throw
3355 PASS aside.accessKey: IDL set to "\0" followed by getAttribute()
3356 PASS aside.accessKey: IDL set to "\0" followed by IDL get
3357 PASS aside.accessKey: IDL set to null should not throw
3358 PASS aside.accessKey: IDL set to null followed by getAttribute()
3359 PASS aside.accessKey: IDL set to null followed by IDL get
3360 PASS aside.accessKey: IDL set to object "test-toString" should not throw
3361 PASS aside.accessKey: IDL set to object "test-toString" followed by getAttribute ()
3362 PASS aside.accessKey: IDL set to object "test-toString" followed by IDL get
3363 PASS aside.accessKey: IDL set to object "test-valueOf" should not throw
3364 PASS aside.accessKey: IDL set to object "test-valueOf" followed by getAttribute( )
3365 PASS aside.accessKey: IDL set to object "test-valueOf" followed by IDL get
3366 PASS aside.tabIndex: typeof IDL attribute
3367 PASS aside.tabIndex: setAttribute() to -36 followed by getAttribute()
3368 PASS aside.tabIndex: setAttribute() to -36 followed by IDL get
3369 PASS aside.tabIndex: setAttribute() to -1 followed by getAttribute()
3370 PASS aside.tabIndex: setAttribute() to -1 followed by IDL get
3371 PASS aside.tabIndex: setAttribute() to 0 followed by getAttribute()
3372 PASS aside.tabIndex: setAttribute() to 0 followed by IDL get
3373 PASS aside.tabIndex: setAttribute() to 1 followed by getAttribute()
3374 PASS aside.tabIndex: setAttribute() to 1 followed by IDL get
3375 PASS aside.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
3376 FAIL aside.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
3377 PASS aside.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
3378 FAIL aside.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
3379 PASS aside.tabIndex: setAttribute() to "-1" followed by getAttribute()
3380 PASS aside.tabIndex: setAttribute() to "-1" followed by IDL get
3381 PASS aside.tabIndex: setAttribute() to "-0" followed by getAttribute()
3382 PASS aside.tabIndex: setAttribute() to "-0" followed by IDL get
3383 PASS aside.tabIndex: setAttribute() to "0" followed by getAttribute()
3384 PASS aside.tabIndex: setAttribute() to "0" followed by IDL get
3385 PASS aside.tabIndex: setAttribute() to "1" followed by getAttribute()
3386 PASS aside.tabIndex: setAttribute() to "1" followed by IDL get
3387 PASS aside.tabIndex: setAttribute() to "\t7" followed by getAttribute()
3388 PASS aside.tabIndex: setAttribute() to "\t7" followed by IDL get
3389 PASS aside.tabIndex: setAttribute() to "\f7" followed by getAttribute()
3390 PASS aside.tabIndex: setAttribute() to "\f7" followed by IDL get
3391 PASS aside.tabIndex: setAttribute() to " 7" followed by getAttribute()
3392 PASS aside.tabIndex: setAttribute() to " 7" followed by IDL get
3393 PASS aside.tabIndex: setAttribute() to "\n7" followed by getAttribute()
3394 PASS aside.tabIndex: setAttribute() to "\n7" followed by IDL get
3395 PASS aside.tabIndex: setAttribute() to "\r7" followed by getAttribute()
3396 PASS aside.tabIndex: setAttribute() to "\r7" followed by IDL get
3397 PASS aside.tabIndex: setAttribute() to 1.5 followed by getAttribute()
3398 PASS aside.tabIndex: setAttribute() to 1.5 followed by IDL get
3399 PASS aside.tabIndex: setAttribute() to object "2" followed by getAttribute()
3400 PASS aside.tabIndex: setAttribute() to object "2" followed by IDL get
3401 PASS aside.tabIndex: IDL set to -36 should not throw
3402 PASS aside.tabIndex: IDL set to -36 followed by getAttribute()
3403 PASS aside.tabIndex: IDL set to -36 followed by IDL get
3404 PASS aside.tabIndex: IDL set to -1 should not throw
3405 PASS aside.tabIndex: IDL set to -1 followed by getAttribute()
3406 PASS aside.tabIndex: IDL set to -1 followed by IDL get
3407 PASS aside.tabIndex: IDL set to 0 should not throw
3408 PASS aside.tabIndex: IDL set to 0 followed by getAttribute()
3409 PASS aside.tabIndex: IDL set to 0 followed by IDL get
3410 PASS aside.tabIndex: IDL set to 1 should not throw
3411 PASS aside.tabIndex: IDL set to 1 followed by getAttribute()
3412 PASS aside.tabIndex: IDL set to 1 followed by IDL get
3413 PASS aside.tabIndex: IDL set to 2147483647 should not throw
3414 PASS aside.tabIndex: IDL set to 2147483647 followed by getAttribute()
3415 FAIL aside.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
3416 PASS aside.tabIndex: IDL set to -2147483648 should not throw
3417 PASS aside.tabIndex: IDL set to -2147483648 followed by getAttribute()
3418 FAIL aside.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
3419 PASS h1.title: typeof IDL attribute
3420 PASS h1.title: IDL get with DOM attribute unset
3421 PASS h1.title: setAttribute() to "" followed by getAttribute()
3422 PASS h1.title: setAttribute() to "" followed by IDL get
3423 PASS h1.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
3424 PASS h1.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
3425 PASS h1.title: setAttribute() to undefined followed by getAttribute()
3426 PASS h1.title: setAttribute() to undefined followed by IDL get
3427 PASS h1.title: setAttribute() to 7 followed by getAttribute()
3428 PASS h1.title: setAttribute() to 7 followed by IDL get
3429 PASS h1.title: setAttribute() to 1.5 followed by getAttribute()
3430 PASS h1.title: setAttribute() to 1.5 followed by IDL get
3431 PASS h1.title: setAttribute() to true followed by getAttribute()
3432 PASS h1.title: setAttribute() to true followed by IDL get
3433 PASS h1.title: setAttribute() to false followed by getAttribute()
3434 PASS h1.title: setAttribute() to false followed by IDL get
3435 PASS h1.title: setAttribute() to object "[object Object]" followed by getAttribu te()
3436 PASS h1.title: setAttribute() to object "[object Object]" followed by IDL get
3437 PASS h1.title: setAttribute() to NaN followed by getAttribute()
3438 PASS h1.title: setAttribute() to NaN followed by IDL get
3439 PASS h1.title: setAttribute() to Infinity followed by getAttribute()
3440 PASS h1.title: setAttribute() to Infinity followed by IDL get
3441 PASS h1.title: setAttribute() to -Infinity followed by getAttribute()
3442 PASS h1.title: setAttribute() to -Infinity followed by IDL get
3443 PASS h1.title: setAttribute() to "\0" followed by getAttribute()
3444 PASS h1.title: setAttribute() to "\0" followed by IDL get
3445 PASS h1.title: setAttribute() to null followed by getAttribute()
3446 PASS h1.title: setAttribute() to null followed by IDL get
3447 PASS h1.title: setAttribute() to object "test-toString" followed by getAttribute ()
3448 PASS h1.title: setAttribute() to object "test-toString" followed by IDL get
3449 PASS h1.title: setAttribute() to object "test-valueOf" followed by getAttribute( )
3450 PASS h1.title: setAttribute() to object "test-valueOf" followed by IDL get
3451 PASS h1.title: IDL set to "" should not throw
3452 PASS h1.title: IDL set to "" followed by getAttribute()
3453 PASS h1.title: IDL set to "" followed by IDL get
3454 PASS h1.title: IDL set 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 " should not throw
3455 PASS h1.title: IDL set 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 " followe d by getAttribute()
3456 PASS h1.title: IDL set 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 " followe d by IDL get
3457 PASS h1.title: IDL set to undefined should not throw
3458 PASS h1.title: IDL set to undefined followed by getAttribute()
3459 PASS h1.title: IDL set to undefined followed by IDL get
3460 PASS h1.title: IDL set to 7 should not throw
3461 PASS h1.title: IDL set to 7 followed by getAttribute()
3462 PASS h1.title: IDL set to 7 followed by IDL get
3463 PASS h1.title: IDL set to 1.5 should not throw
3464 PASS h1.title: IDL set to 1.5 followed by getAttribute()
3465 PASS h1.title: IDL set to 1.5 followed by IDL get
3466 PASS h1.title: IDL set to true should not throw
3467 PASS h1.title: IDL set to true followed by getAttribute()
3468 PASS h1.title: IDL set to true followed by IDL get
3469 PASS h1.title: IDL set to false should not throw
3470 PASS h1.title: IDL set to false followed by getAttribute()
3471 PASS h1.title: IDL set to false followed by IDL get
3472 PASS h1.title: IDL set to object "[object Object]" should not throw
3473 PASS h1.title: IDL set to object "[object Object]" followed by getAttribute()
3474 PASS h1.title: IDL set to object "[object Object]" followed by IDL get
3475 PASS h1.title: IDL set to NaN should not throw
3476 PASS h1.title: IDL set to NaN followed by getAttribute()
3477 PASS h1.title: IDL set to NaN followed by IDL get
3478 PASS h1.title: IDL set to Infinity should not throw
3479 PASS h1.title: IDL set to Infinity followed by getAttribute()
3480 PASS h1.title: IDL set to Infinity followed by IDL get
3481 PASS h1.title: IDL set to -Infinity should not throw
3482 PASS h1.title: IDL set to -Infinity followed by getAttribute()
3483 PASS h1.title: IDL set to -Infinity followed by IDL get
3484 PASS h1.title: IDL set to "\0" should not throw
3485 PASS h1.title: IDL set to "\0" followed by getAttribute()
3486 PASS h1.title: IDL set to "\0" followed by IDL get
3487 PASS h1.title: IDL set to null should not throw
3488 PASS h1.title: IDL set to null followed by getAttribute()
3489 PASS h1.title: IDL set to null followed by IDL get
3490 PASS h1.title: IDL set to object "test-toString" should not throw
3491 PASS h1.title: IDL set to object "test-toString" followed by getAttribute()
3492 PASS h1.title: IDL set to object "test-toString" followed by IDL get
3493 PASS h1.title: IDL set to object "test-valueOf" should not throw
3494 PASS h1.title: IDL set to object "test-valueOf" followed by getAttribute()
3495 PASS h1.title: IDL set to object "test-valueOf" followed by IDL get
3496 PASS h1.lang: typeof IDL attribute
3497 PASS h1.lang: IDL get with DOM attribute unset
3498 PASS h1.lang: setAttribute() to "" followed by getAttribute()
3499 PASS h1.lang: setAttribute() to "" followed by IDL get
3500 PASS h1.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
3501 PASS h1.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
3502 PASS h1.lang: setAttribute() to undefined followed by getAttribute()
3503 PASS h1.lang: setAttribute() to undefined followed by IDL get
3504 PASS h1.lang: setAttribute() to 7 followed by getAttribute()
3505 PASS h1.lang: setAttribute() to 7 followed by IDL get
3506 PASS h1.lang: setAttribute() to 1.5 followed by getAttribute()
3507 PASS h1.lang: setAttribute() to 1.5 followed by IDL get
3508 PASS h1.lang: setAttribute() to true followed by getAttribute()
3509 PASS h1.lang: setAttribute() to true followed by IDL get
3510 PASS h1.lang: setAttribute() to false followed by getAttribute()
3511 PASS h1.lang: setAttribute() to false followed by IDL get
3512 PASS h1.lang: setAttribute() to object "[object Object]" followed by getAttribut e()
3513 PASS h1.lang: setAttribute() to object "[object Object]" followed by IDL get
3514 PASS h1.lang: setAttribute() to NaN followed by getAttribute()
3515 PASS h1.lang: setAttribute() to NaN followed by IDL get
3516 PASS h1.lang: setAttribute() to Infinity followed by getAttribute()
3517 PASS h1.lang: setAttribute() to Infinity followed by IDL get
3518 PASS h1.lang: setAttribute() to -Infinity followed by getAttribute()
3519 PASS h1.lang: setAttribute() to -Infinity followed by IDL get
3520 PASS h1.lang: setAttribute() to "\0" followed by getAttribute()
3521 PASS h1.lang: setAttribute() to "\0" followed by IDL get
3522 PASS h1.lang: setAttribute() to null followed by getAttribute()
3523 PASS h1.lang: setAttribute() to null followed by IDL get
3524 PASS h1.lang: setAttribute() to object "test-toString" followed by getAttribute( )
3525 PASS h1.lang: setAttribute() to object "test-toString" followed by IDL get
3526 PASS h1.lang: setAttribute() to object "test-valueOf" followed by getAttribute()
3527 PASS h1.lang: setAttribute() to object "test-valueOf" followed by IDL get
3528 PASS h1.lang: IDL set to "" should not throw
3529 PASS h1.lang: IDL set to "" followed by getAttribute()
3530 PASS h1.lang: IDL set to "" followed by IDL get
3531 PASS h1.lang: IDL set 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 " should n ot throw
3532 PASS h1.lang: IDL set 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()
3533 PASS h1.lang: IDL set 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
3534 PASS h1.lang: IDL set to undefined should not throw
3535 PASS h1.lang: IDL set to undefined followed by getAttribute()
3536 PASS h1.lang: IDL set to undefined followed by IDL get
3537 PASS h1.lang: IDL set to 7 should not throw
3538 PASS h1.lang: IDL set to 7 followed by getAttribute()
3539 PASS h1.lang: IDL set to 7 followed by IDL get
3540 PASS h1.lang: IDL set to 1.5 should not throw
3541 PASS h1.lang: IDL set to 1.5 followed by getAttribute()
3542 PASS h1.lang: IDL set to 1.5 followed by IDL get
3543 PASS h1.lang: IDL set to true should not throw
3544 PASS h1.lang: IDL set to true followed by getAttribute()
3545 PASS h1.lang: IDL set to true followed by IDL get
3546 PASS h1.lang: IDL set to false should not throw
3547 PASS h1.lang: IDL set to false followed by getAttribute()
3548 PASS h1.lang: IDL set to false followed by IDL get
3549 PASS h1.lang: IDL set to object "[object Object]" should not throw
3550 PASS h1.lang: IDL set to object "[object Object]" followed by getAttribute()
3551 PASS h1.lang: IDL set to object "[object Object]" followed by IDL get
3552 PASS h1.lang: IDL set to NaN should not throw
3553 PASS h1.lang: IDL set to NaN followed by getAttribute()
3554 PASS h1.lang: IDL set to NaN followed by IDL get
3555 PASS h1.lang: IDL set to Infinity should not throw
3556 PASS h1.lang: IDL set to Infinity followed by getAttribute()
3557 PASS h1.lang: IDL set to Infinity followed by IDL get
3558 PASS h1.lang: IDL set to -Infinity should not throw
3559 PASS h1.lang: IDL set to -Infinity followed by getAttribute()
3560 PASS h1.lang: IDL set to -Infinity followed by IDL get
3561 PASS h1.lang: IDL set to "\0" should not throw
3562 PASS h1.lang: IDL set to "\0" followed by getAttribute()
3563 PASS h1.lang: IDL set to "\0" followed by IDL get
3564 PASS h1.lang: IDL set to null should not throw
3565 PASS h1.lang: IDL set to null followed by getAttribute()
3566 PASS h1.lang: IDL set to null followed by IDL get
3567 PASS h1.lang: IDL set to object "test-toString" should not throw
3568 PASS h1.lang: IDL set to object "test-toString" followed by getAttribute()
3569 PASS h1.lang: IDL set to object "test-toString" followed by IDL get
3570 PASS h1.lang: IDL set to object "test-valueOf" should not throw
3571 PASS h1.lang: IDL set to object "test-valueOf" followed by getAttribute()
3572 PASS h1.lang: IDL set to object "test-valueOf" followed by IDL get
3573 PASS h1.dir: typeof IDL attribute
3574 PASS h1.dir: IDL get with DOM attribute unset
3575 PASS h1.dir: setAttribute() to "" followed by getAttribute()
3576 PASS h1.dir: setAttribute() to "" followed by IDL get
3577 PASS h1.dir: 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 " fo llowed by getAttribute()
3578 PASS h1.dir: 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 " fo llowed by IDL get
3579 PASS h1.dir: setAttribute() to undefined followed by getAttribute()
3580 PASS h1.dir: setAttribute() to undefined followed by IDL get
3581 PASS h1.dir: setAttribute() to 7 followed by getAttribute()
3582 PASS h1.dir: setAttribute() to 7 followed by IDL get
3583 PASS h1.dir: setAttribute() to 1.5 followed by getAttribute()
3584 PASS h1.dir: setAttribute() to 1.5 followed by IDL get
3585 PASS h1.dir: setAttribute() to true followed by getAttribute()
3586 PASS h1.dir: setAttribute() to true followed by IDL get
3587 PASS h1.dir: setAttribute() to false followed by getAttribute()
3588 PASS h1.dir: setAttribute() to false followed by IDL get
3589 PASS h1.dir: setAttribute() to object "[object Object]" followed by getAttribute ()
3590 PASS h1.dir: setAttribute() to object "[object Object]" followed by IDL get
3591 PASS h1.dir: setAttribute() to NaN followed by getAttribute()
3592 PASS h1.dir: setAttribute() to NaN followed by IDL get
3593 PASS h1.dir: setAttribute() to Infinity followed by getAttribute()
3594 PASS h1.dir: setAttribute() to Infinity followed by IDL get
3595 PASS h1.dir: setAttribute() to -Infinity followed by getAttribute()
3596 PASS h1.dir: setAttribute() to -Infinity followed by IDL get
3597 PASS h1.dir: setAttribute() to "\0" followed by getAttribute()
3598 PASS h1.dir: setAttribute() to "\0" followed by IDL get
3599 PASS h1.dir: setAttribute() to null followed by getAttribute()
3600 PASS h1.dir: setAttribute() to null followed by IDL get
3601 PASS h1.dir: setAttribute() to object "test-toString" followed by getAttribute()
3602 PASS h1.dir: setAttribute() to object "test-toString" followed by IDL get
3603 PASS h1.dir: setAttribute() to object "test-valueOf" followed by getAttribute()
3604 PASS h1.dir: setAttribute() to object "test-valueOf" followed by IDL get
3605 PASS h1.dir: setAttribute() to "ltr" followed by getAttribute()
3606 PASS h1.dir: setAttribute() to "ltr" followed by IDL get
3607 PASS h1.dir: setAttribute() to "xltr" followed by getAttribute()
3608 PASS h1.dir: setAttribute() to "xltr" followed by IDL get
3609 PASS h1.dir: setAttribute() to "ltr\0" followed by getAttribute()
3610 PASS h1.dir: setAttribute() to "ltr\0" followed by IDL get
3611 PASS h1.dir: setAttribute() to "tr" followed by getAttribute()
3612 PASS h1.dir: setAttribute() to "tr" followed by IDL get
3613 PASS h1.dir: setAttribute() to "LTR" followed by getAttribute()
3614 PASS h1.dir: setAttribute() to "LTR" followed by IDL get
3615 PASS h1.dir: setAttribute() to "rtl" followed by getAttribute()
3616 PASS h1.dir: setAttribute() to "rtl" followed by IDL get
3617 PASS h1.dir: setAttribute() to "xrtl" followed by getAttribute()
3618 PASS h1.dir: setAttribute() to "xrtl" followed by IDL get
3619 PASS h1.dir: setAttribute() to "rtl\0" followed by getAttribute()
3620 PASS h1.dir: setAttribute() to "rtl\0" followed by IDL get
3621 PASS h1.dir: setAttribute() to "tl" followed by getAttribute()
3622 PASS h1.dir: setAttribute() to "tl" followed by IDL get
3623 PASS h1.dir: setAttribute() to "RTL" followed by getAttribute()
3624 PASS h1.dir: setAttribute() to "RTL" followed by IDL get
3625 PASS h1.dir: setAttribute() to "auto" followed by getAttribute()
3626 PASS h1.dir: setAttribute() to "auto" followed by IDL get
3627 PASS h1.dir: setAttribute() to "xauto" followed by getAttribute()
3628 PASS h1.dir: setAttribute() to "xauto" followed by IDL get
3629 PASS h1.dir: setAttribute() to "auto\0" followed by getAttribute()
3630 PASS h1.dir: setAttribute() to "auto\0" followed by IDL get
3631 PASS h1.dir: setAttribute() to "uto" followed by getAttribute()
3632 PASS h1.dir: setAttribute() to "uto" followed by IDL get
3633 PASS h1.dir: setAttribute() to "AUTO" followed by getAttribute()
3634 PASS h1.dir: setAttribute() to "AUTO" followed by IDL get
3635 PASS h1.dir: IDL set to "" should not throw
3636 PASS h1.dir: IDL set to "" followed by getAttribute()
3637 PASS h1.dir: IDL set to "" followed by IDL get
3638 PASS h1.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should no t throw
3639 PASS h1.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
3640 PASS h1.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
3641 PASS h1.dir: IDL set to undefined should not throw
3642 PASS h1.dir: IDL set to undefined followed by getAttribute()
3643 PASS h1.dir: IDL set to undefined followed by IDL get
3644 PASS h1.dir: IDL set to 7 should not throw
3645 PASS h1.dir: IDL set to 7 followed by getAttribute()
3646 PASS h1.dir: IDL set to 7 followed by IDL get
3647 PASS h1.dir: IDL set to 1.5 should not throw
3648 PASS h1.dir: IDL set to 1.5 followed by getAttribute()
3649 PASS h1.dir: IDL set to 1.5 followed by IDL get
3650 PASS h1.dir: IDL set to true should not throw
3651 PASS h1.dir: IDL set to true followed by getAttribute()
3652 PASS h1.dir: IDL set to true followed by IDL get
3653 PASS h1.dir: IDL set to false should not throw
3654 PASS h1.dir: IDL set to false followed by getAttribute()
3655 PASS h1.dir: IDL set to false followed by IDL get
3656 PASS h1.dir: IDL set to object "[object Object]" should not throw
3657 PASS h1.dir: IDL set to object "[object Object]" followed by getAttribute()
3658 PASS h1.dir: IDL set to object "[object Object]" followed by IDL get
3659 PASS h1.dir: IDL set to NaN should not throw
3660 PASS h1.dir: IDL set to NaN followed by getAttribute()
3661 PASS h1.dir: IDL set to NaN followed by IDL get
3662 PASS h1.dir: IDL set to Infinity should not throw
3663 PASS h1.dir: IDL set to Infinity followed by getAttribute()
3664 PASS h1.dir: IDL set to Infinity followed by IDL get
3665 PASS h1.dir: IDL set to -Infinity should not throw
3666 PASS h1.dir: IDL set to -Infinity followed by getAttribute()
3667 PASS h1.dir: IDL set to -Infinity followed by IDL get
3668 PASS h1.dir: IDL set to "\0" should not throw
3669 PASS h1.dir: IDL set to "\0" followed by getAttribute()
3670 PASS h1.dir: IDL set to "\0" followed by IDL get
3671 PASS h1.dir: IDL set to null should not throw
3672 PASS h1.dir: IDL set to null followed by IDL get
3673 PASS h1.dir: IDL set to object "test-toString" should not throw
3674 PASS h1.dir: IDL set to object "test-toString" followed by getAttribute()
3675 PASS h1.dir: IDL set to object "test-toString" followed by IDL get
3676 PASS h1.dir: IDL set to object "test-valueOf" should not throw
3677 PASS h1.dir: IDL set to object "test-valueOf" followed by getAttribute()
3678 PASS h1.dir: IDL set to object "test-valueOf" followed by IDL get
3679 PASS h1.dir: IDL set to "ltr" should not throw
3680 PASS h1.dir: IDL set to "ltr" followed by getAttribute()
3681 PASS h1.dir: IDL set to "ltr" followed by IDL get
3682 PASS h1.dir: IDL set to "xltr" should not throw
3683 PASS h1.dir: IDL set to "xltr" followed by getAttribute()
3684 PASS h1.dir: IDL set to "xltr" followed by IDL get
3685 PASS h1.dir: IDL set to "ltr\0" should not throw
3686 PASS h1.dir: IDL set to "ltr\0" followed by getAttribute()
3687 PASS h1.dir: IDL set to "ltr\0" followed by IDL get
3688 PASS h1.dir: IDL set to "tr" should not throw
3689 PASS h1.dir: IDL set to "tr" followed by getAttribute()
3690 PASS h1.dir: IDL set to "tr" followed by IDL get
3691 PASS h1.dir: IDL set to "LTR" should not throw
3692 PASS h1.dir: IDL set to "LTR" followed by getAttribute()
3693 PASS h1.dir: IDL set to "LTR" followed by IDL get
3694 PASS h1.dir: IDL set to "rtl" should not throw
3695 PASS h1.dir: IDL set to "rtl" followed by getAttribute()
3696 PASS h1.dir: IDL set to "rtl" followed by IDL get
3697 PASS h1.dir: IDL set to "xrtl" should not throw
3698 PASS h1.dir: IDL set to "xrtl" followed by getAttribute()
3699 PASS h1.dir: IDL set to "xrtl" followed by IDL get
3700 PASS h1.dir: IDL set to "rtl\0" should not throw
3701 PASS h1.dir: IDL set to "rtl\0" followed by getAttribute()
3702 PASS h1.dir: IDL set to "rtl\0" followed by IDL get
3703 PASS h1.dir: IDL set to "tl" should not throw
3704 PASS h1.dir: IDL set to "tl" followed by getAttribute()
3705 PASS h1.dir: IDL set to "tl" followed by IDL get
3706 PASS h1.dir: IDL set to "RTL" should not throw
3707 PASS h1.dir: IDL set to "RTL" followed by getAttribute()
3708 PASS h1.dir: IDL set to "RTL" followed by IDL get
3709 PASS h1.dir: IDL set to "auto" should not throw
3710 PASS h1.dir: IDL set to "auto" followed by getAttribute()
3711 PASS h1.dir: IDL set to "auto" followed by IDL get
3712 PASS h1.dir: IDL set to "xauto" should not throw
3713 PASS h1.dir: IDL set to "xauto" followed by getAttribute()
3714 PASS h1.dir: IDL set to "xauto" followed by IDL get
3715 PASS h1.dir: IDL set to "auto\0" should not throw
3716 PASS h1.dir: IDL set to "auto\0" followed by getAttribute()
3717 PASS h1.dir: IDL set to "auto\0" followed by IDL get
3718 PASS h1.dir: IDL set to "uto" should not throw
3719 PASS h1.dir: IDL set to "uto" followed by getAttribute()
3720 PASS h1.dir: IDL set to "uto" followed by IDL get
3721 PASS h1.dir: IDL set to "AUTO" should not throw
3722 PASS h1.dir: IDL set to "AUTO" followed by getAttribute()
3723 PASS h1.dir: IDL set to "AUTO" followed by IDL get
3724 PASS h1.className (<h1 class>): typeof IDL attribute
3725 PASS h1.className (<h1 class>): IDL get with DOM attribute unset
3726 PASS h1.className (<h1 class>): setAttribute() to "" followed by getAttribute()
3727 PASS h1.className (<h1 class>): setAttribute() to "" followed by IDL get
3728 PASS h1.className (<h1 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by getAttribute()
3729 PASS h1.className (<h1 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by IDL get
3730 PASS h1.className (<h1 class>): setAttribute() to undefined followed by getAttri bute()
3731 PASS h1.className (<h1 class>): setAttribute() to undefined followed by IDL get
3732 PASS h1.className (<h1 class>): setAttribute() to 7 followed by getAttribute()
3733 PASS h1.className (<h1 class>): setAttribute() to 7 followed by IDL get
3734 PASS h1.className (<h1 class>): setAttribute() to 1.5 followed by getAttribute()
3735 PASS h1.className (<h1 class>): setAttribute() to 1.5 followed by IDL get
3736 PASS h1.className (<h1 class>): setAttribute() to true followed by getAttribute( )
3737 PASS h1.className (<h1 class>): setAttribute() to true followed by IDL get
3738 PASS h1.className (<h1 class>): setAttribute() to false followed by getAttribute ()
3739 PASS h1.className (<h1 class>): setAttribute() to false followed by IDL get
3740 PASS h1.className (<h1 class>): setAttribute() to object "[object Object]" follo wed by getAttribute()
3741 PASS h1.className (<h1 class>): setAttribute() to object "[object Object]" follo wed by IDL get
3742 PASS h1.className (<h1 class>): setAttribute() to NaN followed by getAttribute()
3743 PASS h1.className (<h1 class>): setAttribute() to NaN followed by IDL get
3744 PASS h1.className (<h1 class>): setAttribute() to Infinity followed by getAttrib ute()
3745 PASS h1.className (<h1 class>): setAttribute() to Infinity followed by IDL get
3746 PASS h1.className (<h1 class>): setAttribute() to -Infinity followed by getAttri bute()
3747 PASS h1.className (<h1 class>): setAttribute() to -Infinity followed by IDL get
3748 PASS h1.className (<h1 class>): setAttribute() to "\0" followed by getAttribute( )
3749 PASS h1.className (<h1 class>): setAttribute() to "\0" followed by IDL get
3750 PASS h1.className (<h1 class>): setAttribute() to null followed by getAttribute( )
3751 PASS h1.className (<h1 class>): setAttribute() to null followed by IDL get
3752 PASS h1.className (<h1 class>): setAttribute() to object "test-toString" followe d by getAttribute()
3753 PASS h1.className (<h1 class>): setAttribute() to object "test-toString" followe d by IDL get
3754 PASS h1.className (<h1 class>): setAttribute() to object "test-valueOf" followed by getAttribute()
3755 PASS h1.className (<h1 class>): setAttribute() to object "test-valueOf" followed by IDL get
3756 PASS h1.className (<h1 class>): IDL set to "" should not throw
3757 PASS h1.className (<h1 class>): IDL set to "" followed by getAttribute()
3758 PASS h1.className (<h1 class>): IDL set to "" followed by IDL get
3759 PASS h1.className (<h1 class>): IDL set 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\x 1f foo " should not throw
3760 PASS h1.className (<h1 class>): IDL set 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\x 1f foo " followed by getAttribute()
3761 PASS h1.className (<h1 class>): IDL set 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\x 1f foo " followed by IDL get
3762 PASS h1.className (<h1 class>): IDL set to undefined should not throw
3763 PASS h1.className (<h1 class>): IDL set to undefined followed by getAttribute()
3764 PASS h1.className (<h1 class>): IDL set to undefined followed by IDL get
3765 PASS h1.className (<h1 class>): IDL set to 7 should not throw
3766 PASS h1.className (<h1 class>): IDL set to 7 followed by getAttribute()
3767 PASS h1.className (<h1 class>): IDL set to 7 followed by IDL get
3768 PASS h1.className (<h1 class>): IDL set to 1.5 should not throw
3769 PASS h1.className (<h1 class>): IDL set to 1.5 followed by getAttribute()
3770 PASS h1.className (<h1 class>): IDL set to 1.5 followed by IDL get
3771 PASS h1.className (<h1 class>): IDL set to true should not throw
3772 PASS h1.className (<h1 class>): IDL set to true followed by getAttribute()
3773 PASS h1.className (<h1 class>): IDL set to true followed by IDL get
3774 PASS h1.className (<h1 class>): IDL set to false should not throw
3775 PASS h1.className (<h1 class>): IDL set to false followed by getAttribute()
3776 PASS h1.className (<h1 class>): IDL set to false followed by IDL get
3777 PASS h1.className (<h1 class>): IDL set to object "[object Object]" should not t hrow
3778 PASS h1.className (<h1 class>): IDL set to object "[object Object]" followed by getAttribute()
3779 PASS h1.className (<h1 class>): IDL set to object "[object Object]" followed by IDL get
3780 PASS h1.className (<h1 class>): IDL set to NaN should not throw
3781 PASS h1.className (<h1 class>): IDL set to NaN followed by getAttribute()
3782 PASS h1.className (<h1 class>): IDL set to NaN followed by IDL get
3783 PASS h1.className (<h1 class>): IDL set to Infinity should not throw
3784 PASS h1.className (<h1 class>): IDL set to Infinity followed by getAttribute()
3785 PASS h1.className (<h1 class>): IDL set to Infinity followed by IDL get
3786 PASS h1.className (<h1 class>): IDL set to -Infinity should not throw
3787 PASS h1.className (<h1 class>): IDL set to -Infinity followed by getAttribute()
3788 PASS h1.className (<h1 class>): IDL set to -Infinity followed by IDL get
3789 PASS h1.className (<h1 class>): IDL set to "\0" should not throw
3790 PASS h1.className (<h1 class>): IDL set to "\0" followed by getAttribute()
3791 PASS h1.className (<h1 class>): IDL set to "\0" followed by IDL get
3792 PASS h1.className (<h1 class>): IDL set to null should not throw
3793 PASS h1.className (<h1 class>): IDL set to null followed by getAttribute()
3794 PASS h1.className (<h1 class>): IDL set to null followed by IDL get
3795 PASS h1.className (<h1 class>): IDL set to object "test-toString" should not thr ow
3796 PASS h1.className (<h1 class>): IDL set to object "test-toString" followed by ge tAttribute()
3797 PASS h1.className (<h1 class>): IDL set to object "test-toString" followed by ID L get
3798 PASS h1.className (<h1 class>): IDL set to object "test-valueOf" should not thro w
3799 PASS h1.className (<h1 class>): IDL set to object "test-valueOf" followed by get Attribute()
3800 PASS h1.className (<h1 class>): IDL set to object "test-valueOf" followed by IDL get
3801 PASS h1.hidden: typeof IDL attribute
3802 PASS h1.hidden: IDL get with DOM attribute unset
3803 PASS h1.hidden: setAttribute() to "" followed by getAttribute()
3804 PASS h1.hidden: setAttribute() to "" followed by IDL get
3805 PASS h1.hidden: setAttribute() to " foo " followed by getAttribute()
3806 PASS h1.hidden: setAttribute() to " foo " followed by IDL get
3807 PASS h1.hidden: setAttribute() to undefined followed by getAttribute()
3808 PASS h1.hidden: setAttribute() to undefined followed by IDL get
3809 PASS h1.hidden: setAttribute() to null followed by getAttribute()
3810 PASS h1.hidden: setAttribute() to null followed by IDL get
3811 PASS h1.hidden: setAttribute() to 7 followed by getAttribute()
3812 PASS h1.hidden: setAttribute() to 7 followed by IDL get
3813 PASS h1.hidden: setAttribute() to 1.5 followed by getAttribute()
3814 PASS h1.hidden: setAttribute() to 1.5 followed by IDL get
3815 PASS h1.hidden: setAttribute() to true followed by getAttribute()
3816 PASS h1.hidden: setAttribute() to true followed by IDL get
3817 PASS h1.hidden: setAttribute() to false followed by getAttribute()
3818 PASS h1.hidden: setAttribute() to false followed by IDL get
3819 PASS h1.hidden: setAttribute() to object "[object Object]" followed by getAttrib ute()
3820 PASS h1.hidden: setAttribute() to object "[object Object]" followed by IDL get
3821 PASS h1.hidden: setAttribute() to NaN followed by getAttribute()
3822 PASS h1.hidden: setAttribute() to NaN followed by IDL get
3823 PASS h1.hidden: setAttribute() to Infinity followed by getAttribute()
3824 PASS h1.hidden: setAttribute() to Infinity followed by IDL get
3825 PASS h1.hidden: setAttribute() to -Infinity followed by getAttribute()
3826 PASS h1.hidden: setAttribute() to -Infinity followed by IDL get
3827 PASS h1.hidden: setAttribute() to "\0" followed by getAttribute()
3828 PASS h1.hidden: setAttribute() to "\0" followed by IDL get
3829 PASS h1.hidden: setAttribute() to object "test-toString" followed by getAttribut e()
3830 PASS h1.hidden: setAttribute() to object "test-toString" followed by IDL get
3831 PASS h1.hidden: setAttribute() to object "test-valueOf" followed by getAttribute ()
3832 PASS h1.hidden: setAttribute() to object "test-valueOf" followed by IDL get
3833 PASS h1.hidden: setAttribute() to "hidden" followed by getAttribute()
3834 PASS h1.hidden: setAttribute() to "hidden" followed by IDL get
3835 PASS h1.hidden: IDL set to "" should not throw
3836 PASS h1.hidden: IDL set to "" followed by hasAttribute()
3837 PASS h1.hidden: IDL set to "" followed by IDL get
3838 PASS h1.hidden: IDL set to " foo " should not throw
3839 PASS h1.hidden: IDL set to " foo " followed by hasAttribute()
3840 PASS h1.hidden: IDL set to " foo " followed by IDL get
3841 PASS h1.hidden: IDL set to undefined should not throw
3842 PASS h1.hidden: IDL set to undefined followed by hasAttribute()
3843 PASS h1.hidden: IDL set to undefined followed by IDL get
3844 PASS h1.hidden: IDL set to null should not throw
3845 PASS h1.hidden: IDL set to null followed by hasAttribute()
3846 PASS h1.hidden: IDL set to null followed by IDL get
3847 PASS h1.hidden: IDL set to 7 should not throw
3848 PASS h1.hidden: IDL set to 7 followed by hasAttribute()
3849 PASS h1.hidden: IDL set to 7 followed by IDL get
3850 PASS h1.hidden: IDL set to 1.5 should not throw
3851 PASS h1.hidden: IDL set to 1.5 followed by hasAttribute()
3852 PASS h1.hidden: IDL set to 1.5 followed by IDL get
3853 PASS h1.hidden: IDL set to true should not throw
3854 PASS h1.hidden: IDL set to true followed by hasAttribute()
3855 PASS h1.hidden: IDL set to true followed by IDL get
3856 PASS h1.hidden: IDL set to false should not throw
3857 PASS h1.hidden: IDL set to false followed by hasAttribute()
3858 PASS h1.hidden: IDL set to false followed by IDL get
3859 PASS h1.hidden: IDL set to object "[object Object]" should not throw
3860 PASS h1.hidden: IDL set to object "[object Object]" followed by hasAttribute()
3861 PASS h1.hidden: IDL set to object "[object Object]" followed by IDL get
3862 PASS h1.hidden: IDL set to NaN should not throw
3863 PASS h1.hidden: IDL set to NaN followed by hasAttribute()
3864 PASS h1.hidden: IDL set to NaN followed by IDL get
3865 PASS h1.hidden: IDL set to Infinity should not throw
3866 PASS h1.hidden: IDL set to Infinity followed by hasAttribute()
3867 PASS h1.hidden: IDL set to Infinity followed by IDL get
3868 PASS h1.hidden: IDL set to -Infinity should not throw
3869 PASS h1.hidden: IDL set to -Infinity followed by hasAttribute()
3870 PASS h1.hidden: IDL set to -Infinity followed by IDL get
3871 PASS h1.hidden: IDL set to "\0" should not throw
3872 PASS h1.hidden: IDL set to "\0" followed by hasAttribute()
3873 PASS h1.hidden: IDL set to "\0" followed by IDL get
3874 PASS h1.hidden: IDL set to object "test-toString" should not throw
3875 PASS h1.hidden: IDL set to object "test-toString" followed by hasAttribute()
3876 PASS h1.hidden: IDL set to object "test-toString" followed by IDL get
3877 PASS h1.hidden: IDL set to object "test-valueOf" should not throw
3878 PASS h1.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
3879 PASS h1.hidden: IDL set to object "test-valueOf" followed by IDL get
3880 PASS h1.accessKey: typeof IDL attribute
3881 PASS h1.accessKey: IDL get with DOM attribute unset
3882 PASS h1.accessKey: setAttribute() to "" followed by getAttribute()
3883 PASS h1.accessKey: setAttribute() to "" followed by IDL get
3884 PASS h1.accessKey: 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 fo o " followed by getAttribute()
3885 PASS h1.accessKey: 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 fo o " followed by IDL get
3886 PASS h1.accessKey: setAttribute() to undefined followed by getAttribute()
3887 PASS h1.accessKey: setAttribute() to undefined followed by IDL get
3888 PASS h1.accessKey: setAttribute() to 7 followed by getAttribute()
3889 PASS h1.accessKey: setAttribute() to 7 followed by IDL get
3890 PASS h1.accessKey: setAttribute() to 1.5 followed by getAttribute()
3891 PASS h1.accessKey: setAttribute() to 1.5 followed by IDL get
3892 PASS h1.accessKey: setAttribute() to true followed by getAttribute()
3893 PASS h1.accessKey: setAttribute() to true followed by IDL get
3894 PASS h1.accessKey: setAttribute() to false followed by getAttribute()
3895 PASS h1.accessKey: setAttribute() to false followed by IDL get
3896 PASS h1.accessKey: setAttribute() to object "[object Object]" followed by getAtt ribute()
3897 PASS h1.accessKey: setAttribute() to object "[object Object]" followed by IDL ge t
3898 PASS h1.accessKey: setAttribute() to NaN followed by getAttribute()
3899 PASS h1.accessKey: setAttribute() to NaN followed by IDL get
3900 PASS h1.accessKey: setAttribute() to Infinity followed by getAttribute()
3901 PASS h1.accessKey: setAttribute() to Infinity followed by IDL get
3902 PASS h1.accessKey: setAttribute() to -Infinity followed by getAttribute()
3903 PASS h1.accessKey: setAttribute() to -Infinity followed by IDL get
3904 PASS h1.accessKey: setAttribute() to "\0" followed by getAttribute()
3905 PASS h1.accessKey: setAttribute() to "\0" followed by IDL get
3906 PASS h1.accessKey: setAttribute() to null followed by getAttribute()
3907 PASS h1.accessKey: setAttribute() to null followed by IDL get
3908 PASS h1.accessKey: setAttribute() to object "test-toString" followed by getAttri bute()
3909 PASS h1.accessKey: setAttribute() to object "test-toString" followed by IDL get
3910 PASS h1.accessKey: setAttribute() to object "test-valueOf" followed by getAttrib ute()
3911 PASS h1.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
3912 PASS h1.accessKey: IDL set to "" should not throw
3913 PASS h1.accessKey: IDL set to "" followed by getAttribute()
3914 PASS h1.accessKey: IDL set to "" followed by IDL get
3915 PASS h1.accessKey: IDL set 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 " sho uld not throw
3916 PASS h1.accessKey: IDL set 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 " fol lowed by getAttribute()
3917 PASS h1.accessKey: IDL set 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 " fol lowed by IDL get
3918 PASS h1.accessKey: IDL set to undefined should not throw
3919 PASS h1.accessKey: IDL set to undefined followed by getAttribute()
3920 PASS h1.accessKey: IDL set to undefined followed by IDL get
3921 PASS h1.accessKey: IDL set to 7 should not throw
3922 PASS h1.accessKey: IDL set to 7 followed by getAttribute()
3923 PASS h1.accessKey: IDL set to 7 followed by IDL get
3924 PASS h1.accessKey: IDL set to 1.5 should not throw
3925 PASS h1.accessKey: IDL set to 1.5 followed by getAttribute()
3926 PASS h1.accessKey: IDL set to 1.5 followed by IDL get
3927 PASS h1.accessKey: IDL set to true should not throw
3928 PASS h1.accessKey: IDL set to true followed by getAttribute()
3929 PASS h1.accessKey: IDL set to true followed by IDL get
3930 PASS h1.accessKey: IDL set to false should not throw
3931 PASS h1.accessKey: IDL set to false followed by getAttribute()
3932 PASS h1.accessKey: IDL set to false followed by IDL get
3933 PASS h1.accessKey: IDL set to object "[object Object]" should not throw
3934 PASS h1.accessKey: IDL set to object "[object Object]" followed by getAttribute( )
3935 PASS h1.accessKey: IDL set to object "[object Object]" followed by IDL get
3936 PASS h1.accessKey: IDL set to NaN should not throw
3937 PASS h1.accessKey: IDL set to NaN followed by getAttribute()
3938 PASS h1.accessKey: IDL set to NaN followed by IDL get
3939 PASS h1.accessKey: IDL set to Infinity should not throw
3940 PASS h1.accessKey: IDL set to Infinity followed by getAttribute()
3941 PASS h1.accessKey: IDL set to Infinity followed by IDL get
3942 PASS h1.accessKey: IDL set to -Infinity should not throw
3943 PASS h1.accessKey: IDL set to -Infinity followed by getAttribute()
3944 PASS h1.accessKey: IDL set to -Infinity followed by IDL get
3945 PASS h1.accessKey: IDL set to "\0" should not throw
3946 PASS h1.accessKey: IDL set to "\0" followed by getAttribute()
3947 PASS h1.accessKey: IDL set to "\0" followed by IDL get
3948 PASS h1.accessKey: IDL set to null should not throw
3949 PASS h1.accessKey: IDL set to null followed by getAttribute()
3950 PASS h1.accessKey: IDL set to null followed by IDL get
3951 PASS h1.accessKey: IDL set to object "test-toString" should not throw
3952 PASS h1.accessKey: IDL set to object "test-toString" followed by getAttribute()
3953 PASS h1.accessKey: IDL set to object "test-toString" followed by IDL get
3954 PASS h1.accessKey: IDL set to object "test-valueOf" should not throw
3955 PASS h1.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
3956 PASS h1.accessKey: IDL set to object "test-valueOf" followed by IDL get
3957 PASS h1.tabIndex: typeof IDL attribute
3958 PASS h1.tabIndex: setAttribute() to -36 followed by getAttribute()
3959 PASS h1.tabIndex: setAttribute() to -36 followed by IDL get
3960 PASS h1.tabIndex: setAttribute() to -1 followed by getAttribute()
3961 PASS h1.tabIndex: setAttribute() to -1 followed by IDL get
3962 PASS h1.tabIndex: setAttribute() to 0 followed by getAttribute()
3963 PASS h1.tabIndex: setAttribute() to 0 followed by IDL get
3964 PASS h1.tabIndex: setAttribute() to 1 followed by getAttribute()
3965 PASS h1.tabIndex: setAttribute() to 1 followed by IDL get
3966 PASS h1.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
3967 FAIL h1.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
3968 PASS h1.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
3969 FAIL h1.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
3970 PASS h1.tabIndex: setAttribute() to "-1" followed by getAttribute()
3971 PASS h1.tabIndex: setAttribute() to "-1" followed by IDL get
3972 PASS h1.tabIndex: setAttribute() to "-0" followed by getAttribute()
3973 PASS h1.tabIndex: setAttribute() to "-0" followed by IDL get
3974 PASS h1.tabIndex: setAttribute() to "0" followed by getAttribute()
3975 PASS h1.tabIndex: setAttribute() to "0" followed by IDL get
3976 PASS h1.tabIndex: setAttribute() to "1" followed by getAttribute()
3977 PASS h1.tabIndex: setAttribute() to "1" followed by IDL get
3978 PASS h1.tabIndex: setAttribute() to "\t7" followed by getAttribute()
3979 PASS h1.tabIndex: setAttribute() to "\t7" followed by IDL get
3980 PASS h1.tabIndex: setAttribute() to "\f7" followed by getAttribute()
3981 PASS h1.tabIndex: setAttribute() to "\f7" followed by IDL get
3982 PASS h1.tabIndex: setAttribute() to " 7" followed by getAttribute()
3983 PASS h1.tabIndex: setAttribute() to " 7" followed by IDL get
3984 PASS h1.tabIndex: setAttribute() to "\n7" followed by getAttribute()
3985 PASS h1.tabIndex: setAttribute() to "\n7" followed by IDL get
3986 PASS h1.tabIndex: setAttribute() to "\r7" followed by getAttribute()
3987 PASS h1.tabIndex: setAttribute() to "\r7" followed by IDL get
3988 PASS h1.tabIndex: setAttribute() to 1.5 followed by getAttribute()
3989 PASS h1.tabIndex: setAttribute() to 1.5 followed by IDL get
3990 PASS h1.tabIndex: setAttribute() to object "2" followed by getAttribute()
3991 PASS h1.tabIndex: setAttribute() to object "2" followed by IDL get
3992 PASS h1.tabIndex: IDL set to -36 should not throw
3993 PASS h1.tabIndex: IDL set to -36 followed by getAttribute()
3994 PASS h1.tabIndex: IDL set to -36 followed by IDL get
3995 PASS h1.tabIndex: IDL set to -1 should not throw
3996 PASS h1.tabIndex: IDL set to -1 followed by getAttribute()
3997 PASS h1.tabIndex: IDL set to -1 followed by IDL get
3998 PASS h1.tabIndex: IDL set to 0 should not throw
3999 PASS h1.tabIndex: IDL set to 0 followed by getAttribute()
4000 PASS h1.tabIndex: IDL set to 0 followed by IDL get
4001 PASS h1.tabIndex: IDL set to 1 should not throw
4002 PASS h1.tabIndex: IDL set to 1 followed by getAttribute()
4003 PASS h1.tabIndex: IDL set to 1 followed by IDL get
4004 PASS h1.tabIndex: IDL set to 2147483647 should not throw
4005 PASS h1.tabIndex: IDL set to 2147483647 followed by getAttribute()
4006 FAIL h1.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
4007 PASS h1.tabIndex: IDL set to -2147483648 should not throw
4008 PASS h1.tabIndex: IDL set to -2147483648 followed by getAttribute()
4009 FAIL h1.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
4010 PASS h1.align: typeof IDL attribute
4011 PASS h1.align: IDL get with DOM attribute unset
4012 PASS h1.align: setAttribute() to "" followed by getAttribute()
4013 PASS h1.align: setAttribute() to "" followed by IDL get
4014 PASS h1.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
4015 PASS h1.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
4016 PASS h1.align: setAttribute() to undefined followed by getAttribute()
4017 PASS h1.align: setAttribute() to undefined followed by IDL get
4018 PASS h1.align: setAttribute() to 7 followed by getAttribute()
4019 PASS h1.align: setAttribute() to 7 followed by IDL get
4020 PASS h1.align: setAttribute() to 1.5 followed by getAttribute()
4021 PASS h1.align: setAttribute() to 1.5 followed by IDL get
4022 PASS h1.align: setAttribute() to true followed by getAttribute()
4023 PASS h1.align: setAttribute() to true followed by IDL get
4024 PASS h1.align: setAttribute() to false followed by getAttribute()
4025 PASS h1.align: setAttribute() to false followed by IDL get
4026 PASS h1.align: setAttribute() to object "[object Object]" followed by getAttribu te()
4027 PASS h1.align: setAttribute() to object "[object Object]" followed by IDL get
4028 PASS h1.align: setAttribute() to NaN followed by getAttribute()
4029 PASS h1.align: setAttribute() to NaN followed by IDL get
4030 PASS h1.align: setAttribute() to Infinity followed by getAttribute()
4031 PASS h1.align: setAttribute() to Infinity followed by IDL get
4032 PASS h1.align: setAttribute() to -Infinity followed by getAttribute()
4033 PASS h1.align: setAttribute() to -Infinity followed by IDL get
4034 PASS h1.align: setAttribute() to "\0" followed by getAttribute()
4035 PASS h1.align: setAttribute() to "\0" followed by IDL get
4036 PASS h1.align: setAttribute() to null followed by getAttribute()
4037 PASS h1.align: setAttribute() to null followed by IDL get
4038 PASS h1.align: setAttribute() to object "test-toString" followed by getAttribute ()
4039 PASS h1.align: setAttribute() to object "test-toString" followed by IDL get
4040 PASS h1.align: setAttribute() to object "test-valueOf" followed by getAttribute( )
4041 PASS h1.align: setAttribute() to object "test-valueOf" followed by IDL get
4042 PASS h1.align: IDL set to "" should not throw
4043 PASS h1.align: IDL set to "" followed by getAttribute()
4044 PASS h1.align: IDL set to "" followed by IDL get
4045 PASS h1.align: IDL set 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 " should not throw
4046 PASS h1.align: IDL set 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 " followe d by getAttribute()
4047 PASS h1.align: IDL set 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 " followe d by IDL get
4048 PASS h1.align: IDL set to undefined should not throw
4049 PASS h1.align: IDL set to undefined followed by getAttribute()
4050 PASS h1.align: IDL set to undefined followed by IDL get
4051 PASS h1.align: IDL set to 7 should not throw
4052 PASS h1.align: IDL set to 7 followed by getAttribute()
4053 PASS h1.align: IDL set to 7 followed by IDL get
4054 PASS h1.align: IDL set to 1.5 should not throw
4055 PASS h1.align: IDL set to 1.5 followed by getAttribute()
4056 PASS h1.align: IDL set to 1.5 followed by IDL get
4057 PASS h1.align: IDL set to true should not throw
4058 PASS h1.align: IDL set to true followed by getAttribute()
4059 PASS h1.align: IDL set to true followed by IDL get
4060 PASS h1.align: IDL set to false should not throw
4061 PASS h1.align: IDL set to false followed by getAttribute()
4062 PASS h1.align: IDL set to false followed by IDL get
4063 PASS h1.align: IDL set to object "[object Object]" should not throw
4064 PASS h1.align: IDL set to object "[object Object]" followed by getAttribute()
4065 PASS h1.align: IDL set to object "[object Object]" followed by IDL get
4066 PASS h1.align: IDL set to NaN should not throw
4067 PASS h1.align: IDL set to NaN followed by getAttribute()
4068 PASS h1.align: IDL set to NaN followed by IDL get
4069 PASS h1.align: IDL set to Infinity should not throw
4070 PASS h1.align: IDL set to Infinity followed by getAttribute()
4071 PASS h1.align: IDL set to Infinity followed by IDL get
4072 PASS h1.align: IDL set to -Infinity should not throw
4073 PASS h1.align: IDL set to -Infinity followed by getAttribute()
4074 PASS h1.align: IDL set to -Infinity followed by IDL get
4075 PASS h1.align: IDL set to "\0" should not throw
4076 PASS h1.align: IDL set to "\0" followed by getAttribute()
4077 PASS h1.align: IDL set to "\0" followed by IDL get
4078 PASS h1.align: IDL set to null should not throw
4079 PASS h1.align: IDL set to null followed by getAttribute()
4080 PASS h1.align: IDL set to null followed by IDL get
4081 PASS h1.align: IDL set to object "test-toString" should not throw
4082 PASS h1.align: IDL set to object "test-toString" followed by getAttribute()
4083 PASS h1.align: IDL set to object "test-toString" followed by IDL get
4084 PASS h1.align: IDL set to object "test-valueOf" should not throw
4085 PASS h1.align: IDL set to object "test-valueOf" followed by getAttribute()
4086 PASS h1.align: IDL set to object "test-valueOf" followed by IDL get
4087 PASS h2.title: typeof IDL attribute
4088 PASS h2.title: IDL get with DOM attribute unset
4089 PASS h2.title: setAttribute() to "" followed by getAttribute()
4090 PASS h2.title: setAttribute() to "" followed by IDL get
4091 PASS h2.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
4092 PASS h2.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
4093 PASS h2.title: setAttribute() to undefined followed by getAttribute()
4094 PASS h2.title: setAttribute() to undefined followed by IDL get
4095 PASS h2.title: setAttribute() to 7 followed by getAttribute()
4096 PASS h2.title: setAttribute() to 7 followed by IDL get
4097 PASS h2.title: setAttribute() to 1.5 followed by getAttribute()
4098 PASS h2.title: setAttribute() to 1.5 followed by IDL get
4099 PASS h2.title: setAttribute() to true followed by getAttribute()
4100 PASS h2.title: setAttribute() to true followed by IDL get
4101 PASS h2.title: setAttribute() to false followed by getAttribute()
4102 PASS h2.title: setAttribute() to false followed by IDL get
4103 PASS h2.title: setAttribute() to object "[object Object]" followed by getAttribu te()
4104 PASS h2.title: setAttribute() to object "[object Object]" followed by IDL get
4105 PASS h2.title: setAttribute() to NaN followed by getAttribute()
4106 PASS h2.title: setAttribute() to NaN followed by IDL get
4107 PASS h2.title: setAttribute() to Infinity followed by getAttribute()
4108 PASS h2.title: setAttribute() to Infinity followed by IDL get
4109 PASS h2.title: setAttribute() to -Infinity followed by getAttribute()
4110 PASS h2.title: setAttribute() to -Infinity followed by IDL get
4111 PASS h2.title: setAttribute() to "\0" followed by getAttribute()
4112 PASS h2.title: setAttribute() to "\0" followed by IDL get
4113 PASS h2.title: setAttribute() to null followed by getAttribute()
4114 PASS h2.title: setAttribute() to null followed by IDL get
4115 PASS h2.title: setAttribute() to object "test-toString" followed by getAttribute ()
4116 PASS h2.title: setAttribute() to object "test-toString" followed by IDL get
4117 PASS h2.title: setAttribute() to object "test-valueOf" followed by getAttribute( )
4118 PASS h2.title: setAttribute() to object "test-valueOf" followed by IDL get
4119 PASS h2.title: IDL set to "" should not throw
4120 PASS h2.title: IDL set to "" followed by getAttribute()
4121 PASS h2.title: IDL set to "" followed by IDL get
4122 PASS h2.title: IDL set 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 " should not throw
4123 PASS h2.title: IDL set 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 " followe d by getAttribute()
4124 PASS h2.title: IDL set 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 " followe d by IDL get
4125 PASS h2.title: IDL set to undefined should not throw
4126 PASS h2.title: IDL set to undefined followed by getAttribute()
4127 PASS h2.title: IDL set to undefined followed by IDL get
4128 PASS h2.title: IDL set to 7 should not throw
4129 PASS h2.title: IDL set to 7 followed by getAttribute()
4130 PASS h2.title: IDL set to 7 followed by IDL get
4131 PASS h2.title: IDL set to 1.5 should not throw
4132 PASS h2.title: IDL set to 1.5 followed by getAttribute()
4133 PASS h2.title: IDL set to 1.5 followed by IDL get
4134 PASS h2.title: IDL set to true should not throw
4135 PASS h2.title: IDL set to true followed by getAttribute()
4136 PASS h2.title: IDL set to true followed by IDL get
4137 PASS h2.title: IDL set to false should not throw
4138 PASS h2.title: IDL set to false followed by getAttribute()
4139 PASS h2.title: IDL set to false followed by IDL get
4140 PASS h2.title: IDL set to object "[object Object]" should not throw
4141 PASS h2.title: IDL set to object "[object Object]" followed by getAttribute()
4142 PASS h2.title: IDL set to object "[object Object]" followed by IDL get
4143 PASS h2.title: IDL set to NaN should not throw
4144 PASS h2.title: IDL set to NaN followed by getAttribute()
4145 PASS h2.title: IDL set to NaN followed by IDL get
4146 PASS h2.title: IDL set to Infinity should not throw
4147 PASS h2.title: IDL set to Infinity followed by getAttribute()
4148 PASS h2.title: IDL set to Infinity followed by IDL get
4149 PASS h2.title: IDL set to -Infinity should not throw
4150 PASS h2.title: IDL set to -Infinity followed by getAttribute()
4151 PASS h2.title: IDL set to -Infinity followed by IDL get
4152 PASS h2.title: IDL set to "\0" should not throw
4153 PASS h2.title: IDL set to "\0" followed by getAttribute()
4154 PASS h2.title: IDL set to "\0" followed by IDL get
4155 PASS h2.title: IDL set to null should not throw
4156 PASS h2.title: IDL set to null followed by getAttribute()
4157 PASS h2.title: IDL set to null followed by IDL get
4158 PASS h2.title: IDL set to object "test-toString" should not throw
4159 PASS h2.title: IDL set to object "test-toString" followed by getAttribute()
4160 PASS h2.title: IDL set to object "test-toString" followed by IDL get
4161 PASS h2.title: IDL set to object "test-valueOf" should not throw
4162 PASS h2.title: IDL set to object "test-valueOf" followed by getAttribute()
4163 PASS h2.title: IDL set to object "test-valueOf" followed by IDL get
4164 PASS h2.lang: typeof IDL attribute
4165 PASS h2.lang: IDL get with DOM attribute unset
4166 PASS h2.lang: setAttribute() to "" followed by getAttribute()
4167 PASS h2.lang: setAttribute() to "" followed by IDL get
4168 PASS h2.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
4169 PASS h2.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
4170 PASS h2.lang: setAttribute() to undefined followed by getAttribute()
4171 PASS h2.lang: setAttribute() to undefined followed by IDL get
4172 PASS h2.lang: setAttribute() to 7 followed by getAttribute()
4173 PASS h2.lang: setAttribute() to 7 followed by IDL get
4174 PASS h2.lang: setAttribute() to 1.5 followed by getAttribute()
4175 PASS h2.lang: setAttribute() to 1.5 followed by IDL get
4176 PASS h2.lang: setAttribute() to true followed by getAttribute()
4177 PASS h2.lang: setAttribute() to true followed by IDL get
4178 PASS h2.lang: setAttribute() to false followed by getAttribute()
4179 PASS h2.lang: setAttribute() to false followed by IDL get
4180 PASS h2.lang: setAttribute() to object "[object Object]" followed by getAttribut e()
4181 PASS h2.lang: setAttribute() to object "[object Object]" followed by IDL get
4182 PASS h2.lang: setAttribute() to NaN followed by getAttribute()
4183 PASS h2.lang: setAttribute() to NaN followed by IDL get
4184 PASS h2.lang: setAttribute() to Infinity followed by getAttribute()
4185 PASS h2.lang: setAttribute() to Infinity followed by IDL get
4186 PASS h2.lang: setAttribute() to -Infinity followed by getAttribute()
4187 PASS h2.lang: setAttribute() to -Infinity followed by IDL get
4188 PASS h2.lang: setAttribute() to "\0" followed by getAttribute()
4189 PASS h2.lang: setAttribute() to "\0" followed by IDL get
4190 PASS h2.lang: setAttribute() to null followed by getAttribute()
4191 PASS h2.lang: setAttribute() to null followed by IDL get
4192 PASS h2.lang: setAttribute() to object "test-toString" followed by getAttribute( )
4193 PASS h2.lang: setAttribute() to object "test-toString" followed by IDL get
4194 PASS h2.lang: setAttribute() to object "test-valueOf" followed by getAttribute()
4195 PASS h2.lang: setAttribute() to object "test-valueOf" followed by IDL get
4196 PASS h2.lang: IDL set to "" should not throw
4197 PASS h2.lang: IDL set to "" followed by getAttribute()
4198 PASS h2.lang: IDL set to "" followed by IDL get
4199 PASS h2.lang: IDL set 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 " should n ot throw
4200 PASS h2.lang: IDL set 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()
4201 PASS h2.lang: IDL set 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
4202 PASS h2.lang: IDL set to undefined should not throw
4203 PASS h2.lang: IDL set to undefined followed by getAttribute()
4204 PASS h2.lang: IDL set to undefined followed by IDL get
4205 PASS h2.lang: IDL set to 7 should not throw
4206 PASS h2.lang: IDL set to 7 followed by getAttribute()
4207 PASS h2.lang: IDL set to 7 followed by IDL get
4208 PASS h2.lang: IDL set to 1.5 should not throw
4209 PASS h2.lang: IDL set to 1.5 followed by getAttribute()
4210 PASS h2.lang: IDL set to 1.5 followed by IDL get
4211 PASS h2.lang: IDL set to true should not throw
4212 PASS h2.lang: IDL set to true followed by getAttribute()
4213 PASS h2.lang: IDL set to true followed by IDL get
4214 PASS h2.lang: IDL set to false should not throw
4215 PASS h2.lang: IDL set to false followed by getAttribute()
4216 PASS h2.lang: IDL set to false followed by IDL get
4217 PASS h2.lang: IDL set to object "[object Object]" should not throw
4218 PASS h2.lang: IDL set to object "[object Object]" followed by getAttribute()
4219 PASS h2.lang: IDL set to object "[object Object]" followed by IDL get
4220 PASS h2.lang: IDL set to NaN should not throw
4221 PASS h2.lang: IDL set to NaN followed by getAttribute()
4222 PASS h2.lang: IDL set to NaN followed by IDL get
4223 PASS h2.lang: IDL set to Infinity should not throw
4224 PASS h2.lang: IDL set to Infinity followed by getAttribute()
4225 PASS h2.lang: IDL set to Infinity followed by IDL get
4226 PASS h2.lang: IDL set to -Infinity should not throw
4227 PASS h2.lang: IDL set to -Infinity followed by getAttribute()
4228 PASS h2.lang: IDL set to -Infinity followed by IDL get
4229 PASS h2.lang: IDL set to "\0" should not throw
4230 PASS h2.lang: IDL set to "\0" followed by getAttribute()
4231 PASS h2.lang: IDL set to "\0" followed by IDL get
4232 PASS h2.lang: IDL set to null should not throw
4233 PASS h2.lang: IDL set to null followed by getAttribute()
4234 PASS h2.lang: IDL set to null followed by IDL get
4235 PASS h2.lang: IDL set to object "test-toString" should not throw
4236 PASS h2.lang: IDL set to object "test-toString" followed by getAttribute()
4237 PASS h2.lang: IDL set to object "test-toString" followed by IDL get
4238 PASS h2.lang: IDL set to object "test-valueOf" should not throw
4239 PASS h2.lang: IDL set to object "test-valueOf" followed by getAttribute()
4240 PASS h2.lang: IDL set to object "test-valueOf" followed by IDL get
4241 PASS h2.dir: typeof IDL attribute
4242 PASS h2.dir: IDL get with DOM attribute unset
4243 PASS h2.dir: setAttribute() to "" followed by getAttribute()
4244 PASS h2.dir: setAttribute() to "" followed by IDL get
4245 PASS h2.dir: 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 " fo llowed by getAttribute()
4246 PASS h2.dir: 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 " fo llowed by IDL get
4247 PASS h2.dir: setAttribute() to undefined followed by getAttribute()
4248 PASS h2.dir: setAttribute() to undefined followed by IDL get
4249 PASS h2.dir: setAttribute() to 7 followed by getAttribute()
4250 PASS h2.dir: setAttribute() to 7 followed by IDL get
4251 PASS h2.dir: setAttribute() to 1.5 followed by getAttribute()
4252 PASS h2.dir: setAttribute() to 1.5 followed by IDL get
4253 PASS h2.dir: setAttribute() to true followed by getAttribute()
4254 PASS h2.dir: setAttribute() to true followed by IDL get
4255 PASS h2.dir: setAttribute() to false followed by getAttribute()
4256 PASS h2.dir: setAttribute() to false followed by IDL get
4257 PASS h2.dir: setAttribute() to object "[object Object]" followed by getAttribute ()
4258 PASS h2.dir: setAttribute() to object "[object Object]" followed by IDL get
4259 PASS h2.dir: setAttribute() to NaN followed by getAttribute()
4260 PASS h2.dir: setAttribute() to NaN followed by IDL get
4261 PASS h2.dir: setAttribute() to Infinity followed by getAttribute()
4262 PASS h2.dir: setAttribute() to Infinity followed by IDL get
4263 PASS h2.dir: setAttribute() to -Infinity followed by getAttribute()
4264 PASS h2.dir: setAttribute() to -Infinity followed by IDL get
4265 PASS h2.dir: setAttribute() to "\0" followed by getAttribute()
4266 PASS h2.dir: setAttribute() to "\0" followed by IDL get
4267 PASS h2.dir: setAttribute() to null followed by getAttribute()
4268 PASS h2.dir: setAttribute() to null followed by IDL get
4269 PASS h2.dir: setAttribute() to object "test-toString" followed by getAttribute()
4270 PASS h2.dir: setAttribute() to object "test-toString" followed by IDL get
4271 PASS h2.dir: setAttribute() to object "test-valueOf" followed by getAttribute()
4272 PASS h2.dir: setAttribute() to object "test-valueOf" followed by IDL get
4273 PASS h2.dir: setAttribute() to "ltr" followed by getAttribute()
4274 PASS h2.dir: setAttribute() to "ltr" followed by IDL get
4275 PASS h2.dir: setAttribute() to "xltr" followed by getAttribute()
4276 PASS h2.dir: setAttribute() to "xltr" followed by IDL get
4277 PASS h2.dir: setAttribute() to "ltr\0" followed by getAttribute()
4278 PASS h2.dir: setAttribute() to "ltr\0" followed by IDL get
4279 PASS h2.dir: setAttribute() to "tr" followed by getAttribute()
4280 PASS h2.dir: setAttribute() to "tr" followed by IDL get
4281 PASS h2.dir: setAttribute() to "LTR" followed by getAttribute()
4282 PASS h2.dir: setAttribute() to "LTR" followed by IDL get
4283 PASS h2.dir: setAttribute() to "rtl" followed by getAttribute()
4284 PASS h2.dir: setAttribute() to "rtl" followed by IDL get
4285 PASS h2.dir: setAttribute() to "xrtl" followed by getAttribute()
4286 PASS h2.dir: setAttribute() to "xrtl" followed by IDL get
4287 PASS h2.dir: setAttribute() to "rtl\0" followed by getAttribute()
4288 PASS h2.dir: setAttribute() to "rtl\0" followed by IDL get
4289 PASS h2.dir: setAttribute() to "tl" followed by getAttribute()
4290 PASS h2.dir: setAttribute() to "tl" followed by IDL get
4291 PASS h2.dir: setAttribute() to "RTL" followed by getAttribute()
4292 PASS h2.dir: setAttribute() to "RTL" followed by IDL get
4293 PASS h2.dir: setAttribute() to "auto" followed by getAttribute()
4294 PASS h2.dir: setAttribute() to "auto" followed by IDL get
4295 PASS h2.dir: setAttribute() to "xauto" followed by getAttribute()
4296 PASS h2.dir: setAttribute() to "xauto" followed by IDL get
4297 PASS h2.dir: setAttribute() to "auto\0" followed by getAttribute()
4298 PASS h2.dir: setAttribute() to "auto\0" followed by IDL get
4299 PASS h2.dir: setAttribute() to "uto" followed by getAttribute()
4300 PASS h2.dir: setAttribute() to "uto" followed by IDL get
4301 PASS h2.dir: setAttribute() to "AUTO" followed by getAttribute()
4302 PASS h2.dir: setAttribute() to "AUTO" followed by IDL get
4303 PASS h2.dir: IDL set to "" should not throw
4304 PASS h2.dir: IDL set to "" followed by getAttribute()
4305 PASS h2.dir: IDL set to "" followed by IDL get
4306 PASS h2.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should no t throw
4307 PASS h2.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
4308 PASS h2.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
4309 PASS h2.dir: IDL set to undefined should not throw
4310 PASS h2.dir: IDL set to undefined followed by getAttribute()
4311 PASS h2.dir: IDL set to undefined followed by IDL get
4312 PASS h2.dir: IDL set to 7 should not throw
4313 PASS h2.dir: IDL set to 7 followed by getAttribute()
4314 PASS h2.dir: IDL set to 7 followed by IDL get
4315 PASS h2.dir: IDL set to 1.5 should not throw
4316 PASS h2.dir: IDL set to 1.5 followed by getAttribute()
4317 PASS h2.dir: IDL set to 1.5 followed by IDL get
4318 PASS h2.dir: IDL set to true should not throw
4319 PASS h2.dir: IDL set to true followed by getAttribute()
4320 PASS h2.dir: IDL set to true followed by IDL get
4321 PASS h2.dir: IDL set to false should not throw
4322 PASS h2.dir: IDL set to false followed by getAttribute()
4323 PASS h2.dir: IDL set to false followed by IDL get
4324 PASS h2.dir: IDL set to object "[object Object]" should not throw
4325 PASS h2.dir: IDL set to object "[object Object]" followed by getAttribute()
4326 PASS h2.dir: IDL set to object "[object Object]" followed by IDL get
4327 PASS h2.dir: IDL set to NaN should not throw
4328 PASS h2.dir: IDL set to NaN followed by getAttribute()
4329 PASS h2.dir: IDL set to NaN followed by IDL get
4330 PASS h2.dir: IDL set to Infinity should not throw
4331 PASS h2.dir: IDL set to Infinity followed by getAttribute()
4332 PASS h2.dir: IDL set to Infinity followed by IDL get
4333 PASS h2.dir: IDL set to -Infinity should not throw
4334 PASS h2.dir: IDL set to -Infinity followed by getAttribute()
4335 PASS h2.dir: IDL set to -Infinity followed by IDL get
4336 PASS h2.dir: IDL set to "\0" should not throw
4337 PASS h2.dir: IDL set to "\0" followed by getAttribute()
4338 PASS h2.dir: IDL set to "\0" followed by IDL get
4339 PASS h2.dir: IDL set to null should not throw
4340 PASS h2.dir: IDL set to null followed by IDL get
4341 PASS h2.dir: IDL set to object "test-toString" should not throw
4342 PASS h2.dir: IDL set to object "test-toString" followed by getAttribute()
4343 PASS h2.dir: IDL set to object "test-toString" followed by IDL get
4344 PASS h2.dir: IDL set to object "test-valueOf" should not throw
4345 PASS h2.dir: IDL set to object "test-valueOf" followed by getAttribute()
4346 PASS h2.dir: IDL set to object "test-valueOf" followed by IDL get
4347 PASS h2.dir: IDL set to "ltr" should not throw
4348 PASS h2.dir: IDL set to "ltr" followed by getAttribute()
4349 PASS h2.dir: IDL set to "ltr" followed by IDL get
4350 PASS h2.dir: IDL set to "xltr" should not throw
4351 PASS h2.dir: IDL set to "xltr" followed by getAttribute()
4352 PASS h2.dir: IDL set to "xltr" followed by IDL get
4353 PASS h2.dir: IDL set to "ltr\0" should not throw
4354 PASS h2.dir: IDL set to "ltr\0" followed by getAttribute()
4355 PASS h2.dir: IDL set to "ltr\0" followed by IDL get
4356 PASS h2.dir: IDL set to "tr" should not throw
4357 PASS h2.dir: IDL set to "tr" followed by getAttribute()
4358 PASS h2.dir: IDL set to "tr" followed by IDL get
4359 PASS h2.dir: IDL set to "LTR" should not throw
4360 PASS h2.dir: IDL set to "LTR" followed by getAttribute()
4361 PASS h2.dir: IDL set to "LTR" followed by IDL get
4362 PASS h2.dir: IDL set to "rtl" should not throw
4363 PASS h2.dir: IDL set to "rtl" followed by getAttribute()
4364 PASS h2.dir: IDL set to "rtl" followed by IDL get
4365 PASS h2.dir: IDL set to "xrtl" should not throw
4366 PASS h2.dir: IDL set to "xrtl" followed by getAttribute()
4367 PASS h2.dir: IDL set to "xrtl" followed by IDL get
4368 PASS h2.dir: IDL set to "rtl\0" should not throw
4369 PASS h2.dir: IDL set to "rtl\0" followed by getAttribute()
4370 PASS h2.dir: IDL set to "rtl\0" followed by IDL get
4371 PASS h2.dir: IDL set to "tl" should not throw
4372 PASS h2.dir: IDL set to "tl" followed by getAttribute()
4373 PASS h2.dir: IDL set to "tl" followed by IDL get
4374 PASS h2.dir: IDL set to "RTL" should not throw
4375 PASS h2.dir: IDL set to "RTL" followed by getAttribute()
4376 PASS h2.dir: IDL set to "RTL" followed by IDL get
4377 PASS h2.dir: IDL set to "auto" should not throw
4378 PASS h2.dir: IDL set to "auto" followed by getAttribute()
4379 PASS h2.dir: IDL set to "auto" followed by IDL get
4380 PASS h2.dir: IDL set to "xauto" should not throw
4381 PASS h2.dir: IDL set to "xauto" followed by getAttribute()
4382 PASS h2.dir: IDL set to "xauto" followed by IDL get
4383 PASS h2.dir: IDL set to "auto\0" should not throw
4384 PASS h2.dir: IDL set to "auto\0" followed by getAttribute()
4385 PASS h2.dir: IDL set to "auto\0" followed by IDL get
4386 PASS h2.dir: IDL set to "uto" should not throw
4387 PASS h2.dir: IDL set to "uto" followed by getAttribute()
4388 PASS h2.dir: IDL set to "uto" followed by IDL get
4389 PASS h2.dir: IDL set to "AUTO" should not throw
4390 PASS h2.dir: IDL set to "AUTO" followed by getAttribute()
4391 PASS h2.dir: IDL set to "AUTO" followed by IDL get
4392 PASS h2.className (<h2 class>): typeof IDL attribute
4393 PASS h2.className (<h2 class>): IDL get with DOM attribute unset
4394 PASS h2.className (<h2 class>): setAttribute() to "" followed by getAttribute()
4395 PASS h2.className (<h2 class>): setAttribute() to "" followed by IDL get
4396 PASS h2.className (<h2 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by getAttribute()
4397 PASS h2.className (<h2 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by IDL get
4398 PASS h2.className (<h2 class>): setAttribute() to undefined followed by getAttri bute()
4399 PASS h2.className (<h2 class>): setAttribute() to undefined followed by IDL get
4400 PASS h2.className (<h2 class>): setAttribute() to 7 followed by getAttribute()
4401 PASS h2.className (<h2 class>): setAttribute() to 7 followed by IDL get
4402 PASS h2.className (<h2 class>): setAttribute() to 1.5 followed by getAttribute()
4403 PASS h2.className (<h2 class>): setAttribute() to 1.5 followed by IDL get
4404 PASS h2.className (<h2 class>): setAttribute() to true followed by getAttribute( )
4405 PASS h2.className (<h2 class>): setAttribute() to true followed by IDL get
4406 PASS h2.className (<h2 class>): setAttribute() to false followed by getAttribute ()
4407 PASS h2.className (<h2 class>): setAttribute() to false followed by IDL get
4408 PASS h2.className (<h2 class>): setAttribute() to object "[object Object]" follo wed by getAttribute()
4409 PASS h2.className (<h2 class>): setAttribute() to object "[object Object]" follo wed by IDL get
4410 PASS h2.className (<h2 class>): setAttribute() to NaN followed by getAttribute()
4411 PASS h2.className (<h2 class>): setAttribute() to NaN followed by IDL get
4412 PASS h2.className (<h2 class>): setAttribute() to Infinity followed by getAttrib ute()
4413 PASS h2.className (<h2 class>): setAttribute() to Infinity followed by IDL get
4414 PASS h2.className (<h2 class>): setAttribute() to -Infinity followed by getAttri bute()
4415 PASS h2.className (<h2 class>): setAttribute() to -Infinity followed by IDL get
4416 PASS h2.className (<h2 class>): setAttribute() to "\0" followed by getAttribute( )
4417 PASS h2.className (<h2 class>): setAttribute() to "\0" followed by IDL get
4418 PASS h2.className (<h2 class>): setAttribute() to null followed by getAttribute( )
4419 PASS h2.className (<h2 class>): setAttribute() to null followed by IDL get
4420 PASS h2.className (<h2 class>): setAttribute() to object "test-toString" followe d by getAttribute()
4421 PASS h2.className (<h2 class>): setAttribute() to object "test-toString" followe d by IDL get
4422 PASS h2.className (<h2 class>): setAttribute() to object "test-valueOf" followed by getAttribute()
4423 PASS h2.className (<h2 class>): setAttribute() to object "test-valueOf" followed by IDL get
4424 PASS h2.className (<h2 class>): IDL set to "" should not throw
4425 PASS h2.className (<h2 class>): IDL set to "" followed by getAttribute()
4426 PASS h2.className (<h2 class>): IDL set to "" followed by IDL get
4427 PASS h2.className (<h2 class>): IDL set 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\x 1f foo " should not throw
4428 PASS h2.className (<h2 class>): IDL set 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\x 1f foo " followed by getAttribute()
4429 PASS h2.className (<h2 class>): IDL set 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\x 1f foo " followed by IDL get
4430 PASS h2.className (<h2 class>): IDL set to undefined should not throw
4431 PASS h2.className (<h2 class>): IDL set to undefined followed by getAttribute()
4432 PASS h2.className (<h2 class>): IDL set to undefined followed by IDL get
4433 PASS h2.className (<h2 class>): IDL set to 7 should not throw
4434 PASS h2.className (<h2 class>): IDL set to 7 followed by getAttribute()
4435 PASS h2.className (<h2 class>): IDL set to 7 followed by IDL get
4436 PASS h2.className (<h2 class>): IDL set to 1.5 should not throw
4437 PASS h2.className (<h2 class>): IDL set to 1.5 followed by getAttribute()
4438 PASS h2.className (<h2 class>): IDL set to 1.5 followed by IDL get
4439 PASS h2.className (<h2 class>): IDL set to true should not throw
4440 PASS h2.className (<h2 class>): IDL set to true followed by getAttribute()
4441 PASS h2.className (<h2 class>): IDL set to true followed by IDL get
4442 PASS h2.className (<h2 class>): IDL set to false should not throw
4443 PASS h2.className (<h2 class>): IDL set to false followed by getAttribute()
4444 PASS h2.className (<h2 class>): IDL set to false followed by IDL get
4445 PASS h2.className (<h2 class>): IDL set to object "[object Object]" should not t hrow
4446 PASS h2.className (<h2 class>): IDL set to object "[object Object]" followed by getAttribute()
4447 PASS h2.className (<h2 class>): IDL set to object "[object Object]" followed by IDL get
4448 PASS h2.className (<h2 class>): IDL set to NaN should not throw
4449 PASS h2.className (<h2 class>): IDL set to NaN followed by getAttribute()
4450 PASS h2.className (<h2 class>): IDL set to NaN followed by IDL get
4451 PASS h2.className (<h2 class>): IDL set to Infinity should not throw
4452 PASS h2.className (<h2 class>): IDL set to Infinity followed by getAttribute()
4453 PASS h2.className (<h2 class>): IDL set to Infinity followed by IDL get
4454 PASS h2.className (<h2 class>): IDL set to -Infinity should not throw
4455 PASS h2.className (<h2 class>): IDL set to -Infinity followed by getAttribute()
4456 PASS h2.className (<h2 class>): IDL set to -Infinity followed by IDL get
4457 PASS h2.className (<h2 class>): IDL set to "\0" should not throw
4458 PASS h2.className (<h2 class>): IDL set to "\0" followed by getAttribute()
4459 PASS h2.className (<h2 class>): IDL set to "\0" followed by IDL get
4460 PASS h2.className (<h2 class>): IDL set to null should not throw
4461 PASS h2.className (<h2 class>): IDL set to null followed by getAttribute()
4462 PASS h2.className (<h2 class>): IDL set to null followed by IDL get
4463 PASS h2.className (<h2 class>): IDL set to object "test-toString" should not thr ow
4464 PASS h2.className (<h2 class>): IDL set to object "test-toString" followed by ge tAttribute()
4465 PASS h2.className (<h2 class>): IDL set to object "test-toString" followed by ID L get
4466 PASS h2.className (<h2 class>): IDL set to object "test-valueOf" should not thro w
4467 PASS h2.className (<h2 class>): IDL set to object "test-valueOf" followed by get Attribute()
4468 PASS h2.className (<h2 class>): IDL set to object "test-valueOf" followed by IDL get
4469 PASS h2.hidden: typeof IDL attribute
4470 PASS h2.hidden: IDL get with DOM attribute unset
4471 PASS h2.hidden: setAttribute() to "" followed by getAttribute()
4472 PASS h2.hidden: setAttribute() to "" followed by IDL get
4473 PASS h2.hidden: setAttribute() to " foo " followed by getAttribute()
4474 PASS h2.hidden: setAttribute() to " foo " followed by IDL get
4475 PASS h2.hidden: setAttribute() to undefined followed by getAttribute()
4476 PASS h2.hidden: setAttribute() to undefined followed by IDL get
4477 PASS h2.hidden: setAttribute() to null followed by getAttribute()
4478 PASS h2.hidden: setAttribute() to null followed by IDL get
4479 PASS h2.hidden: setAttribute() to 7 followed by getAttribute()
4480 PASS h2.hidden: setAttribute() to 7 followed by IDL get
4481 PASS h2.hidden: setAttribute() to 1.5 followed by getAttribute()
4482 PASS h2.hidden: setAttribute() to 1.5 followed by IDL get
4483 PASS h2.hidden: setAttribute() to true followed by getAttribute()
4484 PASS h2.hidden: setAttribute() to true followed by IDL get
4485 PASS h2.hidden: setAttribute() to false followed by getAttribute()
4486 PASS h2.hidden: setAttribute() to false followed by IDL get
4487 PASS h2.hidden: setAttribute() to object "[object Object]" followed by getAttrib ute()
4488 PASS h2.hidden: setAttribute() to object "[object Object]" followed by IDL get
4489 PASS h2.hidden: setAttribute() to NaN followed by getAttribute()
4490 PASS h2.hidden: setAttribute() to NaN followed by IDL get
4491 PASS h2.hidden: setAttribute() to Infinity followed by getAttribute()
4492 PASS h2.hidden: setAttribute() to Infinity followed by IDL get
4493 PASS h2.hidden: setAttribute() to -Infinity followed by getAttribute()
4494 PASS h2.hidden: setAttribute() to -Infinity followed by IDL get
4495 PASS h2.hidden: setAttribute() to "\0" followed by getAttribute()
4496 PASS h2.hidden: setAttribute() to "\0" followed by IDL get
4497 PASS h2.hidden: setAttribute() to object "test-toString" followed by getAttribut e()
4498 PASS h2.hidden: setAttribute() to object "test-toString" followed by IDL get
4499 PASS h2.hidden: setAttribute() to object "test-valueOf" followed by getAttribute ()
4500 PASS h2.hidden: setAttribute() to object "test-valueOf" followed by IDL get
4501 PASS h2.hidden: setAttribute() to "hidden" followed by getAttribute()
4502 PASS h2.hidden: setAttribute() to "hidden" followed by IDL get
4503 PASS h2.hidden: IDL set to "" should not throw
4504 PASS h2.hidden: IDL set to "" followed by hasAttribute()
4505 PASS h2.hidden: IDL set to "" followed by IDL get
4506 PASS h2.hidden: IDL set to " foo " should not throw
4507 PASS h2.hidden: IDL set to " foo " followed by hasAttribute()
4508 PASS h2.hidden: IDL set to " foo " followed by IDL get
4509 PASS h2.hidden: IDL set to undefined should not throw
4510 PASS h2.hidden: IDL set to undefined followed by hasAttribute()
4511 PASS h2.hidden: IDL set to undefined followed by IDL get
4512 PASS h2.hidden: IDL set to null should not throw
4513 PASS h2.hidden: IDL set to null followed by hasAttribute()
4514 PASS h2.hidden: IDL set to null followed by IDL get
4515 PASS h2.hidden: IDL set to 7 should not throw
4516 PASS h2.hidden: IDL set to 7 followed by hasAttribute()
4517 PASS h2.hidden: IDL set to 7 followed by IDL get
4518 PASS h2.hidden: IDL set to 1.5 should not throw
4519 PASS h2.hidden: IDL set to 1.5 followed by hasAttribute()
4520 PASS h2.hidden: IDL set to 1.5 followed by IDL get
4521 PASS h2.hidden: IDL set to true should not throw
4522 PASS h2.hidden: IDL set to true followed by hasAttribute()
4523 PASS h2.hidden: IDL set to true followed by IDL get
4524 PASS h2.hidden: IDL set to false should not throw
4525 PASS h2.hidden: IDL set to false followed by hasAttribute()
4526 PASS h2.hidden: IDL set to false followed by IDL get
4527 PASS h2.hidden: IDL set to object "[object Object]" should not throw
4528 PASS h2.hidden: IDL set to object "[object Object]" followed by hasAttribute()
4529 PASS h2.hidden: IDL set to object "[object Object]" followed by IDL get
4530 PASS h2.hidden: IDL set to NaN should not throw
4531 PASS h2.hidden: IDL set to NaN followed by hasAttribute()
4532 PASS h2.hidden: IDL set to NaN followed by IDL get
4533 PASS h2.hidden: IDL set to Infinity should not throw
4534 PASS h2.hidden: IDL set to Infinity followed by hasAttribute()
4535 PASS h2.hidden: IDL set to Infinity followed by IDL get
4536 PASS h2.hidden: IDL set to -Infinity should not throw
4537 PASS h2.hidden: IDL set to -Infinity followed by hasAttribute()
4538 PASS h2.hidden: IDL set to -Infinity followed by IDL get
4539 PASS h2.hidden: IDL set to "\0" should not throw
4540 PASS h2.hidden: IDL set to "\0" followed by hasAttribute()
4541 PASS h2.hidden: IDL set to "\0" followed by IDL get
4542 PASS h2.hidden: IDL set to object "test-toString" should not throw
4543 PASS h2.hidden: IDL set to object "test-toString" followed by hasAttribute()
4544 PASS h2.hidden: IDL set to object "test-toString" followed by IDL get
4545 PASS h2.hidden: IDL set to object "test-valueOf" should not throw
4546 PASS h2.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
4547 PASS h2.hidden: IDL set to object "test-valueOf" followed by IDL get
4548 PASS h2.accessKey: typeof IDL attribute
4549 PASS h2.accessKey: IDL get with DOM attribute unset
4550 PASS h2.accessKey: setAttribute() to "" followed by getAttribute()
4551 PASS h2.accessKey: setAttribute() to "" followed by IDL get
4552 PASS h2.accessKey: 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 fo o " followed by getAttribute()
4553 PASS h2.accessKey: 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 fo o " followed by IDL get
4554 PASS h2.accessKey: setAttribute() to undefined followed by getAttribute()
4555 PASS h2.accessKey: setAttribute() to undefined followed by IDL get
4556 PASS h2.accessKey: setAttribute() to 7 followed by getAttribute()
4557 PASS h2.accessKey: setAttribute() to 7 followed by IDL get
4558 PASS h2.accessKey: setAttribute() to 1.5 followed by getAttribute()
4559 PASS h2.accessKey: setAttribute() to 1.5 followed by IDL get
4560 PASS h2.accessKey: setAttribute() to true followed by getAttribute()
4561 PASS h2.accessKey: setAttribute() to true followed by IDL get
4562 PASS h2.accessKey: setAttribute() to false followed by getAttribute()
4563 PASS h2.accessKey: setAttribute() to false followed by IDL get
4564 PASS h2.accessKey: setAttribute() to object "[object Object]" followed by getAtt ribute()
4565 PASS h2.accessKey: setAttribute() to object "[object Object]" followed by IDL ge t
4566 PASS h2.accessKey: setAttribute() to NaN followed by getAttribute()
4567 PASS h2.accessKey: setAttribute() to NaN followed by IDL get
4568 PASS h2.accessKey: setAttribute() to Infinity followed by getAttribute()
4569 PASS h2.accessKey: setAttribute() to Infinity followed by IDL get
4570 PASS h2.accessKey: setAttribute() to -Infinity followed by getAttribute()
4571 PASS h2.accessKey: setAttribute() to -Infinity followed by IDL get
4572 PASS h2.accessKey: setAttribute() to "\0" followed by getAttribute()
4573 PASS h2.accessKey: setAttribute() to "\0" followed by IDL get
4574 PASS h2.accessKey: setAttribute() to null followed by getAttribute()
4575 PASS h2.accessKey: setAttribute() to null followed by IDL get
4576 PASS h2.accessKey: setAttribute() to object "test-toString" followed by getAttri bute()
4577 PASS h2.accessKey: setAttribute() to object "test-toString" followed by IDL get
4578 PASS h2.accessKey: setAttribute() to object "test-valueOf" followed by getAttrib ute()
4579 PASS h2.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
4580 PASS h2.accessKey: IDL set to "" should not throw
4581 PASS h2.accessKey: IDL set to "" followed by getAttribute()
4582 PASS h2.accessKey: IDL set to "" followed by IDL get
4583 PASS h2.accessKey: IDL set 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 " sho uld not throw
4584 PASS h2.accessKey: IDL set 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 " fol lowed by getAttribute()
4585 PASS h2.accessKey: IDL set 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 " fol lowed by IDL get
4586 PASS h2.accessKey: IDL set to undefined should not throw
4587 PASS h2.accessKey: IDL set to undefined followed by getAttribute()
4588 PASS h2.accessKey: IDL set to undefined followed by IDL get
4589 PASS h2.accessKey: IDL set to 7 should not throw
4590 PASS h2.accessKey: IDL set to 7 followed by getAttribute()
4591 PASS h2.accessKey: IDL set to 7 followed by IDL get
4592 PASS h2.accessKey: IDL set to 1.5 should not throw
4593 PASS h2.accessKey: IDL set to 1.5 followed by getAttribute()
4594 PASS h2.accessKey: IDL set to 1.5 followed by IDL get
4595 PASS h2.accessKey: IDL set to true should not throw
4596 PASS h2.accessKey: IDL set to true followed by getAttribute()
4597 PASS h2.accessKey: IDL set to true followed by IDL get
4598 PASS h2.accessKey: IDL set to false should not throw
4599 PASS h2.accessKey: IDL set to false followed by getAttribute()
4600 PASS h2.accessKey: IDL set to false followed by IDL get
4601 PASS h2.accessKey: IDL set to object "[object Object]" should not throw
4602 PASS h2.accessKey: IDL set to object "[object Object]" followed by getAttribute( )
4603 PASS h2.accessKey: IDL set to object "[object Object]" followed by IDL get
4604 PASS h2.accessKey: IDL set to NaN should not throw
4605 PASS h2.accessKey: IDL set to NaN followed by getAttribute()
4606 PASS h2.accessKey: IDL set to NaN followed by IDL get
4607 PASS h2.accessKey: IDL set to Infinity should not throw
4608 PASS h2.accessKey: IDL set to Infinity followed by getAttribute()
4609 PASS h2.accessKey: IDL set to Infinity followed by IDL get
4610 PASS h2.accessKey: IDL set to -Infinity should not throw
4611 PASS h2.accessKey: IDL set to -Infinity followed by getAttribute()
4612 PASS h2.accessKey: IDL set to -Infinity followed by IDL get
4613 PASS h2.accessKey: IDL set to "\0" should not throw
4614 PASS h2.accessKey: IDL set to "\0" followed by getAttribute()
4615 PASS h2.accessKey: IDL set to "\0" followed by IDL get
4616 PASS h2.accessKey: IDL set to null should not throw
4617 PASS h2.accessKey: IDL set to null followed by getAttribute()
4618 PASS h2.accessKey: IDL set to null followed by IDL get
4619 PASS h2.accessKey: IDL set to object "test-toString" should not throw
4620 PASS h2.accessKey: IDL set to object "test-toString" followed by getAttribute()
4621 PASS h2.accessKey: IDL set to object "test-toString" followed by IDL get
4622 PASS h2.accessKey: IDL set to object "test-valueOf" should not throw
4623 PASS h2.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
4624 PASS h2.accessKey: IDL set to object "test-valueOf" followed by IDL get
4625 PASS h2.tabIndex: typeof IDL attribute
4626 PASS h2.tabIndex: setAttribute() to -36 followed by getAttribute()
4627 PASS h2.tabIndex: setAttribute() to -36 followed by IDL get
4628 PASS h2.tabIndex: setAttribute() to -1 followed by getAttribute()
4629 PASS h2.tabIndex: setAttribute() to -1 followed by IDL get
4630 PASS h2.tabIndex: setAttribute() to 0 followed by getAttribute()
4631 PASS h2.tabIndex: setAttribute() to 0 followed by IDL get
4632 PASS h2.tabIndex: setAttribute() to 1 followed by getAttribute()
4633 PASS h2.tabIndex: setAttribute() to 1 followed by IDL get
4634 PASS h2.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
4635 FAIL h2.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
4636 PASS h2.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
4637 FAIL h2.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
4638 PASS h2.tabIndex: setAttribute() to "-1" followed by getAttribute()
4639 PASS h2.tabIndex: setAttribute() to "-1" followed by IDL get
4640 PASS h2.tabIndex: setAttribute() to "-0" followed by getAttribute()
4641 PASS h2.tabIndex: setAttribute() to "-0" followed by IDL get
4642 PASS h2.tabIndex: setAttribute() to "0" followed by getAttribute()
4643 PASS h2.tabIndex: setAttribute() to "0" followed by IDL get
4644 PASS h2.tabIndex: setAttribute() to "1" followed by getAttribute()
4645 PASS h2.tabIndex: setAttribute() to "1" followed by IDL get
4646 PASS h2.tabIndex: setAttribute() to "\t7" followed by getAttribute()
4647 PASS h2.tabIndex: setAttribute() to "\t7" followed by IDL get
4648 PASS h2.tabIndex: setAttribute() to "\f7" followed by getAttribute()
4649 PASS h2.tabIndex: setAttribute() to "\f7" followed by IDL get
4650 PASS h2.tabIndex: setAttribute() to " 7" followed by getAttribute()
4651 PASS h2.tabIndex: setAttribute() to " 7" followed by IDL get
4652 PASS h2.tabIndex: setAttribute() to "\n7" followed by getAttribute()
4653 PASS h2.tabIndex: setAttribute() to "\n7" followed by IDL get
4654 PASS h2.tabIndex: setAttribute() to "\r7" followed by getAttribute()
4655 PASS h2.tabIndex: setAttribute() to "\r7" followed by IDL get
4656 PASS h2.tabIndex: setAttribute() to 1.5 followed by getAttribute()
4657 PASS h2.tabIndex: setAttribute() to 1.5 followed by IDL get
4658 PASS h2.tabIndex: setAttribute() to object "2" followed by getAttribute()
4659 PASS h2.tabIndex: setAttribute() to object "2" followed by IDL get
4660 PASS h2.tabIndex: IDL set to -36 should not throw
4661 PASS h2.tabIndex: IDL set to -36 followed by getAttribute()
4662 PASS h2.tabIndex: IDL set to -36 followed by IDL get
4663 PASS h2.tabIndex: IDL set to -1 should not throw
4664 PASS h2.tabIndex: IDL set to -1 followed by getAttribute()
4665 PASS h2.tabIndex: IDL set to -1 followed by IDL get
4666 PASS h2.tabIndex: IDL set to 0 should not throw
4667 PASS h2.tabIndex: IDL set to 0 followed by getAttribute()
4668 PASS h2.tabIndex: IDL set to 0 followed by IDL get
4669 PASS h2.tabIndex: IDL set to 1 should not throw
4670 PASS h2.tabIndex: IDL set to 1 followed by getAttribute()
4671 PASS h2.tabIndex: IDL set to 1 followed by IDL get
4672 PASS h2.tabIndex: IDL set to 2147483647 should not throw
4673 PASS h2.tabIndex: IDL set to 2147483647 followed by getAttribute()
4674 FAIL h2.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
4675 PASS h2.tabIndex: IDL set to -2147483648 should not throw
4676 PASS h2.tabIndex: IDL set to -2147483648 followed by getAttribute()
4677 FAIL h2.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
4678 PASS h2.align: typeof IDL attribute
4679 PASS h2.align: IDL get with DOM attribute unset
4680 PASS h2.align: setAttribute() to "" followed by getAttribute()
4681 PASS h2.align: setAttribute() to "" followed by IDL get
4682 PASS h2.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
4683 PASS h2.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
4684 PASS h2.align: setAttribute() to undefined followed by getAttribute()
4685 PASS h2.align: setAttribute() to undefined followed by IDL get
4686 PASS h2.align: setAttribute() to 7 followed by getAttribute()
4687 PASS h2.align: setAttribute() to 7 followed by IDL get
4688 PASS h2.align: setAttribute() to 1.5 followed by getAttribute()
4689 PASS h2.align: setAttribute() to 1.5 followed by IDL get
4690 PASS h2.align: setAttribute() to true followed by getAttribute()
4691 PASS h2.align: setAttribute() to true followed by IDL get
4692 PASS h2.align: setAttribute() to false followed by getAttribute()
4693 PASS h2.align: setAttribute() to false followed by IDL get
4694 PASS h2.align: setAttribute() to object "[object Object]" followed by getAttribu te()
4695 PASS h2.align: setAttribute() to object "[object Object]" followed by IDL get
4696 PASS h2.align: setAttribute() to NaN followed by getAttribute()
4697 PASS h2.align: setAttribute() to NaN followed by IDL get
4698 PASS h2.align: setAttribute() to Infinity followed by getAttribute()
4699 PASS h2.align: setAttribute() to Infinity followed by IDL get
4700 PASS h2.align: setAttribute() to -Infinity followed by getAttribute()
4701 PASS h2.align: setAttribute() to -Infinity followed by IDL get
4702 PASS h2.align: setAttribute() to "\0" followed by getAttribute()
4703 PASS h2.align: setAttribute() to "\0" followed by IDL get
4704 PASS h2.align: setAttribute() to null followed by getAttribute()
4705 PASS h2.align: setAttribute() to null followed by IDL get
4706 PASS h2.align: setAttribute() to object "test-toString" followed by getAttribute ()
4707 PASS h2.align: setAttribute() to object "test-toString" followed by IDL get
4708 PASS h2.align: setAttribute() to object "test-valueOf" followed by getAttribute( )
4709 PASS h2.align: setAttribute() to object "test-valueOf" followed by IDL get
4710 PASS h2.align: IDL set to "" should not throw
4711 PASS h2.align: IDL set to "" followed by getAttribute()
4712 PASS h2.align: IDL set to "" followed by IDL get
4713 PASS h2.align: IDL set 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 " should not throw
4714 PASS h2.align: IDL set 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 " followe d by getAttribute()
4715 PASS h2.align: IDL set 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 " followe d by IDL get
4716 PASS h2.align: IDL set to undefined should not throw
4717 PASS h2.align: IDL set to undefined followed by getAttribute()
4718 PASS h2.align: IDL set to undefined followed by IDL get
4719 PASS h2.align: IDL set to 7 should not throw
4720 PASS h2.align: IDL set to 7 followed by getAttribute()
4721 PASS h2.align: IDL set to 7 followed by IDL get
4722 PASS h2.align: IDL set to 1.5 should not throw
4723 PASS h2.align: IDL set to 1.5 followed by getAttribute()
4724 PASS h2.align: IDL set to 1.5 followed by IDL get
4725 PASS h2.align: IDL set to true should not throw
4726 PASS h2.align: IDL set to true followed by getAttribute()
4727 PASS h2.align: IDL set to true followed by IDL get
4728 PASS h2.align: IDL set to false should not throw
4729 PASS h2.align: IDL set to false followed by getAttribute()
4730 PASS h2.align: IDL set to false followed by IDL get
4731 PASS h2.align: IDL set to object "[object Object]" should not throw
4732 PASS h2.align: IDL set to object "[object Object]" followed by getAttribute()
4733 PASS h2.align: IDL set to object "[object Object]" followed by IDL get
4734 PASS h2.align: IDL set to NaN should not throw
4735 PASS h2.align: IDL set to NaN followed by getAttribute()
4736 PASS h2.align: IDL set to NaN followed by IDL get
4737 PASS h2.align: IDL set to Infinity should not throw
4738 PASS h2.align: IDL set to Infinity followed by getAttribute()
4739 PASS h2.align: IDL set to Infinity followed by IDL get
4740 PASS h2.align: IDL set to -Infinity should not throw
4741 PASS h2.align: IDL set to -Infinity followed by getAttribute()
4742 PASS h2.align: IDL set to -Infinity followed by IDL get
4743 PASS h2.align: IDL set to "\0" should not throw
4744 PASS h2.align: IDL set to "\0" followed by getAttribute()
4745 PASS h2.align: IDL set to "\0" followed by IDL get
4746 PASS h2.align: IDL set to null should not throw
4747 PASS h2.align: IDL set to null followed by getAttribute()
4748 PASS h2.align: IDL set to null followed by IDL get
4749 PASS h2.align: IDL set to object "test-toString" should not throw
4750 PASS h2.align: IDL set to object "test-toString" followed by getAttribute()
4751 PASS h2.align: IDL set to object "test-toString" followed by IDL get
4752 PASS h2.align: IDL set to object "test-valueOf" should not throw
4753 PASS h2.align: IDL set to object "test-valueOf" followed by getAttribute()
4754 PASS h2.align: IDL set to object "test-valueOf" followed by IDL get
4755 PASS h3.title: typeof IDL attribute
4756 PASS h3.title: IDL get with DOM attribute unset
4757 PASS h3.title: setAttribute() to "" followed by getAttribute()
4758 PASS h3.title: setAttribute() to "" followed by IDL get
4759 PASS h3.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
4760 PASS h3.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
4761 PASS h3.title: setAttribute() to undefined followed by getAttribute()
4762 PASS h3.title: setAttribute() to undefined followed by IDL get
4763 PASS h3.title: setAttribute() to 7 followed by getAttribute()
4764 PASS h3.title: setAttribute() to 7 followed by IDL get
4765 PASS h3.title: setAttribute() to 1.5 followed by getAttribute()
4766 PASS h3.title: setAttribute() to 1.5 followed by IDL get
4767 PASS h3.title: setAttribute() to true followed by getAttribute()
4768 PASS h3.title: setAttribute() to true followed by IDL get
4769 PASS h3.title: setAttribute() to false followed by getAttribute()
4770 PASS h3.title: setAttribute() to false followed by IDL get
4771 PASS h3.title: setAttribute() to object "[object Object]" followed by getAttribu te()
4772 PASS h3.title: setAttribute() to object "[object Object]" followed by IDL get
4773 PASS h3.title: setAttribute() to NaN followed by getAttribute()
4774 PASS h3.title: setAttribute() to NaN followed by IDL get
4775 PASS h3.title: setAttribute() to Infinity followed by getAttribute()
4776 PASS h3.title: setAttribute() to Infinity followed by IDL get
4777 PASS h3.title: setAttribute() to -Infinity followed by getAttribute()
4778 PASS h3.title: setAttribute() to -Infinity followed by IDL get
4779 PASS h3.title: setAttribute() to "\0" followed by getAttribute()
4780 PASS h3.title: setAttribute() to "\0" followed by IDL get
4781 PASS h3.title: setAttribute() to null followed by getAttribute()
4782 PASS h3.title: setAttribute() to null followed by IDL get
4783 PASS h3.title: setAttribute() to object "test-toString" followed by getAttribute ()
4784 PASS h3.title: setAttribute() to object "test-toString" followed by IDL get
4785 PASS h3.title: setAttribute() to object "test-valueOf" followed by getAttribute( )
4786 PASS h3.title: setAttribute() to object "test-valueOf" followed by IDL get
4787 PASS h3.title: IDL set to "" should not throw
4788 PASS h3.title: IDL set to "" followed by getAttribute()
4789 PASS h3.title: IDL set to "" followed by IDL get
4790 PASS h3.title: IDL set 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 " should not throw
4791 PASS h3.title: IDL set 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 " followe d by getAttribute()
4792 PASS h3.title: IDL set 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 " followe d by IDL get
4793 PASS h3.title: IDL set to undefined should not throw
4794 PASS h3.title: IDL set to undefined followed by getAttribute()
4795 PASS h3.title: IDL set to undefined followed by IDL get
4796 PASS h3.title: IDL set to 7 should not throw
4797 PASS h3.title: IDL set to 7 followed by getAttribute()
4798 PASS h3.title: IDL set to 7 followed by IDL get
4799 PASS h3.title: IDL set to 1.5 should not throw
4800 PASS h3.title: IDL set to 1.5 followed by getAttribute()
4801 PASS h3.title: IDL set to 1.5 followed by IDL get
4802 PASS h3.title: IDL set to true should not throw
4803 PASS h3.title: IDL set to true followed by getAttribute()
4804 PASS h3.title: IDL set to true followed by IDL get
4805 PASS h3.title: IDL set to false should not throw
4806 PASS h3.title: IDL set to false followed by getAttribute()
4807 PASS h3.title: IDL set to false followed by IDL get
4808 PASS h3.title: IDL set to object "[object Object]" should not throw
4809 PASS h3.title: IDL set to object "[object Object]" followed by getAttribute()
4810 PASS h3.title: IDL set to object "[object Object]" followed by IDL get
4811 PASS h3.title: IDL set to NaN should not throw
4812 PASS h3.title: IDL set to NaN followed by getAttribute()
4813 PASS h3.title: IDL set to NaN followed by IDL get
4814 PASS h3.title: IDL set to Infinity should not throw
4815 PASS h3.title: IDL set to Infinity followed by getAttribute()
4816 PASS h3.title: IDL set to Infinity followed by IDL get
4817 PASS h3.title: IDL set to -Infinity should not throw
4818 PASS h3.title: IDL set to -Infinity followed by getAttribute()
4819 PASS h3.title: IDL set to -Infinity followed by IDL get
4820 PASS h3.title: IDL set to "\0" should not throw
4821 PASS h3.title: IDL set to "\0" followed by getAttribute()
4822 PASS h3.title: IDL set to "\0" followed by IDL get
4823 PASS h3.title: IDL set to null should not throw
4824 PASS h3.title: IDL set to null followed by getAttribute()
4825 PASS h3.title: IDL set to null followed by IDL get
4826 PASS h3.title: IDL set to object "test-toString" should not throw
4827 PASS h3.title: IDL set to object "test-toString" followed by getAttribute()
4828 PASS h3.title: IDL set to object "test-toString" followed by IDL get
4829 PASS h3.title: IDL set to object "test-valueOf" should not throw
4830 PASS h3.title: IDL set to object "test-valueOf" followed by getAttribute()
4831 PASS h3.title: IDL set to object "test-valueOf" followed by IDL get
4832 PASS h3.lang: typeof IDL attribute
4833 PASS h3.lang: IDL get with DOM attribute unset
4834 PASS h3.lang: setAttribute() to "" followed by getAttribute()
4835 PASS h3.lang: setAttribute() to "" followed by IDL get
4836 PASS h3.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
4837 PASS h3.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
4838 PASS h3.lang: setAttribute() to undefined followed by getAttribute()
4839 PASS h3.lang: setAttribute() to undefined followed by IDL get
4840 PASS h3.lang: setAttribute() to 7 followed by getAttribute()
4841 PASS h3.lang: setAttribute() to 7 followed by IDL get
4842 PASS h3.lang: setAttribute() to 1.5 followed by getAttribute()
4843 PASS h3.lang: setAttribute() to 1.5 followed by IDL get
4844 PASS h3.lang: setAttribute() to true followed by getAttribute()
4845 PASS h3.lang: setAttribute() to true followed by IDL get
4846 PASS h3.lang: setAttribute() to false followed by getAttribute()
4847 PASS h3.lang: setAttribute() to false followed by IDL get
4848 PASS h3.lang: setAttribute() to object "[object Object]" followed by getAttribut e()
4849 PASS h3.lang: setAttribute() to object "[object Object]" followed by IDL get
4850 PASS h3.lang: setAttribute() to NaN followed by getAttribute()
4851 PASS h3.lang: setAttribute() to NaN followed by IDL get
4852 PASS h3.lang: setAttribute() to Infinity followed by getAttribute()
4853 PASS h3.lang: setAttribute() to Infinity followed by IDL get
4854 PASS h3.lang: setAttribute() to -Infinity followed by getAttribute()
4855 PASS h3.lang: setAttribute() to -Infinity followed by IDL get
4856 PASS h3.lang: setAttribute() to "\0" followed by getAttribute()
4857 PASS h3.lang: setAttribute() to "\0" followed by IDL get
4858 PASS h3.lang: setAttribute() to null followed by getAttribute()
4859 PASS h3.lang: setAttribute() to null followed by IDL get
4860 PASS h3.lang: setAttribute() to object "test-toString" followed by getAttribute( )
4861 PASS h3.lang: setAttribute() to object "test-toString" followed by IDL get
4862 PASS h3.lang: setAttribute() to object "test-valueOf" followed by getAttribute()
4863 PASS h3.lang: setAttribute() to object "test-valueOf" followed by IDL get
4864 PASS h3.lang: IDL set to "" should not throw
4865 PASS h3.lang: IDL set to "" followed by getAttribute()
4866 PASS h3.lang: IDL set to "" followed by IDL get
4867 PASS h3.lang: IDL set 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 " should n ot throw
4868 PASS h3.lang: IDL set 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()
4869 PASS h3.lang: IDL set 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
4870 PASS h3.lang: IDL set to undefined should not throw
4871 PASS h3.lang: IDL set to undefined followed by getAttribute()
4872 PASS h3.lang: IDL set to undefined followed by IDL get
4873 PASS h3.lang: IDL set to 7 should not throw
4874 PASS h3.lang: IDL set to 7 followed by getAttribute()
4875 PASS h3.lang: IDL set to 7 followed by IDL get
4876 PASS h3.lang: IDL set to 1.5 should not throw
4877 PASS h3.lang: IDL set to 1.5 followed by getAttribute()
4878 PASS h3.lang: IDL set to 1.5 followed by IDL get
4879 PASS h3.lang: IDL set to true should not throw
4880 PASS h3.lang: IDL set to true followed by getAttribute()
4881 PASS h3.lang: IDL set to true followed by IDL get
4882 PASS h3.lang: IDL set to false should not throw
4883 PASS h3.lang: IDL set to false followed by getAttribute()
4884 PASS h3.lang: IDL set to false followed by IDL get
4885 PASS h3.lang: IDL set to object "[object Object]" should not throw
4886 PASS h3.lang: IDL set to object "[object Object]" followed by getAttribute()
4887 PASS h3.lang: IDL set to object "[object Object]" followed by IDL get
4888 PASS h3.lang: IDL set to NaN should not throw
4889 PASS h3.lang: IDL set to NaN followed by getAttribute()
4890 PASS h3.lang: IDL set to NaN followed by IDL get
4891 PASS h3.lang: IDL set to Infinity should not throw
4892 PASS h3.lang: IDL set to Infinity followed by getAttribute()
4893 PASS h3.lang: IDL set to Infinity followed by IDL get
4894 PASS h3.lang: IDL set to -Infinity should not throw
4895 PASS h3.lang: IDL set to -Infinity followed by getAttribute()
4896 PASS h3.lang: IDL set to -Infinity followed by IDL get
4897 PASS h3.lang: IDL set to "\0" should not throw
4898 PASS h3.lang: IDL set to "\0" followed by getAttribute()
4899 PASS h3.lang: IDL set to "\0" followed by IDL get
4900 PASS h3.lang: IDL set to null should not throw
4901 PASS h3.lang: IDL set to null followed by getAttribute()
4902 PASS h3.lang: IDL set to null followed by IDL get
4903 PASS h3.lang: IDL set to object "test-toString" should not throw
4904 PASS h3.lang: IDL set to object "test-toString" followed by getAttribute()
4905 PASS h3.lang: IDL set to object "test-toString" followed by IDL get
4906 PASS h3.lang: IDL set to object "test-valueOf" should not throw
4907 PASS h3.lang: IDL set to object "test-valueOf" followed by getAttribute()
4908 PASS h3.lang: IDL set to object "test-valueOf" followed by IDL get
4909 PASS h3.dir: typeof IDL attribute
4910 PASS h3.dir: IDL get with DOM attribute unset
4911 PASS h3.dir: setAttribute() to "" followed by getAttribute()
4912 PASS h3.dir: setAttribute() to "" followed by IDL get
4913 PASS h3.dir: 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 " fo llowed by getAttribute()
4914 PASS h3.dir: 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 " fo llowed by IDL get
4915 PASS h3.dir: setAttribute() to undefined followed by getAttribute()
4916 PASS h3.dir: setAttribute() to undefined followed by IDL get
4917 PASS h3.dir: setAttribute() to 7 followed by getAttribute()
4918 PASS h3.dir: setAttribute() to 7 followed by IDL get
4919 PASS h3.dir: setAttribute() to 1.5 followed by getAttribute()
4920 PASS h3.dir: setAttribute() to 1.5 followed by IDL get
4921 PASS h3.dir: setAttribute() to true followed by getAttribute()
4922 PASS h3.dir: setAttribute() to true followed by IDL get
4923 PASS h3.dir: setAttribute() to false followed by getAttribute()
4924 PASS h3.dir: setAttribute() to false followed by IDL get
4925 PASS h3.dir: setAttribute() to object "[object Object]" followed by getAttribute ()
4926 PASS h3.dir: setAttribute() to object "[object Object]" followed by IDL get
4927 PASS h3.dir: setAttribute() to NaN followed by getAttribute()
4928 PASS h3.dir: setAttribute() to NaN followed by IDL get
4929 PASS h3.dir: setAttribute() to Infinity followed by getAttribute()
4930 PASS h3.dir: setAttribute() to Infinity followed by IDL get
4931 PASS h3.dir: setAttribute() to -Infinity followed by getAttribute()
4932 PASS h3.dir: setAttribute() to -Infinity followed by IDL get
4933 PASS h3.dir: setAttribute() to "\0" followed by getAttribute()
4934 PASS h3.dir: setAttribute() to "\0" followed by IDL get
4935 PASS h3.dir: setAttribute() to null followed by getAttribute()
4936 PASS h3.dir: setAttribute() to null followed by IDL get
4937 PASS h3.dir: setAttribute() to object "test-toString" followed by getAttribute()
4938 PASS h3.dir: setAttribute() to object "test-toString" followed by IDL get
4939 PASS h3.dir: setAttribute() to object "test-valueOf" followed by getAttribute()
4940 PASS h3.dir: setAttribute() to object "test-valueOf" followed by IDL get
4941 PASS h3.dir: setAttribute() to "ltr" followed by getAttribute()
4942 PASS h3.dir: setAttribute() to "ltr" followed by IDL get
4943 PASS h3.dir: setAttribute() to "xltr" followed by getAttribute()
4944 PASS h3.dir: setAttribute() to "xltr" followed by IDL get
4945 PASS h3.dir: setAttribute() to "ltr\0" followed by getAttribute()
4946 PASS h3.dir: setAttribute() to "ltr\0" followed by IDL get
4947 PASS h3.dir: setAttribute() to "tr" followed by getAttribute()
4948 PASS h3.dir: setAttribute() to "tr" followed by IDL get
4949 PASS h3.dir: setAttribute() to "LTR" followed by getAttribute()
4950 PASS h3.dir: setAttribute() to "LTR" followed by IDL get
4951 PASS h3.dir: setAttribute() to "rtl" followed by getAttribute()
4952 PASS h3.dir: setAttribute() to "rtl" followed by IDL get
4953 PASS h3.dir: setAttribute() to "xrtl" followed by getAttribute()
4954 PASS h3.dir: setAttribute() to "xrtl" followed by IDL get
4955 PASS h3.dir: setAttribute() to "rtl\0" followed by getAttribute()
4956 PASS h3.dir: setAttribute() to "rtl\0" followed by IDL get
4957 PASS h3.dir: setAttribute() to "tl" followed by getAttribute()
4958 PASS h3.dir: setAttribute() to "tl" followed by IDL get
4959 PASS h3.dir: setAttribute() to "RTL" followed by getAttribute()
4960 PASS h3.dir: setAttribute() to "RTL" followed by IDL get
4961 PASS h3.dir: setAttribute() to "auto" followed by getAttribute()
4962 PASS h3.dir: setAttribute() to "auto" followed by IDL get
4963 PASS h3.dir: setAttribute() to "xauto" followed by getAttribute()
4964 PASS h3.dir: setAttribute() to "xauto" followed by IDL get
4965 PASS h3.dir: setAttribute() to "auto\0" followed by getAttribute()
4966 PASS h3.dir: setAttribute() to "auto\0" followed by IDL get
4967 PASS h3.dir: setAttribute() to "uto" followed by getAttribute()
4968 PASS h3.dir: setAttribute() to "uto" followed by IDL get
4969 PASS h3.dir: setAttribute() to "AUTO" followed by getAttribute()
4970 PASS h3.dir: setAttribute() to "AUTO" followed by IDL get
4971 PASS h3.dir: IDL set to "" should not throw
4972 PASS h3.dir: IDL set to "" followed by getAttribute()
4973 PASS h3.dir: IDL set to "" followed by IDL get
4974 PASS h3.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should no t throw
4975 PASS h3.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
4976 PASS h3.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
4977 PASS h3.dir: IDL set to undefined should not throw
4978 PASS h3.dir: IDL set to undefined followed by getAttribute()
4979 PASS h3.dir: IDL set to undefined followed by IDL get
4980 PASS h3.dir: IDL set to 7 should not throw
4981 PASS h3.dir: IDL set to 7 followed by getAttribute()
4982 PASS h3.dir: IDL set to 7 followed by IDL get
4983 PASS h3.dir: IDL set to 1.5 should not throw
4984 PASS h3.dir: IDL set to 1.5 followed by getAttribute()
4985 PASS h3.dir: IDL set to 1.5 followed by IDL get
4986 PASS h3.dir: IDL set to true should not throw
4987 PASS h3.dir: IDL set to true followed by getAttribute()
4988 PASS h3.dir: IDL set to true followed by IDL get
4989 PASS h3.dir: IDL set to false should not throw
4990 PASS h3.dir: IDL set to false followed by getAttribute()
4991 PASS h3.dir: IDL set to false followed by IDL get
4992 PASS h3.dir: IDL set to object "[object Object]" should not throw
4993 PASS h3.dir: IDL set to object "[object Object]" followed by getAttribute()
4994 PASS h3.dir: IDL set to object "[object Object]" followed by IDL get
4995 PASS h3.dir: IDL set to NaN should not throw
4996 PASS h3.dir: IDL set to NaN followed by getAttribute()
4997 PASS h3.dir: IDL set to NaN followed by IDL get
4998 PASS h3.dir: IDL set to Infinity should not throw
4999 PASS h3.dir: IDL set to Infinity followed by getAttribute()
5000 PASS h3.dir: IDL set to Infinity followed by IDL get
5001 PASS h3.dir: IDL set to -Infinity should not throw
5002 PASS h3.dir: IDL set to -Infinity followed by getAttribute()
5003 PASS h3.dir: IDL set to -Infinity followed by IDL get
5004 PASS h3.dir: IDL set to "\0" should not throw
5005 PASS h3.dir: IDL set to "\0" followed by getAttribute()
5006 PASS h3.dir: IDL set to "\0" followed by IDL get
5007 PASS h3.dir: IDL set to null should not throw
5008 PASS h3.dir: IDL set to null followed by IDL get
5009 PASS h3.dir: IDL set to object "test-toString" should not throw
5010 PASS h3.dir: IDL set to object "test-toString" followed by getAttribute()
5011 PASS h3.dir: IDL set to object "test-toString" followed by IDL get
5012 PASS h3.dir: IDL set to object "test-valueOf" should not throw
5013 PASS h3.dir: IDL set to object "test-valueOf" followed by getAttribute()
5014 PASS h3.dir: IDL set to object "test-valueOf" followed by IDL get
5015 PASS h3.dir: IDL set to "ltr" should not throw
5016 PASS h3.dir: IDL set to "ltr" followed by getAttribute()
5017 PASS h3.dir: IDL set to "ltr" followed by IDL get
5018 PASS h3.dir: IDL set to "xltr" should not throw
5019 PASS h3.dir: IDL set to "xltr" followed by getAttribute()
5020 PASS h3.dir: IDL set to "xltr" followed by IDL get
5021 PASS h3.dir: IDL set to "ltr\0" should not throw
5022 PASS h3.dir: IDL set to "ltr\0" followed by getAttribute()
5023 PASS h3.dir: IDL set to "ltr\0" followed by IDL get
5024 PASS h3.dir: IDL set to "tr" should not throw
5025 PASS h3.dir: IDL set to "tr" followed by getAttribute()
5026 PASS h3.dir: IDL set to "tr" followed by IDL get
5027 PASS h3.dir: IDL set to "LTR" should not throw
5028 PASS h3.dir: IDL set to "LTR" followed by getAttribute()
5029 PASS h3.dir: IDL set to "LTR" followed by IDL get
5030 PASS h3.dir: IDL set to "rtl" should not throw
5031 PASS h3.dir: IDL set to "rtl" followed by getAttribute()
5032 PASS h3.dir: IDL set to "rtl" followed by IDL get
5033 PASS h3.dir: IDL set to "xrtl" should not throw
5034 PASS h3.dir: IDL set to "xrtl" followed by getAttribute()
5035 PASS h3.dir: IDL set to "xrtl" followed by IDL get
5036 PASS h3.dir: IDL set to "rtl\0" should not throw
5037 PASS h3.dir: IDL set to "rtl\0" followed by getAttribute()
5038 PASS h3.dir: IDL set to "rtl\0" followed by IDL get
5039 PASS h3.dir: IDL set to "tl" should not throw
5040 PASS h3.dir: IDL set to "tl" followed by getAttribute()
5041 PASS h3.dir: IDL set to "tl" followed by IDL get
5042 PASS h3.dir: IDL set to "RTL" should not throw
5043 PASS h3.dir: IDL set to "RTL" followed by getAttribute()
5044 PASS h3.dir: IDL set to "RTL" followed by IDL get
5045 PASS h3.dir: IDL set to "auto" should not throw
5046 PASS h3.dir: IDL set to "auto" followed by getAttribute()
5047 PASS h3.dir: IDL set to "auto" followed by IDL get
5048 PASS h3.dir: IDL set to "xauto" should not throw
5049 PASS h3.dir: IDL set to "xauto" followed by getAttribute()
5050 PASS h3.dir: IDL set to "xauto" followed by IDL get
5051 PASS h3.dir: IDL set to "auto\0" should not throw
5052 PASS h3.dir: IDL set to "auto\0" followed by getAttribute()
5053 PASS h3.dir: IDL set to "auto\0" followed by IDL get
5054 PASS h3.dir: IDL set to "uto" should not throw
5055 PASS h3.dir: IDL set to "uto" followed by getAttribute()
5056 PASS h3.dir: IDL set to "uto" followed by IDL get
5057 PASS h3.dir: IDL set to "AUTO" should not throw
5058 PASS h3.dir: IDL set to "AUTO" followed by getAttribute()
5059 PASS h3.dir: IDL set to "AUTO" followed by IDL get
5060 PASS h3.className (<h3 class>): typeof IDL attribute
5061 PASS h3.className (<h3 class>): IDL get with DOM attribute unset
5062 PASS h3.className (<h3 class>): setAttribute() to "" followed by getAttribute()
5063 PASS h3.className (<h3 class>): setAttribute() to "" followed by IDL get
5064 PASS h3.className (<h3 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by getAttribute()
5065 PASS h3.className (<h3 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by IDL get
5066 PASS h3.className (<h3 class>): setAttribute() to undefined followed by getAttri bute()
5067 PASS h3.className (<h3 class>): setAttribute() to undefined followed by IDL get
5068 PASS h3.className (<h3 class>): setAttribute() to 7 followed by getAttribute()
5069 PASS h3.className (<h3 class>): setAttribute() to 7 followed by IDL get
5070 PASS h3.className (<h3 class>): setAttribute() to 1.5 followed by getAttribute()
5071 PASS h3.className (<h3 class>): setAttribute() to 1.5 followed by IDL get
5072 PASS h3.className (<h3 class>): setAttribute() to true followed by getAttribute( )
5073 PASS h3.className (<h3 class>): setAttribute() to true followed by IDL get
5074 PASS h3.className (<h3 class>): setAttribute() to false followed by getAttribute ()
5075 PASS h3.className (<h3 class>): setAttribute() to false followed by IDL get
5076 PASS h3.className (<h3 class>): setAttribute() to object "[object Object]" follo wed by getAttribute()
5077 PASS h3.className (<h3 class>): setAttribute() to object "[object Object]" follo wed by IDL get
5078 PASS h3.className (<h3 class>): setAttribute() to NaN followed by getAttribute()
5079 PASS h3.className (<h3 class>): setAttribute() to NaN followed by IDL get
5080 PASS h3.className (<h3 class>): setAttribute() to Infinity followed by getAttrib ute()
5081 PASS h3.className (<h3 class>): setAttribute() to Infinity followed by IDL get
5082 PASS h3.className (<h3 class>): setAttribute() to -Infinity followed by getAttri bute()
5083 PASS h3.className (<h3 class>): setAttribute() to -Infinity followed by IDL get
5084 PASS h3.className (<h3 class>): setAttribute() to "\0" followed by getAttribute( )
5085 PASS h3.className (<h3 class>): setAttribute() to "\0" followed by IDL get
5086 PASS h3.className (<h3 class>): setAttribute() to null followed by getAttribute( )
5087 PASS h3.className (<h3 class>): setAttribute() to null followed by IDL get
5088 PASS h3.className (<h3 class>): setAttribute() to object "test-toString" followe d by getAttribute()
5089 PASS h3.className (<h3 class>): setAttribute() to object "test-toString" followe d by IDL get
5090 PASS h3.className (<h3 class>): setAttribute() to object "test-valueOf" followed by getAttribute()
5091 PASS h3.className (<h3 class>): setAttribute() to object "test-valueOf" followed by IDL get
5092 PASS h3.className (<h3 class>): IDL set to "" should not throw
5093 PASS h3.className (<h3 class>): IDL set to "" followed by getAttribute()
5094 PASS h3.className (<h3 class>): IDL set to "" followed by IDL get
5095 PASS h3.className (<h3 class>): IDL set 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\x 1f foo " should not throw
5096 PASS h3.className (<h3 class>): IDL set 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\x 1f foo " followed by getAttribute()
5097 PASS h3.className (<h3 class>): IDL set 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\x 1f foo " followed by IDL get
5098 PASS h3.className (<h3 class>): IDL set to undefined should not throw
5099 PASS h3.className (<h3 class>): IDL set to undefined followed by getAttribute()
5100 PASS h3.className (<h3 class>): IDL set to undefined followed by IDL get
5101 PASS h3.className (<h3 class>): IDL set to 7 should not throw
5102 PASS h3.className (<h3 class>): IDL set to 7 followed by getAttribute()
5103 PASS h3.className (<h3 class>): IDL set to 7 followed by IDL get
5104 PASS h3.className (<h3 class>): IDL set to 1.5 should not throw
5105 PASS h3.className (<h3 class>): IDL set to 1.5 followed by getAttribute()
5106 PASS h3.className (<h3 class>): IDL set to 1.5 followed by IDL get
5107 PASS h3.className (<h3 class>): IDL set to true should not throw
5108 PASS h3.className (<h3 class>): IDL set to true followed by getAttribute()
5109 PASS h3.className (<h3 class>): IDL set to true followed by IDL get
5110 PASS h3.className (<h3 class>): IDL set to false should not throw
5111 PASS h3.className (<h3 class>): IDL set to false followed by getAttribute()
5112 PASS h3.className (<h3 class>): IDL set to false followed by IDL get
5113 PASS h3.className (<h3 class>): IDL set to object "[object Object]" should not t hrow
5114 PASS h3.className (<h3 class>): IDL set to object "[object Object]" followed by getAttribute()
5115 PASS h3.className (<h3 class>): IDL set to object "[object Object]" followed by IDL get
5116 PASS h3.className (<h3 class>): IDL set to NaN should not throw
5117 PASS h3.className (<h3 class>): IDL set to NaN followed by getAttribute()
5118 PASS h3.className (<h3 class>): IDL set to NaN followed by IDL get
5119 PASS h3.className (<h3 class>): IDL set to Infinity should not throw
5120 PASS h3.className (<h3 class>): IDL set to Infinity followed by getAttribute()
5121 PASS h3.className (<h3 class>): IDL set to Infinity followed by IDL get
5122 PASS h3.className (<h3 class>): IDL set to -Infinity should not throw
5123 PASS h3.className (<h3 class>): IDL set to -Infinity followed by getAttribute()
5124 PASS h3.className (<h3 class>): IDL set to -Infinity followed by IDL get
5125 PASS h3.className (<h3 class>): IDL set to "\0" should not throw
5126 PASS h3.className (<h3 class>): IDL set to "\0" followed by getAttribute()
5127 PASS h3.className (<h3 class>): IDL set to "\0" followed by IDL get
5128 PASS h3.className (<h3 class>): IDL set to null should not throw
5129 PASS h3.className (<h3 class>): IDL set to null followed by getAttribute()
5130 PASS h3.className (<h3 class>): IDL set to null followed by IDL get
5131 PASS h3.className (<h3 class>): IDL set to object "test-toString" should not thr ow
5132 PASS h3.className (<h3 class>): IDL set to object "test-toString" followed by ge tAttribute()
5133 PASS h3.className (<h3 class>): IDL set to object "test-toString" followed by ID L get
5134 PASS h3.className (<h3 class>): IDL set to object "test-valueOf" should not thro w
5135 PASS h3.className (<h3 class>): IDL set to object "test-valueOf" followed by get Attribute()
5136 PASS h3.className (<h3 class>): IDL set to object "test-valueOf" followed by IDL get
5137 PASS h3.hidden: typeof IDL attribute
5138 PASS h3.hidden: IDL get with DOM attribute unset
5139 PASS h3.hidden: setAttribute() to "" followed by getAttribute()
5140 PASS h3.hidden: setAttribute() to "" followed by IDL get
5141 PASS h3.hidden: setAttribute() to " foo " followed by getAttribute()
5142 PASS h3.hidden: setAttribute() to " foo " followed by IDL get
5143 PASS h3.hidden: setAttribute() to undefined followed by getAttribute()
5144 PASS h3.hidden: setAttribute() to undefined followed by IDL get
5145 PASS h3.hidden: setAttribute() to null followed by getAttribute()
5146 PASS h3.hidden: setAttribute() to null followed by IDL get
5147 PASS h3.hidden: setAttribute() to 7 followed by getAttribute()
5148 PASS h3.hidden: setAttribute() to 7 followed by IDL get
5149 PASS h3.hidden: setAttribute() to 1.5 followed by getAttribute()
5150 PASS h3.hidden: setAttribute() to 1.5 followed by IDL get
5151 PASS h3.hidden: setAttribute() to true followed by getAttribute()
5152 PASS h3.hidden: setAttribute() to true followed by IDL get
5153 PASS h3.hidden: setAttribute() to false followed by getAttribute()
5154 PASS h3.hidden: setAttribute() to false followed by IDL get
5155 PASS h3.hidden: setAttribute() to object "[object Object]" followed by getAttrib ute()
5156 PASS h3.hidden: setAttribute() to object "[object Object]" followed by IDL get
5157 PASS h3.hidden: setAttribute() to NaN followed by getAttribute()
5158 PASS h3.hidden: setAttribute() to NaN followed by IDL get
5159 PASS h3.hidden: setAttribute() to Infinity followed by getAttribute()
5160 PASS h3.hidden: setAttribute() to Infinity followed by IDL get
5161 PASS h3.hidden: setAttribute() to -Infinity followed by getAttribute()
5162 PASS h3.hidden: setAttribute() to -Infinity followed by IDL get
5163 PASS h3.hidden: setAttribute() to "\0" followed by getAttribute()
5164 PASS h3.hidden: setAttribute() to "\0" followed by IDL get
5165 PASS h3.hidden: setAttribute() to object "test-toString" followed by getAttribut e()
5166 PASS h3.hidden: setAttribute() to object "test-toString" followed by IDL get
5167 PASS h3.hidden: setAttribute() to object "test-valueOf" followed by getAttribute ()
5168 PASS h3.hidden: setAttribute() to object "test-valueOf" followed by IDL get
5169 PASS h3.hidden: setAttribute() to "hidden" followed by getAttribute()
5170 PASS h3.hidden: setAttribute() to "hidden" followed by IDL get
5171 PASS h3.hidden: IDL set to "" should not throw
5172 PASS h3.hidden: IDL set to "" followed by hasAttribute()
5173 PASS h3.hidden: IDL set to "" followed by IDL get
5174 PASS h3.hidden: IDL set to " foo " should not throw
5175 PASS h3.hidden: IDL set to " foo " followed by hasAttribute()
5176 PASS h3.hidden: IDL set to " foo " followed by IDL get
5177 PASS h3.hidden: IDL set to undefined should not throw
5178 PASS h3.hidden: IDL set to undefined followed by hasAttribute()
5179 PASS h3.hidden: IDL set to undefined followed by IDL get
5180 PASS h3.hidden: IDL set to null should not throw
5181 PASS h3.hidden: IDL set to null followed by hasAttribute()
5182 PASS h3.hidden: IDL set to null followed by IDL get
5183 PASS h3.hidden: IDL set to 7 should not throw
5184 PASS h3.hidden: IDL set to 7 followed by hasAttribute()
5185 PASS h3.hidden: IDL set to 7 followed by IDL get
5186 PASS h3.hidden: IDL set to 1.5 should not throw
5187 PASS h3.hidden: IDL set to 1.5 followed by hasAttribute()
5188 PASS h3.hidden: IDL set to 1.5 followed by IDL get
5189 PASS h3.hidden: IDL set to true should not throw
5190 PASS h3.hidden: IDL set to true followed by hasAttribute()
5191 PASS h3.hidden: IDL set to true followed by IDL get
5192 PASS h3.hidden: IDL set to false should not throw
5193 PASS h3.hidden: IDL set to false followed by hasAttribute()
5194 PASS h3.hidden: IDL set to false followed by IDL get
5195 PASS h3.hidden: IDL set to object "[object Object]" should not throw
5196 PASS h3.hidden: IDL set to object "[object Object]" followed by hasAttribute()
5197 PASS h3.hidden: IDL set to object "[object Object]" followed by IDL get
5198 PASS h3.hidden: IDL set to NaN should not throw
5199 PASS h3.hidden: IDL set to NaN followed by hasAttribute()
5200 PASS h3.hidden: IDL set to NaN followed by IDL get
5201 PASS h3.hidden: IDL set to Infinity should not throw
5202 PASS h3.hidden: IDL set to Infinity followed by hasAttribute()
5203 PASS h3.hidden: IDL set to Infinity followed by IDL get
5204 PASS h3.hidden: IDL set to -Infinity should not throw
5205 PASS h3.hidden: IDL set to -Infinity followed by hasAttribute()
5206 PASS h3.hidden: IDL set to -Infinity followed by IDL get
5207 PASS h3.hidden: IDL set to "\0" should not throw
5208 PASS h3.hidden: IDL set to "\0" followed by hasAttribute()
5209 PASS h3.hidden: IDL set to "\0" followed by IDL get
5210 PASS h3.hidden: IDL set to object "test-toString" should not throw
5211 PASS h3.hidden: IDL set to object "test-toString" followed by hasAttribute()
5212 PASS h3.hidden: IDL set to object "test-toString" followed by IDL get
5213 PASS h3.hidden: IDL set to object "test-valueOf" should not throw
5214 PASS h3.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
5215 PASS h3.hidden: IDL set to object "test-valueOf" followed by IDL get
5216 PASS h3.accessKey: typeof IDL attribute
5217 PASS h3.accessKey: IDL get with DOM attribute unset
5218 PASS h3.accessKey: setAttribute() to "" followed by getAttribute()
5219 PASS h3.accessKey: setAttribute() to "" followed by IDL get
5220 PASS h3.accessKey: 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 fo o " followed by getAttribute()
5221 PASS h3.accessKey: 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 fo o " followed by IDL get
5222 PASS h3.accessKey: setAttribute() to undefined followed by getAttribute()
5223 PASS h3.accessKey: setAttribute() to undefined followed by IDL get
5224 PASS h3.accessKey: setAttribute() to 7 followed by getAttribute()
5225 PASS h3.accessKey: setAttribute() to 7 followed by IDL get
5226 PASS h3.accessKey: setAttribute() to 1.5 followed by getAttribute()
5227 PASS h3.accessKey: setAttribute() to 1.5 followed by IDL get
5228 PASS h3.accessKey: setAttribute() to true followed by getAttribute()
5229 PASS h3.accessKey: setAttribute() to true followed by IDL get
5230 PASS h3.accessKey: setAttribute() to false followed by getAttribute()
5231 PASS h3.accessKey: setAttribute() to false followed by IDL get
5232 PASS h3.accessKey: setAttribute() to object "[object Object]" followed by getAtt ribute()
5233 PASS h3.accessKey: setAttribute() to object "[object Object]" followed by IDL ge t
5234 PASS h3.accessKey: setAttribute() to NaN followed by getAttribute()
5235 PASS h3.accessKey: setAttribute() to NaN followed by IDL get
5236 PASS h3.accessKey: setAttribute() to Infinity followed by getAttribute()
5237 PASS h3.accessKey: setAttribute() to Infinity followed by IDL get
5238 PASS h3.accessKey: setAttribute() to -Infinity followed by getAttribute()
5239 PASS h3.accessKey: setAttribute() to -Infinity followed by IDL get
5240 PASS h3.accessKey: setAttribute() to "\0" followed by getAttribute()
5241 PASS h3.accessKey: setAttribute() to "\0" followed by IDL get
5242 PASS h3.accessKey: setAttribute() to null followed by getAttribute()
5243 PASS h3.accessKey: setAttribute() to null followed by IDL get
5244 PASS h3.accessKey: setAttribute() to object "test-toString" followed by getAttri bute()
5245 PASS h3.accessKey: setAttribute() to object "test-toString" followed by IDL get
5246 PASS h3.accessKey: setAttribute() to object "test-valueOf" followed by getAttrib ute()
5247 PASS h3.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
5248 PASS h3.accessKey: IDL set to "" should not throw
5249 PASS h3.accessKey: IDL set to "" followed by getAttribute()
5250 PASS h3.accessKey: IDL set to "" followed by IDL get
5251 PASS h3.accessKey: IDL set 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 " sho uld not throw
5252 PASS h3.accessKey: IDL set 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 " fol lowed by getAttribute()
5253 PASS h3.accessKey: IDL set 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 " fol lowed by IDL get
5254 PASS h3.accessKey: IDL set to undefined should not throw
5255 PASS h3.accessKey: IDL set to undefined followed by getAttribute()
5256 PASS h3.accessKey: IDL set to undefined followed by IDL get
5257 PASS h3.accessKey: IDL set to 7 should not throw
5258 PASS h3.accessKey: IDL set to 7 followed by getAttribute()
5259 PASS h3.accessKey: IDL set to 7 followed by IDL get
5260 PASS h3.accessKey: IDL set to 1.5 should not throw
5261 PASS h3.accessKey: IDL set to 1.5 followed by getAttribute()
5262 PASS h3.accessKey: IDL set to 1.5 followed by IDL get
5263 PASS h3.accessKey: IDL set to true should not throw
5264 PASS h3.accessKey: IDL set to true followed by getAttribute()
5265 PASS h3.accessKey: IDL set to true followed by IDL get
5266 PASS h3.accessKey: IDL set to false should not throw
5267 PASS h3.accessKey: IDL set to false followed by getAttribute()
5268 PASS h3.accessKey: IDL set to false followed by IDL get
5269 PASS h3.accessKey: IDL set to object "[object Object]" should not throw
5270 PASS h3.accessKey: IDL set to object "[object Object]" followed by getAttribute( )
5271 PASS h3.accessKey: IDL set to object "[object Object]" followed by IDL get
5272 PASS h3.accessKey: IDL set to NaN should not throw
5273 PASS h3.accessKey: IDL set to NaN followed by getAttribute()
5274 PASS h3.accessKey: IDL set to NaN followed by IDL get
5275 PASS h3.accessKey: IDL set to Infinity should not throw
5276 PASS h3.accessKey: IDL set to Infinity followed by getAttribute()
5277 PASS h3.accessKey: IDL set to Infinity followed by IDL get
5278 PASS h3.accessKey: IDL set to -Infinity should not throw
5279 PASS h3.accessKey: IDL set to -Infinity followed by getAttribute()
5280 PASS h3.accessKey: IDL set to -Infinity followed by IDL get
5281 PASS h3.accessKey: IDL set to "\0" should not throw
5282 PASS h3.accessKey: IDL set to "\0" followed by getAttribute()
5283 PASS h3.accessKey: IDL set to "\0" followed by IDL get
5284 PASS h3.accessKey: IDL set to null should not throw
5285 PASS h3.accessKey: IDL set to null followed by getAttribute()
5286 PASS h3.accessKey: IDL set to null followed by IDL get
5287 PASS h3.accessKey: IDL set to object "test-toString" should not throw
5288 PASS h3.accessKey: IDL set to object "test-toString" followed by getAttribute()
5289 PASS h3.accessKey: IDL set to object "test-toString" followed by IDL get
5290 PASS h3.accessKey: IDL set to object "test-valueOf" should not throw
5291 PASS h3.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
5292 PASS h3.accessKey: IDL set to object "test-valueOf" followed by IDL get
5293 PASS h3.tabIndex: typeof IDL attribute
5294 PASS h3.tabIndex: setAttribute() to -36 followed by getAttribute()
5295 PASS h3.tabIndex: setAttribute() to -36 followed by IDL get
5296 PASS h3.tabIndex: setAttribute() to -1 followed by getAttribute()
5297 PASS h3.tabIndex: setAttribute() to -1 followed by IDL get
5298 PASS h3.tabIndex: setAttribute() to 0 followed by getAttribute()
5299 PASS h3.tabIndex: setAttribute() to 0 followed by IDL get
5300 PASS h3.tabIndex: setAttribute() to 1 followed by getAttribute()
5301 PASS h3.tabIndex: setAttribute() to 1 followed by IDL get
5302 PASS h3.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
5303 FAIL h3.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
5304 PASS h3.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
5305 FAIL h3.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
5306 PASS h3.tabIndex: setAttribute() to "-1" followed by getAttribute()
5307 PASS h3.tabIndex: setAttribute() to "-1" followed by IDL get
5308 PASS h3.tabIndex: setAttribute() to "-0" followed by getAttribute()
5309 PASS h3.tabIndex: setAttribute() to "-0" followed by IDL get
5310 PASS h3.tabIndex: setAttribute() to "0" followed by getAttribute()
5311 PASS h3.tabIndex: setAttribute() to "0" followed by IDL get
5312 PASS h3.tabIndex: setAttribute() to "1" followed by getAttribute()
5313 PASS h3.tabIndex: setAttribute() to "1" followed by IDL get
5314 PASS h3.tabIndex: setAttribute() to "\t7" followed by getAttribute()
5315 PASS h3.tabIndex: setAttribute() to "\t7" followed by IDL get
5316 PASS h3.tabIndex: setAttribute() to "\f7" followed by getAttribute()
5317 PASS h3.tabIndex: setAttribute() to "\f7" followed by IDL get
5318 PASS h3.tabIndex: setAttribute() to " 7" followed by getAttribute()
5319 PASS h3.tabIndex: setAttribute() to " 7" followed by IDL get
5320 PASS h3.tabIndex: setAttribute() to "\n7" followed by getAttribute()
5321 PASS h3.tabIndex: setAttribute() to "\n7" followed by IDL get
5322 PASS h3.tabIndex: setAttribute() to "\r7" followed by getAttribute()
5323 PASS h3.tabIndex: setAttribute() to "\r7" followed by IDL get
5324 PASS h3.tabIndex: setAttribute() to 1.5 followed by getAttribute()
5325 PASS h3.tabIndex: setAttribute() to 1.5 followed by IDL get
5326 PASS h3.tabIndex: setAttribute() to object "2" followed by getAttribute()
5327 PASS h3.tabIndex: setAttribute() to object "2" followed by IDL get
5328 PASS h3.tabIndex: IDL set to -36 should not throw
5329 PASS h3.tabIndex: IDL set to -36 followed by getAttribute()
5330 PASS h3.tabIndex: IDL set to -36 followed by IDL get
5331 PASS h3.tabIndex: IDL set to -1 should not throw
5332 PASS h3.tabIndex: IDL set to -1 followed by getAttribute()
5333 PASS h3.tabIndex: IDL set to -1 followed by IDL get
5334 PASS h3.tabIndex: IDL set to 0 should not throw
5335 PASS h3.tabIndex: IDL set to 0 followed by getAttribute()
5336 PASS h3.tabIndex: IDL set to 0 followed by IDL get
5337 PASS h3.tabIndex: IDL set to 1 should not throw
5338 PASS h3.tabIndex: IDL set to 1 followed by getAttribute()
5339 PASS h3.tabIndex: IDL set to 1 followed by IDL get
5340 PASS h3.tabIndex: IDL set to 2147483647 should not throw
5341 PASS h3.tabIndex: IDL set to 2147483647 followed by getAttribute()
5342 FAIL h3.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
5343 PASS h3.tabIndex: IDL set to -2147483648 should not throw
5344 PASS h3.tabIndex: IDL set to -2147483648 followed by getAttribute()
5345 FAIL h3.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
5346 PASS h3.align: typeof IDL attribute
5347 PASS h3.align: IDL get with DOM attribute unset
5348 PASS h3.align: setAttribute() to "" followed by getAttribute()
5349 PASS h3.align: setAttribute() to "" followed by IDL get
5350 PASS h3.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
5351 PASS h3.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
5352 PASS h3.align: setAttribute() to undefined followed by getAttribute()
5353 PASS h3.align: setAttribute() to undefined followed by IDL get
5354 PASS h3.align: setAttribute() to 7 followed by getAttribute()
5355 PASS h3.align: setAttribute() to 7 followed by IDL get
5356 PASS h3.align: setAttribute() to 1.5 followed by getAttribute()
5357 PASS h3.align: setAttribute() to 1.5 followed by IDL get
5358 PASS h3.align: setAttribute() to true followed by getAttribute()
5359 PASS h3.align: setAttribute() to true followed by IDL get
5360 PASS h3.align: setAttribute() to false followed by getAttribute()
5361 PASS h3.align: setAttribute() to false followed by IDL get
5362 PASS h3.align: setAttribute() to object "[object Object]" followed by getAttribu te()
5363 PASS h3.align: setAttribute() to object "[object Object]" followed by IDL get
5364 PASS h3.align: setAttribute() to NaN followed by getAttribute()
5365 PASS h3.align: setAttribute() to NaN followed by IDL get
5366 PASS h3.align: setAttribute() to Infinity followed by getAttribute()
5367 PASS h3.align: setAttribute() to Infinity followed by IDL get
5368 PASS h3.align: setAttribute() to -Infinity followed by getAttribute()
5369 PASS h3.align: setAttribute() to -Infinity followed by IDL get
5370 PASS h3.align: setAttribute() to "\0" followed by getAttribute()
5371 PASS h3.align: setAttribute() to "\0" followed by IDL get
5372 PASS h3.align: setAttribute() to null followed by getAttribute()
5373 PASS h3.align: setAttribute() to null followed by IDL get
5374 PASS h3.align: setAttribute() to object "test-toString" followed by getAttribute ()
5375 PASS h3.align: setAttribute() to object "test-toString" followed by IDL get
5376 PASS h3.align: setAttribute() to object "test-valueOf" followed by getAttribute( )
5377 PASS h3.align: setAttribute() to object "test-valueOf" followed by IDL get
5378 PASS h3.align: IDL set to "" should not throw
5379 PASS h3.align: IDL set to "" followed by getAttribute()
5380 PASS h3.align: IDL set to "" followed by IDL get
5381 PASS h3.align: IDL set 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 " should not throw
5382 PASS h3.align: IDL set 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 " followe d by getAttribute()
5383 PASS h3.align: IDL set 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 " followe d by IDL get
5384 PASS h3.align: IDL set to undefined should not throw
5385 PASS h3.align: IDL set to undefined followed by getAttribute()
5386 PASS h3.align: IDL set to undefined followed by IDL get
5387 PASS h3.align: IDL set to 7 should not throw
5388 PASS h3.align: IDL set to 7 followed by getAttribute()
5389 PASS h3.align: IDL set to 7 followed by IDL get
5390 PASS h3.align: IDL set to 1.5 should not throw
5391 PASS h3.align: IDL set to 1.5 followed by getAttribute()
5392 PASS h3.align: IDL set to 1.5 followed by IDL get
5393 PASS h3.align: IDL set to true should not throw
5394 PASS h3.align: IDL set to true followed by getAttribute()
5395 PASS h3.align: IDL set to true followed by IDL get
5396 PASS h3.align: IDL set to false should not throw
5397 PASS h3.align: IDL set to false followed by getAttribute()
5398 PASS h3.align: IDL set to false followed by IDL get
5399 PASS h3.align: IDL set to object "[object Object]" should not throw
5400 PASS h3.align: IDL set to object "[object Object]" followed by getAttribute()
5401 PASS h3.align: IDL set to object "[object Object]" followed by IDL get
5402 PASS h3.align: IDL set to NaN should not throw
5403 PASS h3.align: IDL set to NaN followed by getAttribute()
5404 PASS h3.align: IDL set to NaN followed by IDL get
5405 PASS h3.align: IDL set to Infinity should not throw
5406 PASS h3.align: IDL set to Infinity followed by getAttribute()
5407 PASS h3.align: IDL set to Infinity followed by IDL get
5408 PASS h3.align: IDL set to -Infinity should not throw
5409 PASS h3.align: IDL set to -Infinity followed by getAttribute()
5410 PASS h3.align: IDL set to -Infinity followed by IDL get
5411 PASS h3.align: IDL set to "\0" should not throw
5412 PASS h3.align: IDL set to "\0" followed by getAttribute()
5413 PASS h3.align: IDL set to "\0" followed by IDL get
5414 PASS h3.align: IDL set to null should not throw
5415 PASS h3.align: IDL set to null followed by getAttribute()
5416 PASS h3.align: IDL set to null followed by IDL get
5417 PASS h3.align: IDL set to object "test-toString" should not throw
5418 PASS h3.align: IDL set to object "test-toString" followed by getAttribute()
5419 PASS h3.align: IDL set to object "test-toString" followed by IDL get
5420 PASS h3.align: IDL set to object "test-valueOf" should not throw
5421 PASS h3.align: IDL set to object "test-valueOf" followed by getAttribute()
5422 PASS h3.align: IDL set to object "test-valueOf" followed by IDL get
5423 PASS h4.title: typeof IDL attribute
5424 PASS h4.title: IDL get with DOM attribute unset
5425 PASS h4.title: setAttribute() to "" followed by getAttribute()
5426 PASS h4.title: setAttribute() to "" followed by IDL get
5427 PASS h4.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
5428 PASS h4.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
5429 PASS h4.title: setAttribute() to undefined followed by getAttribute()
5430 PASS h4.title: setAttribute() to undefined followed by IDL get
5431 PASS h4.title: setAttribute() to 7 followed by getAttribute()
5432 PASS h4.title: setAttribute() to 7 followed by IDL get
5433 PASS h4.title: setAttribute() to 1.5 followed by getAttribute()
5434 PASS h4.title: setAttribute() to 1.5 followed by IDL get
5435 PASS h4.title: setAttribute() to true followed by getAttribute()
5436 PASS h4.title: setAttribute() to true followed by IDL get
5437 PASS h4.title: setAttribute() to false followed by getAttribute()
5438 PASS h4.title: setAttribute() to false followed by IDL get
5439 PASS h4.title: setAttribute() to object "[object Object]" followed by getAttribu te()
5440 PASS h4.title: setAttribute() to object "[object Object]" followed by IDL get
5441 PASS h4.title: setAttribute() to NaN followed by getAttribute()
5442 PASS h4.title: setAttribute() to NaN followed by IDL get
5443 PASS h4.title: setAttribute() to Infinity followed by getAttribute()
5444 PASS h4.title: setAttribute() to Infinity followed by IDL get
5445 PASS h4.title: setAttribute() to -Infinity followed by getAttribute()
5446 PASS h4.title: setAttribute() to -Infinity followed by IDL get
5447 PASS h4.title: setAttribute() to "\0" followed by getAttribute()
5448 PASS h4.title: setAttribute() to "\0" followed by IDL get
5449 PASS h4.title: setAttribute() to null followed by getAttribute()
5450 PASS h4.title: setAttribute() to null followed by IDL get
5451 PASS h4.title: setAttribute() to object "test-toString" followed by getAttribute ()
5452 PASS h4.title: setAttribute() to object "test-toString" followed by IDL get
5453 PASS h4.title: setAttribute() to object "test-valueOf" followed by getAttribute( )
5454 PASS h4.title: setAttribute() to object "test-valueOf" followed by IDL get
5455 PASS h4.title: IDL set to "" should not throw
5456 PASS h4.title: IDL set to "" followed by getAttribute()
5457 PASS h4.title: IDL set to "" followed by IDL get
5458 PASS h4.title: IDL set 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 " should not throw
5459 PASS h4.title: IDL set 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 " followe d by getAttribute()
5460 PASS h4.title: IDL set 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 " followe d by IDL get
5461 PASS h4.title: IDL set to undefined should not throw
5462 PASS h4.title: IDL set to undefined followed by getAttribute()
5463 PASS h4.title: IDL set to undefined followed by IDL get
5464 PASS h4.title: IDL set to 7 should not throw
5465 PASS h4.title: IDL set to 7 followed by getAttribute()
5466 PASS h4.title: IDL set to 7 followed by IDL get
5467 PASS h4.title: IDL set to 1.5 should not throw
5468 PASS h4.title: IDL set to 1.5 followed by getAttribute()
5469 PASS h4.title: IDL set to 1.5 followed by IDL get
5470 PASS h4.title: IDL set to true should not throw
5471 PASS h4.title: IDL set to true followed by getAttribute()
5472 PASS h4.title: IDL set to true followed by IDL get
5473 PASS h4.title: IDL set to false should not throw
5474 PASS h4.title: IDL set to false followed by getAttribute()
5475 PASS h4.title: IDL set to false followed by IDL get
5476 PASS h4.title: IDL set to object "[object Object]" should not throw
5477 PASS h4.title: IDL set to object "[object Object]" followed by getAttribute()
5478 PASS h4.title: IDL set to object "[object Object]" followed by IDL get
5479 PASS h4.title: IDL set to NaN should not throw
5480 PASS h4.title: IDL set to NaN followed by getAttribute()
5481 PASS h4.title: IDL set to NaN followed by IDL get
5482 PASS h4.title: IDL set to Infinity should not throw
5483 PASS h4.title: IDL set to Infinity followed by getAttribute()
5484 PASS h4.title: IDL set to Infinity followed by IDL get
5485 PASS h4.title: IDL set to -Infinity should not throw
5486 PASS h4.title: IDL set to -Infinity followed by getAttribute()
5487 PASS h4.title: IDL set to -Infinity followed by IDL get
5488 PASS h4.title: IDL set to "\0" should not throw
5489 PASS h4.title: IDL set to "\0" followed by getAttribute()
5490 PASS h4.title: IDL set to "\0" followed by IDL get
5491 PASS h4.title: IDL set to null should not throw
5492 PASS h4.title: IDL set to null followed by getAttribute()
5493 PASS h4.title: IDL set to null followed by IDL get
5494 PASS h4.title: IDL set to object "test-toString" should not throw
5495 PASS h4.title: IDL set to object "test-toString" followed by getAttribute()
5496 PASS h4.title: IDL set to object "test-toString" followed by IDL get
5497 PASS h4.title: IDL set to object "test-valueOf" should not throw
5498 PASS h4.title: IDL set to object "test-valueOf" followed by getAttribute()
5499 PASS h4.title: IDL set to object "test-valueOf" followed by IDL get
5500 PASS h4.lang: typeof IDL attribute
5501 PASS h4.lang: IDL get with DOM attribute unset
5502 PASS h4.lang: setAttribute() to "" followed by getAttribute()
5503 PASS h4.lang: setAttribute() to "" followed by IDL get
5504 PASS h4.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
5505 PASS h4.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
5506 PASS h4.lang: setAttribute() to undefined followed by getAttribute()
5507 PASS h4.lang: setAttribute() to undefined followed by IDL get
5508 PASS h4.lang: setAttribute() to 7 followed by getAttribute()
5509 PASS h4.lang: setAttribute() to 7 followed by IDL get
5510 PASS h4.lang: setAttribute() to 1.5 followed by getAttribute()
5511 PASS h4.lang: setAttribute() to 1.5 followed by IDL get
5512 PASS h4.lang: setAttribute() to true followed by getAttribute()
5513 PASS h4.lang: setAttribute() to true followed by IDL get
5514 PASS h4.lang: setAttribute() to false followed by getAttribute()
5515 PASS h4.lang: setAttribute() to false followed by IDL get
5516 PASS h4.lang: setAttribute() to object "[object Object]" followed by getAttribut e()
5517 PASS h4.lang: setAttribute() to object "[object Object]" followed by IDL get
5518 PASS h4.lang: setAttribute() to NaN followed by getAttribute()
5519 PASS h4.lang: setAttribute() to NaN followed by IDL get
5520 PASS h4.lang: setAttribute() to Infinity followed by getAttribute()
5521 PASS h4.lang: setAttribute() to Infinity followed by IDL get
5522 PASS h4.lang: setAttribute() to -Infinity followed by getAttribute()
5523 PASS h4.lang: setAttribute() to -Infinity followed by IDL get
5524 PASS h4.lang: setAttribute() to "\0" followed by getAttribute()
5525 PASS h4.lang: setAttribute() to "\0" followed by IDL get
5526 PASS h4.lang: setAttribute() to null followed by getAttribute()
5527 PASS h4.lang: setAttribute() to null followed by IDL get
5528 PASS h4.lang: setAttribute() to object "test-toString" followed by getAttribute( )
5529 PASS h4.lang: setAttribute() to object "test-toString" followed by IDL get
5530 PASS h4.lang: setAttribute() to object "test-valueOf" followed by getAttribute()
5531 PASS h4.lang: setAttribute() to object "test-valueOf" followed by IDL get
5532 PASS h4.lang: IDL set to "" should not throw
5533 PASS h4.lang: IDL set to "" followed by getAttribute()
5534 PASS h4.lang: IDL set to "" followed by IDL get
5535 PASS h4.lang: IDL set 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 " should n ot throw
5536 PASS h4.lang: IDL set 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()
5537 PASS h4.lang: IDL set 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
5538 PASS h4.lang: IDL set to undefined should not throw
5539 PASS h4.lang: IDL set to undefined followed by getAttribute()
5540 PASS h4.lang: IDL set to undefined followed by IDL get
5541 PASS h4.lang: IDL set to 7 should not throw
5542 PASS h4.lang: IDL set to 7 followed by getAttribute()
5543 PASS h4.lang: IDL set to 7 followed by IDL get
5544 PASS h4.lang: IDL set to 1.5 should not throw
5545 PASS h4.lang: IDL set to 1.5 followed by getAttribute()
5546 PASS h4.lang: IDL set to 1.5 followed by IDL get
5547 PASS h4.lang: IDL set to true should not throw
5548 PASS h4.lang: IDL set to true followed by getAttribute()
5549 PASS h4.lang: IDL set to true followed by IDL get
5550 PASS h4.lang: IDL set to false should not throw
5551 PASS h4.lang: IDL set to false followed by getAttribute()
5552 PASS h4.lang: IDL set to false followed by IDL get
5553 PASS h4.lang: IDL set to object "[object Object]" should not throw
5554 PASS h4.lang: IDL set to object "[object Object]" followed by getAttribute()
5555 PASS h4.lang: IDL set to object "[object Object]" followed by IDL get
5556 PASS h4.lang: IDL set to NaN should not throw
5557 PASS h4.lang: IDL set to NaN followed by getAttribute()
5558 PASS h4.lang: IDL set to NaN followed by IDL get
5559 PASS h4.lang: IDL set to Infinity should not throw
5560 PASS h4.lang: IDL set to Infinity followed by getAttribute()
5561 PASS h4.lang: IDL set to Infinity followed by IDL get
5562 PASS h4.lang: IDL set to -Infinity should not throw
5563 PASS h4.lang: IDL set to -Infinity followed by getAttribute()
5564 PASS h4.lang: IDL set to -Infinity followed by IDL get
5565 PASS h4.lang: IDL set to "\0" should not throw
5566 PASS h4.lang: IDL set to "\0" followed by getAttribute()
5567 PASS h4.lang: IDL set to "\0" followed by IDL get
5568 PASS h4.lang: IDL set to null should not throw
5569 PASS h4.lang: IDL set to null followed by getAttribute()
5570 PASS h4.lang: IDL set to null followed by IDL get
5571 PASS h4.lang: IDL set to object "test-toString" should not throw
5572 PASS h4.lang: IDL set to object "test-toString" followed by getAttribute()
5573 PASS h4.lang: IDL set to object "test-toString" followed by IDL get
5574 PASS h4.lang: IDL set to object "test-valueOf" should not throw
5575 PASS h4.lang: IDL set to object "test-valueOf" followed by getAttribute()
5576 PASS h4.lang: IDL set to object "test-valueOf" followed by IDL get
5577 PASS h4.dir: typeof IDL attribute
5578 PASS h4.dir: IDL get with DOM attribute unset
5579 PASS h4.dir: setAttribute() to "" followed by getAttribute()
5580 PASS h4.dir: setAttribute() to "" followed by IDL get
5581 PASS h4.dir: 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 " fo llowed by getAttribute()
5582 PASS h4.dir: 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 " fo llowed by IDL get
5583 PASS h4.dir: setAttribute() to undefined followed by getAttribute()
5584 PASS h4.dir: setAttribute() to undefined followed by IDL get
5585 PASS h4.dir: setAttribute() to 7 followed by getAttribute()
5586 PASS h4.dir: setAttribute() to 7 followed by IDL get
5587 PASS h4.dir: setAttribute() to 1.5 followed by getAttribute()
5588 PASS h4.dir: setAttribute() to 1.5 followed by IDL get
5589 PASS h4.dir: setAttribute() to true followed by getAttribute()
5590 PASS h4.dir: setAttribute() to true followed by IDL get
5591 PASS h4.dir: setAttribute() to false followed by getAttribute()
5592 PASS h4.dir: setAttribute() to false followed by IDL get
5593 PASS h4.dir: setAttribute() to object "[object Object]" followed by getAttribute ()
5594 PASS h4.dir: setAttribute() to object "[object Object]" followed by IDL get
5595 PASS h4.dir: setAttribute() to NaN followed by getAttribute()
5596 PASS h4.dir: setAttribute() to NaN followed by IDL get
5597 PASS h4.dir: setAttribute() to Infinity followed by getAttribute()
5598 PASS h4.dir: setAttribute() to Infinity followed by IDL get
5599 PASS h4.dir: setAttribute() to -Infinity followed by getAttribute()
5600 PASS h4.dir: setAttribute() to -Infinity followed by IDL get
5601 PASS h4.dir: setAttribute() to "\0" followed by getAttribute()
5602 PASS h4.dir: setAttribute() to "\0" followed by IDL get
5603 PASS h4.dir: setAttribute() to null followed by getAttribute()
5604 PASS h4.dir: setAttribute() to null followed by IDL get
5605 PASS h4.dir: setAttribute() to object "test-toString" followed by getAttribute()
5606 PASS h4.dir: setAttribute() to object "test-toString" followed by IDL get
5607 PASS h4.dir: setAttribute() to object "test-valueOf" followed by getAttribute()
5608 PASS h4.dir: setAttribute() to object "test-valueOf" followed by IDL get
5609 PASS h4.dir: setAttribute() to "ltr" followed by getAttribute()
5610 PASS h4.dir: setAttribute() to "ltr" followed by IDL get
5611 PASS h4.dir: setAttribute() to "xltr" followed by getAttribute()
5612 PASS h4.dir: setAttribute() to "xltr" followed by IDL get
5613 PASS h4.dir: setAttribute() to "ltr\0" followed by getAttribute()
5614 PASS h4.dir: setAttribute() to "ltr\0" followed by IDL get
5615 PASS h4.dir: setAttribute() to "tr" followed by getAttribute()
5616 PASS h4.dir: setAttribute() to "tr" followed by IDL get
5617 PASS h4.dir: setAttribute() to "LTR" followed by getAttribute()
5618 PASS h4.dir: setAttribute() to "LTR" followed by IDL get
5619 PASS h4.dir: setAttribute() to "rtl" followed by getAttribute()
5620 PASS h4.dir: setAttribute() to "rtl" followed by IDL get
5621 PASS h4.dir: setAttribute() to "xrtl" followed by getAttribute()
5622 PASS h4.dir: setAttribute() to "xrtl" followed by IDL get
5623 PASS h4.dir: setAttribute() to "rtl\0" followed by getAttribute()
5624 PASS h4.dir: setAttribute() to "rtl\0" followed by IDL get
5625 PASS h4.dir: setAttribute() to "tl" followed by getAttribute()
5626 PASS h4.dir: setAttribute() to "tl" followed by IDL get
5627 PASS h4.dir: setAttribute() to "RTL" followed by getAttribute()
5628 PASS h4.dir: setAttribute() to "RTL" followed by IDL get
5629 PASS h4.dir: setAttribute() to "auto" followed by getAttribute()
5630 PASS h4.dir: setAttribute() to "auto" followed by IDL get
5631 PASS h4.dir: setAttribute() to "xauto" followed by getAttribute()
5632 PASS h4.dir: setAttribute() to "xauto" followed by IDL get
5633 PASS h4.dir: setAttribute() to "auto\0" followed by getAttribute()
5634 PASS h4.dir: setAttribute() to "auto\0" followed by IDL get
5635 PASS h4.dir: setAttribute() to "uto" followed by getAttribute()
5636 PASS h4.dir: setAttribute() to "uto" followed by IDL get
5637 PASS h4.dir: setAttribute() to "AUTO" followed by getAttribute()
5638 PASS h4.dir: setAttribute() to "AUTO" followed by IDL get
5639 PASS h4.dir: IDL set to "" should not throw
5640 PASS h4.dir: IDL set to "" followed by getAttribute()
5641 PASS h4.dir: IDL set to "" followed by IDL get
5642 PASS h4.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should no t throw
5643 PASS h4.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
5644 PASS h4.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
5645 PASS h4.dir: IDL set to undefined should not throw
5646 PASS h4.dir: IDL set to undefined followed by getAttribute()
5647 PASS h4.dir: IDL set to undefined followed by IDL get
5648 PASS h4.dir: IDL set to 7 should not throw
5649 PASS h4.dir: IDL set to 7 followed by getAttribute()
5650 PASS h4.dir: IDL set to 7 followed by IDL get
5651 PASS h4.dir: IDL set to 1.5 should not throw
5652 PASS h4.dir: IDL set to 1.5 followed by getAttribute()
5653 PASS h4.dir: IDL set to 1.5 followed by IDL get
5654 PASS h4.dir: IDL set to true should not throw
5655 PASS h4.dir: IDL set to true followed by getAttribute()
5656 PASS h4.dir: IDL set to true followed by IDL get
5657 PASS h4.dir: IDL set to false should not throw
5658 PASS h4.dir: IDL set to false followed by getAttribute()
5659 PASS h4.dir: IDL set to false followed by IDL get
5660 PASS h4.dir: IDL set to object "[object Object]" should not throw
5661 PASS h4.dir: IDL set to object "[object Object]" followed by getAttribute()
5662 PASS h4.dir: IDL set to object "[object Object]" followed by IDL get
5663 PASS h4.dir: IDL set to NaN should not throw
5664 PASS h4.dir: IDL set to NaN followed by getAttribute()
5665 PASS h4.dir: IDL set to NaN followed by IDL get
5666 PASS h4.dir: IDL set to Infinity should not throw
5667 PASS h4.dir: IDL set to Infinity followed by getAttribute()
5668 PASS h4.dir: IDL set to Infinity followed by IDL get
5669 PASS h4.dir: IDL set to -Infinity should not throw
5670 PASS h4.dir: IDL set to -Infinity followed by getAttribute()
5671 PASS h4.dir: IDL set to -Infinity followed by IDL get
5672 PASS h4.dir: IDL set to "\0" should not throw
5673 PASS h4.dir: IDL set to "\0" followed by getAttribute()
5674 PASS h4.dir: IDL set to "\0" followed by IDL get
5675 PASS h4.dir: IDL set to null should not throw
5676 PASS h4.dir: IDL set to null followed by IDL get
5677 PASS h4.dir: IDL set to object "test-toString" should not throw
5678 PASS h4.dir: IDL set to object "test-toString" followed by getAttribute()
5679 PASS h4.dir: IDL set to object "test-toString" followed by IDL get
5680 PASS h4.dir: IDL set to object "test-valueOf" should not throw
5681 PASS h4.dir: IDL set to object "test-valueOf" followed by getAttribute()
5682 PASS h4.dir: IDL set to object "test-valueOf" followed by IDL get
5683 PASS h4.dir: IDL set to "ltr" should not throw
5684 PASS h4.dir: IDL set to "ltr" followed by getAttribute()
5685 PASS h4.dir: IDL set to "ltr" followed by IDL get
5686 PASS h4.dir: IDL set to "xltr" should not throw
5687 PASS h4.dir: IDL set to "xltr" followed by getAttribute()
5688 PASS h4.dir: IDL set to "xltr" followed by IDL get
5689 PASS h4.dir: IDL set to "ltr\0" should not throw
5690 PASS h4.dir: IDL set to "ltr\0" followed by getAttribute()
5691 PASS h4.dir: IDL set to "ltr\0" followed by IDL get
5692 PASS h4.dir: IDL set to "tr" should not throw
5693 PASS h4.dir: IDL set to "tr" followed by getAttribute()
5694 PASS h4.dir: IDL set to "tr" followed by IDL get
5695 PASS h4.dir: IDL set to "LTR" should not throw
5696 PASS h4.dir: IDL set to "LTR" followed by getAttribute()
5697 PASS h4.dir: IDL set to "LTR" followed by IDL get
5698 PASS h4.dir: IDL set to "rtl" should not throw
5699 PASS h4.dir: IDL set to "rtl" followed by getAttribute()
5700 PASS h4.dir: IDL set to "rtl" followed by IDL get
5701 PASS h4.dir: IDL set to "xrtl" should not throw
5702 PASS h4.dir: IDL set to "xrtl" followed by getAttribute()
5703 PASS h4.dir: IDL set to "xrtl" followed by IDL get
5704 PASS h4.dir: IDL set to "rtl\0" should not throw
5705 PASS h4.dir: IDL set to "rtl\0" followed by getAttribute()
5706 PASS h4.dir: IDL set to "rtl\0" followed by IDL get
5707 PASS h4.dir: IDL set to "tl" should not throw
5708 PASS h4.dir: IDL set to "tl" followed by getAttribute()
5709 PASS h4.dir: IDL set to "tl" followed by IDL get
5710 PASS h4.dir: IDL set to "RTL" should not throw
5711 PASS h4.dir: IDL set to "RTL" followed by getAttribute()
5712 PASS h4.dir: IDL set to "RTL" followed by IDL get
5713 PASS h4.dir: IDL set to "auto" should not throw
5714 PASS h4.dir: IDL set to "auto" followed by getAttribute()
5715 PASS h4.dir: IDL set to "auto" followed by IDL get
5716 PASS h4.dir: IDL set to "xauto" should not throw
5717 PASS h4.dir: IDL set to "xauto" followed by getAttribute()
5718 PASS h4.dir: IDL set to "xauto" followed by IDL get
5719 PASS h4.dir: IDL set to "auto\0" should not throw
5720 PASS h4.dir: IDL set to "auto\0" followed by getAttribute()
5721 PASS h4.dir: IDL set to "auto\0" followed by IDL get
5722 PASS h4.dir: IDL set to "uto" should not throw
5723 PASS h4.dir: IDL set to "uto" followed by getAttribute()
5724 PASS h4.dir: IDL set to "uto" followed by IDL get
5725 PASS h4.dir: IDL set to "AUTO" should not throw
5726 PASS h4.dir: IDL set to "AUTO" followed by getAttribute()
5727 PASS h4.dir: IDL set to "AUTO" followed by IDL get
5728 PASS h4.className (<h4 class>): typeof IDL attribute
5729 PASS h4.className (<h4 class>): IDL get with DOM attribute unset
5730 PASS h4.className (<h4 class>): setAttribute() to "" followed by getAttribute()
5731 PASS h4.className (<h4 class>): setAttribute() to "" followed by IDL get
5732 PASS h4.className (<h4 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by getAttribute()
5733 PASS h4.className (<h4 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by IDL get
5734 PASS h4.className (<h4 class>): setAttribute() to undefined followed by getAttri bute()
5735 PASS h4.className (<h4 class>): setAttribute() to undefined followed by IDL get
5736 PASS h4.className (<h4 class>): setAttribute() to 7 followed by getAttribute()
5737 PASS h4.className (<h4 class>): setAttribute() to 7 followed by IDL get
5738 PASS h4.className (<h4 class>): setAttribute() to 1.5 followed by getAttribute()
5739 PASS h4.className (<h4 class>): setAttribute() to 1.5 followed by IDL get
5740 PASS h4.className (<h4 class>): setAttribute() to true followed by getAttribute( )
5741 PASS h4.className (<h4 class>): setAttribute() to true followed by IDL get
5742 PASS h4.className (<h4 class>): setAttribute() to false followed by getAttribute ()
5743 PASS h4.className (<h4 class>): setAttribute() to false followed by IDL get
5744 PASS h4.className (<h4 class>): setAttribute() to object "[object Object]" follo wed by getAttribute()
5745 PASS h4.className (<h4 class>): setAttribute() to object "[object Object]" follo wed by IDL get
5746 PASS h4.className (<h4 class>): setAttribute() to NaN followed by getAttribute()
5747 PASS h4.className (<h4 class>): setAttribute() to NaN followed by IDL get
5748 PASS h4.className (<h4 class>): setAttribute() to Infinity followed by getAttrib ute()
5749 PASS h4.className (<h4 class>): setAttribute() to Infinity followed by IDL get
5750 PASS h4.className (<h4 class>): setAttribute() to -Infinity followed by getAttri bute()
5751 PASS h4.className (<h4 class>): setAttribute() to -Infinity followed by IDL get
5752 PASS h4.className (<h4 class>): setAttribute() to "\0" followed by getAttribute( )
5753 PASS h4.className (<h4 class>): setAttribute() to "\0" followed by IDL get
5754 PASS h4.className (<h4 class>): setAttribute() to null followed by getAttribute( )
5755 PASS h4.className (<h4 class>): setAttribute() to null followed by IDL get
5756 PASS h4.className (<h4 class>): setAttribute() to object "test-toString" followe d by getAttribute()
5757 PASS h4.className (<h4 class>): setAttribute() to object "test-toString" followe d by IDL get
5758 PASS h4.className (<h4 class>): setAttribute() to object "test-valueOf" followed by getAttribute()
5759 PASS h4.className (<h4 class>): setAttribute() to object "test-valueOf" followed by IDL get
5760 PASS h4.className (<h4 class>): IDL set to "" should not throw
5761 PASS h4.className (<h4 class>): IDL set to "" followed by getAttribute()
5762 PASS h4.className (<h4 class>): IDL set to "" followed by IDL get
5763 PASS h4.className (<h4 class>): IDL set 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\x 1f foo " should not throw
5764 PASS h4.className (<h4 class>): IDL set 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\x 1f foo " followed by getAttribute()
5765 PASS h4.className (<h4 class>): IDL set 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\x 1f foo " followed by IDL get
5766 PASS h4.className (<h4 class>): IDL set to undefined should not throw
5767 PASS h4.className (<h4 class>): IDL set to undefined followed by getAttribute()
5768 PASS h4.className (<h4 class>): IDL set to undefined followed by IDL get
5769 PASS h4.className (<h4 class>): IDL set to 7 should not throw
5770 PASS h4.className (<h4 class>): IDL set to 7 followed by getAttribute()
5771 PASS h4.className (<h4 class>): IDL set to 7 followed by IDL get
5772 PASS h4.className (<h4 class>): IDL set to 1.5 should not throw
5773 PASS h4.className (<h4 class>): IDL set to 1.5 followed by getAttribute()
5774 PASS h4.className (<h4 class>): IDL set to 1.5 followed by IDL get
5775 PASS h4.className (<h4 class>): IDL set to true should not throw
5776 PASS h4.className (<h4 class>): IDL set to true followed by getAttribute()
5777 PASS h4.className (<h4 class>): IDL set to true followed by IDL get
5778 PASS h4.className (<h4 class>): IDL set to false should not throw
5779 PASS h4.className (<h4 class>): IDL set to false followed by getAttribute()
5780 PASS h4.className (<h4 class>): IDL set to false followed by IDL get
5781 PASS h4.className (<h4 class>): IDL set to object "[object Object]" should not t hrow
5782 PASS h4.className (<h4 class>): IDL set to object "[object Object]" followed by getAttribute()
5783 PASS h4.className (<h4 class>): IDL set to object "[object Object]" followed by IDL get
5784 PASS h4.className (<h4 class>): IDL set to NaN should not throw
5785 PASS h4.className (<h4 class>): IDL set to NaN followed by getAttribute()
5786 PASS h4.className (<h4 class>): IDL set to NaN followed by IDL get
5787 PASS h4.className (<h4 class>): IDL set to Infinity should not throw
5788 PASS h4.className (<h4 class>): IDL set to Infinity followed by getAttribute()
5789 PASS h4.className (<h4 class>): IDL set to Infinity followed by IDL get
5790 PASS h4.className (<h4 class>): IDL set to -Infinity should not throw
5791 PASS h4.className (<h4 class>): IDL set to -Infinity followed by getAttribute()
5792 PASS h4.className (<h4 class>): IDL set to -Infinity followed by IDL get
5793 PASS h4.className (<h4 class>): IDL set to "\0" should not throw
5794 PASS h4.className (<h4 class>): IDL set to "\0" followed by getAttribute()
5795 PASS h4.className (<h4 class>): IDL set to "\0" followed by IDL get
5796 PASS h4.className (<h4 class>): IDL set to null should not throw
5797 PASS h4.className (<h4 class>): IDL set to null followed by getAttribute()
5798 PASS h4.className (<h4 class>): IDL set to null followed by IDL get
5799 PASS h4.className (<h4 class>): IDL set to object "test-toString" should not thr ow
5800 PASS h4.className (<h4 class>): IDL set to object "test-toString" followed by ge tAttribute()
5801 PASS h4.className (<h4 class>): IDL set to object "test-toString" followed by ID L get
5802 PASS h4.className (<h4 class>): IDL set to object "test-valueOf" should not thro w
5803 PASS h4.className (<h4 class>): IDL set to object "test-valueOf" followed by get Attribute()
5804 PASS h4.className (<h4 class>): IDL set to object "test-valueOf" followed by IDL get
5805 PASS h4.hidden: typeof IDL attribute
5806 PASS h4.hidden: IDL get with DOM attribute unset
5807 PASS h4.hidden: setAttribute() to "" followed by getAttribute()
5808 PASS h4.hidden: setAttribute() to "" followed by IDL get
5809 PASS h4.hidden: setAttribute() to " foo " followed by getAttribute()
5810 PASS h4.hidden: setAttribute() to " foo " followed by IDL get
5811 PASS h4.hidden: setAttribute() to undefined followed by getAttribute()
5812 PASS h4.hidden: setAttribute() to undefined followed by IDL get
5813 PASS h4.hidden: setAttribute() to null followed by getAttribute()
5814 PASS h4.hidden: setAttribute() to null followed by IDL get
5815 PASS h4.hidden: setAttribute() to 7 followed by getAttribute()
5816 PASS h4.hidden: setAttribute() to 7 followed by IDL get
5817 PASS h4.hidden: setAttribute() to 1.5 followed by getAttribute()
5818 PASS h4.hidden: setAttribute() to 1.5 followed by IDL get
5819 PASS h4.hidden: setAttribute() to true followed by getAttribute()
5820 PASS h4.hidden: setAttribute() to true followed by IDL get
5821 PASS h4.hidden: setAttribute() to false followed by getAttribute()
5822 PASS h4.hidden: setAttribute() to false followed by IDL get
5823 PASS h4.hidden: setAttribute() to object "[object Object]" followed by getAttrib ute()
5824 PASS h4.hidden: setAttribute() to object "[object Object]" followed by IDL get
5825 PASS h4.hidden: setAttribute() to NaN followed by getAttribute()
5826 PASS h4.hidden: setAttribute() to NaN followed by IDL get
5827 PASS h4.hidden: setAttribute() to Infinity followed by getAttribute()
5828 PASS h4.hidden: setAttribute() to Infinity followed by IDL get
5829 PASS h4.hidden: setAttribute() to -Infinity followed by getAttribute()
5830 PASS h4.hidden: setAttribute() to -Infinity followed by IDL get
5831 PASS h4.hidden: setAttribute() to "\0" followed by getAttribute()
5832 PASS h4.hidden: setAttribute() to "\0" followed by IDL get
5833 PASS h4.hidden: setAttribute() to object "test-toString" followed by getAttribut e()
5834 PASS h4.hidden: setAttribute() to object "test-toString" followed by IDL get
5835 PASS h4.hidden: setAttribute() to object "test-valueOf" followed by getAttribute ()
5836 PASS h4.hidden: setAttribute() to object "test-valueOf" followed by IDL get
5837 PASS h4.hidden: setAttribute() to "hidden" followed by getAttribute()
5838 PASS h4.hidden: setAttribute() to "hidden" followed by IDL get
5839 PASS h4.hidden: IDL set to "" should not throw
5840 PASS h4.hidden: IDL set to "" followed by hasAttribute()
5841 PASS h4.hidden: IDL set to "" followed by IDL get
5842 PASS h4.hidden: IDL set to " foo " should not throw
5843 PASS h4.hidden: IDL set to " foo " followed by hasAttribute()
5844 PASS h4.hidden: IDL set to " foo " followed by IDL get
5845 PASS h4.hidden: IDL set to undefined should not throw
5846 PASS h4.hidden: IDL set to undefined followed by hasAttribute()
5847 PASS h4.hidden: IDL set to undefined followed by IDL get
5848 PASS h4.hidden: IDL set to null should not throw
5849 PASS h4.hidden: IDL set to null followed by hasAttribute()
5850 PASS h4.hidden: IDL set to null followed by IDL get
5851 PASS h4.hidden: IDL set to 7 should not throw
5852 PASS h4.hidden: IDL set to 7 followed by hasAttribute()
5853 PASS h4.hidden: IDL set to 7 followed by IDL get
5854 PASS h4.hidden: IDL set to 1.5 should not throw
5855 PASS h4.hidden: IDL set to 1.5 followed by hasAttribute()
5856 PASS h4.hidden: IDL set to 1.5 followed by IDL get
5857 PASS h4.hidden: IDL set to true should not throw
5858 PASS h4.hidden: IDL set to true followed by hasAttribute()
5859 PASS h4.hidden: IDL set to true followed by IDL get
5860 PASS h4.hidden: IDL set to false should not throw
5861 PASS h4.hidden: IDL set to false followed by hasAttribute()
5862 PASS h4.hidden: IDL set to false followed by IDL get
5863 PASS h4.hidden: IDL set to object "[object Object]" should not throw
5864 PASS h4.hidden: IDL set to object "[object Object]" followed by hasAttribute()
5865 PASS h4.hidden: IDL set to object "[object Object]" followed by IDL get
5866 PASS h4.hidden: IDL set to NaN should not throw
5867 PASS h4.hidden: IDL set to NaN followed by hasAttribute()
5868 PASS h4.hidden: IDL set to NaN followed by IDL get
5869 PASS h4.hidden: IDL set to Infinity should not throw
5870 PASS h4.hidden: IDL set to Infinity followed by hasAttribute()
5871 PASS h4.hidden: IDL set to Infinity followed by IDL get
5872 PASS h4.hidden: IDL set to -Infinity should not throw
5873 PASS h4.hidden: IDL set to -Infinity followed by hasAttribute()
5874 PASS h4.hidden: IDL set to -Infinity followed by IDL get
5875 PASS h4.hidden: IDL set to "\0" should not throw
5876 PASS h4.hidden: IDL set to "\0" followed by hasAttribute()
5877 PASS h4.hidden: IDL set to "\0" followed by IDL get
5878 PASS h4.hidden: IDL set to object "test-toString" should not throw
5879 PASS h4.hidden: IDL set to object "test-toString" followed by hasAttribute()
5880 PASS h4.hidden: IDL set to object "test-toString" followed by IDL get
5881 PASS h4.hidden: IDL set to object "test-valueOf" should not throw
5882 PASS h4.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
5883 PASS h4.hidden: IDL set to object "test-valueOf" followed by IDL get
5884 PASS h4.accessKey: typeof IDL attribute
5885 PASS h4.accessKey: IDL get with DOM attribute unset
5886 PASS h4.accessKey: setAttribute() to "" followed by getAttribute()
5887 PASS h4.accessKey: setAttribute() to "" followed by IDL get
5888 PASS h4.accessKey: 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 fo o " followed by getAttribute()
5889 PASS h4.accessKey: 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 fo o " followed by IDL get
5890 PASS h4.accessKey: setAttribute() to undefined followed by getAttribute()
5891 PASS h4.accessKey: setAttribute() to undefined followed by IDL get
5892 PASS h4.accessKey: setAttribute() to 7 followed by getAttribute()
5893 PASS h4.accessKey: setAttribute() to 7 followed by IDL get
5894 PASS h4.accessKey: setAttribute() to 1.5 followed by getAttribute()
5895 PASS h4.accessKey: setAttribute() to 1.5 followed by IDL get
5896 PASS h4.accessKey: setAttribute() to true followed by getAttribute()
5897 PASS h4.accessKey: setAttribute() to true followed by IDL get
5898 PASS h4.accessKey: setAttribute() to false followed by getAttribute()
5899 PASS h4.accessKey: setAttribute() to false followed by IDL get
5900 PASS h4.accessKey: setAttribute() to object "[object Object]" followed by getAtt ribute()
5901 PASS h4.accessKey: setAttribute() to object "[object Object]" followed by IDL ge t
5902 PASS h4.accessKey: setAttribute() to NaN followed by getAttribute()
5903 PASS h4.accessKey: setAttribute() to NaN followed by IDL get
5904 PASS h4.accessKey: setAttribute() to Infinity followed by getAttribute()
5905 PASS h4.accessKey: setAttribute() to Infinity followed by IDL get
5906 PASS h4.accessKey: setAttribute() to -Infinity followed by getAttribute()
5907 PASS h4.accessKey: setAttribute() to -Infinity followed by IDL get
5908 PASS h4.accessKey: setAttribute() to "\0" followed by getAttribute()
5909 PASS h4.accessKey: setAttribute() to "\0" followed by IDL get
5910 PASS h4.accessKey: setAttribute() to null followed by getAttribute()
5911 PASS h4.accessKey: setAttribute() to null followed by IDL get
5912 PASS h4.accessKey: setAttribute() to object "test-toString" followed by getAttri bute()
5913 PASS h4.accessKey: setAttribute() to object "test-toString" followed by IDL get
5914 PASS h4.accessKey: setAttribute() to object "test-valueOf" followed by getAttrib ute()
5915 PASS h4.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
5916 PASS h4.accessKey: IDL set to "" should not throw
5917 PASS h4.accessKey: IDL set to "" followed by getAttribute()
5918 PASS h4.accessKey: IDL set to "" followed by IDL get
5919 PASS h4.accessKey: IDL set 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 " sho uld not throw
5920 PASS h4.accessKey: IDL set 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 " fol lowed by getAttribute()
5921 PASS h4.accessKey: IDL set 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 " fol lowed by IDL get
5922 PASS h4.accessKey: IDL set to undefined should not throw
5923 PASS h4.accessKey: IDL set to undefined followed by getAttribute()
5924 PASS h4.accessKey: IDL set to undefined followed by IDL get
5925 PASS h4.accessKey: IDL set to 7 should not throw
5926 PASS h4.accessKey: IDL set to 7 followed by getAttribute()
5927 PASS h4.accessKey: IDL set to 7 followed by IDL get
5928 PASS h4.accessKey: IDL set to 1.5 should not throw
5929 PASS h4.accessKey: IDL set to 1.5 followed by getAttribute()
5930 PASS h4.accessKey: IDL set to 1.5 followed by IDL get
5931 PASS h4.accessKey: IDL set to true should not throw
5932 PASS h4.accessKey: IDL set to true followed by getAttribute()
5933 PASS h4.accessKey: IDL set to true followed by IDL get
5934 PASS h4.accessKey: IDL set to false should not throw
5935 PASS h4.accessKey: IDL set to false followed by getAttribute()
5936 PASS h4.accessKey: IDL set to false followed by IDL get
5937 PASS h4.accessKey: IDL set to object "[object Object]" should not throw
5938 PASS h4.accessKey: IDL set to object "[object Object]" followed by getAttribute( )
5939 PASS h4.accessKey: IDL set to object "[object Object]" followed by IDL get
5940 PASS h4.accessKey: IDL set to NaN should not throw
5941 PASS h4.accessKey: IDL set to NaN followed by getAttribute()
5942 PASS h4.accessKey: IDL set to NaN followed by IDL get
5943 PASS h4.accessKey: IDL set to Infinity should not throw
5944 PASS h4.accessKey: IDL set to Infinity followed by getAttribute()
5945 PASS h4.accessKey: IDL set to Infinity followed by IDL get
5946 PASS h4.accessKey: IDL set to -Infinity should not throw
5947 PASS h4.accessKey: IDL set to -Infinity followed by getAttribute()
5948 PASS h4.accessKey: IDL set to -Infinity followed by IDL get
5949 PASS h4.accessKey: IDL set to "\0" should not throw
5950 PASS h4.accessKey: IDL set to "\0" followed by getAttribute()
5951 PASS h4.accessKey: IDL set to "\0" followed by IDL get
5952 PASS h4.accessKey: IDL set to null should not throw
5953 PASS h4.accessKey: IDL set to null followed by getAttribute()
5954 PASS h4.accessKey: IDL set to null followed by IDL get
5955 PASS h4.accessKey: IDL set to object "test-toString" should not throw
5956 PASS h4.accessKey: IDL set to object "test-toString" followed by getAttribute()
5957 PASS h4.accessKey: IDL set to object "test-toString" followed by IDL get
5958 PASS h4.accessKey: IDL set to object "test-valueOf" should not throw
5959 PASS h4.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
5960 PASS h4.accessKey: IDL set to object "test-valueOf" followed by IDL get
5961 PASS h4.tabIndex: typeof IDL attribute
5962 PASS h4.tabIndex: setAttribute() to -36 followed by getAttribute()
5963 PASS h4.tabIndex: setAttribute() to -36 followed by IDL get
5964 PASS h4.tabIndex: setAttribute() to -1 followed by getAttribute()
5965 PASS h4.tabIndex: setAttribute() to -1 followed by IDL get
5966 PASS h4.tabIndex: setAttribute() to 0 followed by getAttribute()
5967 PASS h4.tabIndex: setAttribute() to 0 followed by IDL get
5968 PASS h4.tabIndex: setAttribute() to 1 followed by getAttribute()
5969 PASS h4.tabIndex: setAttribute() to 1 followed by IDL get
5970 PASS h4.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
5971 FAIL h4.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
5972 PASS h4.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
5973 FAIL h4.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
5974 PASS h4.tabIndex: setAttribute() to "-1" followed by getAttribute()
5975 PASS h4.tabIndex: setAttribute() to "-1" followed by IDL get
5976 PASS h4.tabIndex: setAttribute() to "-0" followed by getAttribute()
5977 PASS h4.tabIndex: setAttribute() to "-0" followed by IDL get
5978 PASS h4.tabIndex: setAttribute() to "0" followed by getAttribute()
5979 PASS h4.tabIndex: setAttribute() to "0" followed by IDL get
5980 PASS h4.tabIndex: setAttribute() to "1" followed by getAttribute()
5981 PASS h4.tabIndex: setAttribute() to "1" followed by IDL get
5982 PASS h4.tabIndex: setAttribute() to "\t7" followed by getAttribute()
5983 PASS h4.tabIndex: setAttribute() to "\t7" followed by IDL get
5984 PASS h4.tabIndex: setAttribute() to "\f7" followed by getAttribute()
5985 PASS h4.tabIndex: setAttribute() to "\f7" followed by IDL get
5986 PASS h4.tabIndex: setAttribute() to " 7" followed by getAttribute()
5987 PASS h4.tabIndex: setAttribute() to " 7" followed by IDL get
5988 PASS h4.tabIndex: setAttribute() to "\n7" followed by getAttribute()
5989 PASS h4.tabIndex: setAttribute() to "\n7" followed by IDL get
5990 PASS h4.tabIndex: setAttribute() to "\r7" followed by getAttribute()
5991 PASS h4.tabIndex: setAttribute() to "\r7" followed by IDL get
5992 PASS h4.tabIndex: setAttribute() to 1.5 followed by getAttribute()
5993 PASS h4.tabIndex: setAttribute() to 1.5 followed by IDL get
5994 PASS h4.tabIndex: setAttribute() to object "2" followed by getAttribute()
5995 PASS h4.tabIndex: setAttribute() to object "2" followed by IDL get
5996 PASS h4.tabIndex: IDL set to -36 should not throw
5997 PASS h4.tabIndex: IDL set to -36 followed by getAttribute()
5998 PASS h4.tabIndex: IDL set to -36 followed by IDL get
5999 PASS h4.tabIndex: IDL set to -1 should not throw
6000 PASS h4.tabIndex: IDL set to -1 followed by getAttribute()
6001 PASS h4.tabIndex: IDL set to -1 followed by IDL get
6002 PASS h4.tabIndex: IDL set to 0 should not throw
6003 PASS h4.tabIndex: IDL set to 0 followed by getAttribute()
6004 PASS h4.tabIndex: IDL set to 0 followed by IDL get
6005 PASS h4.tabIndex: IDL set to 1 should not throw
6006 PASS h4.tabIndex: IDL set to 1 followed by getAttribute()
6007 PASS h4.tabIndex: IDL set to 1 followed by IDL get
6008 PASS h4.tabIndex: IDL set to 2147483647 should not throw
6009 PASS h4.tabIndex: IDL set to 2147483647 followed by getAttribute()
6010 FAIL h4.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
6011 PASS h4.tabIndex: IDL set to -2147483648 should not throw
6012 PASS h4.tabIndex: IDL set to -2147483648 followed by getAttribute()
6013 FAIL h4.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
6014 PASS h4.align: typeof IDL attribute
6015 PASS h4.align: IDL get with DOM attribute unset
6016 PASS h4.align: setAttribute() to "" followed by getAttribute()
6017 PASS h4.align: setAttribute() to "" followed by IDL get
6018 PASS h4.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
6019 PASS h4.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
6020 PASS h4.align: setAttribute() to undefined followed by getAttribute()
6021 PASS h4.align: setAttribute() to undefined followed by IDL get
6022 PASS h4.align: setAttribute() to 7 followed by getAttribute()
6023 PASS h4.align: setAttribute() to 7 followed by IDL get
6024 PASS h4.align: setAttribute() to 1.5 followed by getAttribute()
6025 PASS h4.align: setAttribute() to 1.5 followed by IDL get
6026 PASS h4.align: setAttribute() to true followed by getAttribute()
6027 PASS h4.align: setAttribute() to true followed by IDL get
6028 PASS h4.align: setAttribute() to false followed by getAttribute()
6029 PASS h4.align: setAttribute() to false followed by IDL get
6030 PASS h4.align: setAttribute() to object "[object Object]" followed by getAttribu te()
6031 PASS h4.align: setAttribute() to object "[object Object]" followed by IDL get
6032 PASS h4.align: setAttribute() to NaN followed by getAttribute()
6033 PASS h4.align: setAttribute() to NaN followed by IDL get
6034 PASS h4.align: setAttribute() to Infinity followed by getAttribute()
6035 PASS h4.align: setAttribute() to Infinity followed by IDL get
6036 PASS h4.align: setAttribute() to -Infinity followed by getAttribute()
6037 PASS h4.align: setAttribute() to -Infinity followed by IDL get
6038 PASS h4.align: setAttribute() to "\0" followed by getAttribute()
6039 PASS h4.align: setAttribute() to "\0" followed by IDL get
6040 PASS h4.align: setAttribute() to null followed by getAttribute()
6041 PASS h4.align: setAttribute() to null followed by IDL get
6042 PASS h4.align: setAttribute() to object "test-toString" followed by getAttribute ()
6043 PASS h4.align: setAttribute() to object "test-toString" followed by IDL get
6044 PASS h4.align: setAttribute() to object "test-valueOf" followed by getAttribute( )
6045 PASS h4.align: setAttribute() to object "test-valueOf" followed by IDL get
6046 PASS h4.align: IDL set to "" should not throw
6047 PASS h4.align: IDL set to "" followed by getAttribute()
6048 PASS h4.align: IDL set to "" followed by IDL get
6049 PASS h4.align: IDL set 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 " should not throw
6050 PASS h4.align: IDL set 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 " followe d by getAttribute()
6051 PASS h4.align: IDL set 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 " followe d by IDL get
6052 PASS h4.align: IDL set to undefined should not throw
6053 PASS h4.align: IDL set to undefined followed by getAttribute()
6054 PASS h4.align: IDL set to undefined followed by IDL get
6055 PASS h4.align: IDL set to 7 should not throw
6056 PASS h4.align: IDL set to 7 followed by getAttribute()
6057 PASS h4.align: IDL set to 7 followed by IDL get
6058 PASS h4.align: IDL set to 1.5 should not throw
6059 PASS h4.align: IDL set to 1.5 followed by getAttribute()
6060 PASS h4.align: IDL set to 1.5 followed by IDL get
6061 PASS h4.align: IDL set to true should not throw
6062 PASS h4.align: IDL set to true followed by getAttribute()
6063 PASS h4.align: IDL set to true followed by IDL get
6064 PASS h4.align: IDL set to false should not throw
6065 PASS h4.align: IDL set to false followed by getAttribute()
6066 PASS h4.align: IDL set to false followed by IDL get
6067 PASS h4.align: IDL set to object "[object Object]" should not throw
6068 PASS h4.align: IDL set to object "[object Object]" followed by getAttribute()
6069 PASS h4.align: IDL set to object "[object Object]" followed by IDL get
6070 PASS h4.align: IDL set to NaN should not throw
6071 PASS h4.align: IDL set to NaN followed by getAttribute()
6072 PASS h4.align: IDL set to NaN followed by IDL get
6073 PASS h4.align: IDL set to Infinity should not throw
6074 PASS h4.align: IDL set to Infinity followed by getAttribute()
6075 PASS h4.align: IDL set to Infinity followed by IDL get
6076 PASS h4.align: IDL set to -Infinity should not throw
6077 PASS h4.align: IDL set to -Infinity followed by getAttribute()
6078 PASS h4.align: IDL set to -Infinity followed by IDL get
6079 PASS h4.align: IDL set to "\0" should not throw
6080 PASS h4.align: IDL set to "\0" followed by getAttribute()
6081 PASS h4.align: IDL set to "\0" followed by IDL get
6082 PASS h4.align: IDL set to null should not throw
6083 PASS h4.align: IDL set to null followed by getAttribute()
6084 PASS h4.align: IDL set to null followed by IDL get
6085 PASS h4.align: IDL set to object "test-toString" should not throw
6086 PASS h4.align: IDL set to object "test-toString" followed by getAttribute()
6087 PASS h4.align: IDL set to object "test-toString" followed by IDL get
6088 PASS h4.align: IDL set to object "test-valueOf" should not throw
6089 PASS h4.align: IDL set to object "test-valueOf" followed by getAttribute()
6090 PASS h4.align: IDL set to object "test-valueOf" followed by IDL get
6091 PASS h5.title: typeof IDL attribute
6092 PASS h5.title: IDL get with DOM attribute unset
6093 PASS h5.title: setAttribute() to "" followed by getAttribute()
6094 PASS h5.title: setAttribute() to "" followed by IDL get
6095 PASS h5.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
6096 PASS h5.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
6097 PASS h5.title: setAttribute() to undefined followed by getAttribute()
6098 PASS h5.title: setAttribute() to undefined followed by IDL get
6099 PASS h5.title: setAttribute() to 7 followed by getAttribute()
6100 PASS h5.title: setAttribute() to 7 followed by IDL get
6101 PASS h5.title: setAttribute() to 1.5 followed by getAttribute()
6102 PASS h5.title: setAttribute() to 1.5 followed by IDL get
6103 PASS h5.title: setAttribute() to true followed by getAttribute()
6104 PASS h5.title: setAttribute() to true followed by IDL get
6105 PASS h5.title: setAttribute() to false followed by getAttribute()
6106 PASS h5.title: setAttribute() to false followed by IDL get
6107 PASS h5.title: setAttribute() to object "[object Object]" followed by getAttribu te()
6108 PASS h5.title: setAttribute() to object "[object Object]" followed by IDL get
6109 PASS h5.title: setAttribute() to NaN followed by getAttribute()
6110 PASS h5.title: setAttribute() to NaN followed by IDL get
6111 PASS h5.title: setAttribute() to Infinity followed by getAttribute()
6112 PASS h5.title: setAttribute() to Infinity followed by IDL get
6113 PASS h5.title: setAttribute() to -Infinity followed by getAttribute()
6114 PASS h5.title: setAttribute() to -Infinity followed by IDL get
6115 PASS h5.title: setAttribute() to "\0" followed by getAttribute()
6116 PASS h5.title: setAttribute() to "\0" followed by IDL get
6117 PASS h5.title: setAttribute() to null followed by getAttribute()
6118 PASS h5.title: setAttribute() to null followed by IDL get
6119 PASS h5.title: setAttribute() to object "test-toString" followed by getAttribute ()
6120 PASS h5.title: setAttribute() to object "test-toString" followed by IDL get
6121 PASS h5.title: setAttribute() to object "test-valueOf" followed by getAttribute( )
6122 PASS h5.title: setAttribute() to object "test-valueOf" followed by IDL get
6123 PASS h5.title: IDL set to "" should not throw
6124 PASS h5.title: IDL set to "" followed by getAttribute()
6125 PASS h5.title: IDL set to "" followed by IDL get
6126 PASS h5.title: IDL set 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 " should not throw
6127 PASS h5.title: IDL set 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 " followe d by getAttribute()
6128 PASS h5.title: IDL set 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 " followe d by IDL get
6129 PASS h5.title: IDL set to undefined should not throw
6130 PASS h5.title: IDL set to undefined followed by getAttribute()
6131 PASS h5.title: IDL set to undefined followed by IDL get
6132 PASS h5.title: IDL set to 7 should not throw
6133 PASS h5.title: IDL set to 7 followed by getAttribute()
6134 PASS h5.title: IDL set to 7 followed by IDL get
6135 PASS h5.title: IDL set to 1.5 should not throw
6136 PASS h5.title: IDL set to 1.5 followed by getAttribute()
6137 PASS h5.title: IDL set to 1.5 followed by IDL get
6138 PASS h5.title: IDL set to true should not throw
6139 PASS h5.title: IDL set to true followed by getAttribute()
6140 PASS h5.title: IDL set to true followed by IDL get
6141 PASS h5.title: IDL set to false should not throw
6142 PASS h5.title: IDL set to false followed by getAttribute()
6143 PASS h5.title: IDL set to false followed by IDL get
6144 PASS h5.title: IDL set to object "[object Object]" should not throw
6145 PASS h5.title: IDL set to object "[object Object]" followed by getAttribute()
6146 PASS h5.title: IDL set to object "[object Object]" followed by IDL get
6147 PASS h5.title: IDL set to NaN should not throw
6148 PASS h5.title: IDL set to NaN followed by getAttribute()
6149 PASS h5.title: IDL set to NaN followed by IDL get
6150 PASS h5.title: IDL set to Infinity should not throw
6151 PASS h5.title: IDL set to Infinity followed by getAttribute()
6152 PASS h5.title: IDL set to Infinity followed by IDL get
6153 PASS h5.title: IDL set to -Infinity should not throw
6154 PASS h5.title: IDL set to -Infinity followed by getAttribute()
6155 PASS h5.title: IDL set to -Infinity followed by IDL get
6156 PASS h5.title: IDL set to "\0" should not throw
6157 PASS h5.title: IDL set to "\0" followed by getAttribute()
6158 PASS h5.title: IDL set to "\0" followed by IDL get
6159 PASS h5.title: IDL set to null should not throw
6160 PASS h5.title: IDL set to null followed by getAttribute()
6161 PASS h5.title: IDL set to null followed by IDL get
6162 PASS h5.title: IDL set to object "test-toString" should not throw
6163 PASS h5.title: IDL set to object "test-toString" followed by getAttribute()
6164 PASS h5.title: IDL set to object "test-toString" followed by IDL get
6165 PASS h5.title: IDL set to object "test-valueOf" should not throw
6166 PASS h5.title: IDL set to object "test-valueOf" followed by getAttribute()
6167 PASS h5.title: IDL set to object "test-valueOf" followed by IDL get
6168 PASS h5.lang: typeof IDL attribute
6169 PASS h5.lang: IDL get with DOM attribute unset
6170 PASS h5.lang: setAttribute() to "" followed by getAttribute()
6171 PASS h5.lang: setAttribute() to "" followed by IDL get
6172 PASS h5.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
6173 PASS h5.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
6174 PASS h5.lang: setAttribute() to undefined followed by getAttribute()
6175 PASS h5.lang: setAttribute() to undefined followed by IDL get
6176 PASS h5.lang: setAttribute() to 7 followed by getAttribute()
6177 PASS h5.lang: setAttribute() to 7 followed by IDL get
6178 PASS h5.lang: setAttribute() to 1.5 followed by getAttribute()
6179 PASS h5.lang: setAttribute() to 1.5 followed by IDL get
6180 PASS h5.lang: setAttribute() to true followed by getAttribute()
6181 PASS h5.lang: setAttribute() to true followed by IDL get
6182 PASS h5.lang: setAttribute() to false followed by getAttribute()
6183 PASS h5.lang: setAttribute() to false followed by IDL get
6184 PASS h5.lang: setAttribute() to object "[object Object]" followed by getAttribut e()
6185 PASS h5.lang: setAttribute() to object "[object Object]" followed by IDL get
6186 PASS h5.lang: setAttribute() to NaN followed by getAttribute()
6187 PASS h5.lang: setAttribute() to NaN followed by IDL get
6188 PASS h5.lang: setAttribute() to Infinity followed by getAttribute()
6189 PASS h5.lang: setAttribute() to Infinity followed by IDL get
6190 PASS h5.lang: setAttribute() to -Infinity followed by getAttribute()
6191 PASS h5.lang: setAttribute() to -Infinity followed by IDL get
6192 PASS h5.lang: setAttribute() to "\0" followed by getAttribute()
6193 PASS h5.lang: setAttribute() to "\0" followed by IDL get
6194 PASS h5.lang: setAttribute() to null followed by getAttribute()
6195 PASS h5.lang: setAttribute() to null followed by IDL get
6196 PASS h5.lang: setAttribute() to object "test-toString" followed by getAttribute( )
6197 PASS h5.lang: setAttribute() to object "test-toString" followed by IDL get
6198 PASS h5.lang: setAttribute() to object "test-valueOf" followed by getAttribute()
6199 PASS h5.lang: setAttribute() to object "test-valueOf" followed by IDL get
6200 PASS h5.lang: IDL set to "" should not throw
6201 PASS h5.lang: IDL set to "" followed by getAttribute()
6202 PASS h5.lang: IDL set to "" followed by IDL get
6203 PASS h5.lang: IDL set 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 " should n ot throw
6204 PASS h5.lang: IDL set 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()
6205 PASS h5.lang: IDL set 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
6206 PASS h5.lang: IDL set to undefined should not throw
6207 PASS h5.lang: IDL set to undefined followed by getAttribute()
6208 PASS h5.lang: IDL set to undefined followed by IDL get
6209 PASS h5.lang: IDL set to 7 should not throw
6210 PASS h5.lang: IDL set to 7 followed by getAttribute()
6211 PASS h5.lang: IDL set to 7 followed by IDL get
6212 PASS h5.lang: IDL set to 1.5 should not throw
6213 PASS h5.lang: IDL set to 1.5 followed by getAttribute()
6214 PASS h5.lang: IDL set to 1.5 followed by IDL get
6215 PASS h5.lang: IDL set to true should not throw
6216 PASS h5.lang: IDL set to true followed by getAttribute()
6217 PASS h5.lang: IDL set to true followed by IDL get
6218 PASS h5.lang: IDL set to false should not throw
6219 PASS h5.lang: IDL set to false followed by getAttribute()
6220 PASS h5.lang: IDL set to false followed by IDL get
6221 PASS h5.lang: IDL set to object "[object Object]" should not throw
6222 PASS h5.lang: IDL set to object "[object Object]" followed by getAttribute()
6223 PASS h5.lang: IDL set to object "[object Object]" followed by IDL get
6224 PASS h5.lang: IDL set to NaN should not throw
6225 PASS h5.lang: IDL set to NaN followed by getAttribute()
6226 PASS h5.lang: IDL set to NaN followed by IDL get
6227 PASS h5.lang: IDL set to Infinity should not throw
6228 PASS h5.lang: IDL set to Infinity followed by getAttribute()
6229 PASS h5.lang: IDL set to Infinity followed by IDL get
6230 PASS h5.lang: IDL set to -Infinity should not throw
6231 PASS h5.lang: IDL set to -Infinity followed by getAttribute()
6232 PASS h5.lang: IDL set to -Infinity followed by IDL get
6233 PASS h5.lang: IDL set to "\0" should not throw
6234 PASS h5.lang: IDL set to "\0" followed by getAttribute()
6235 PASS h5.lang: IDL set to "\0" followed by IDL get
6236 PASS h5.lang: IDL set to null should not throw
6237 PASS h5.lang: IDL set to null followed by getAttribute()
6238 PASS h5.lang: IDL set to null followed by IDL get
6239 PASS h5.lang: IDL set to object "test-toString" should not throw
6240 PASS h5.lang: IDL set to object "test-toString" followed by getAttribute()
6241 PASS h5.lang: IDL set to object "test-toString" followed by IDL get
6242 PASS h5.lang: IDL set to object "test-valueOf" should not throw
6243 PASS h5.lang: IDL set to object "test-valueOf" followed by getAttribute()
6244 PASS h5.lang: IDL set to object "test-valueOf" followed by IDL get
6245 PASS h5.dir: typeof IDL attribute
6246 PASS h5.dir: IDL get with DOM attribute unset
6247 PASS h5.dir: setAttribute() to "" followed by getAttribute()
6248 PASS h5.dir: setAttribute() to "" followed by IDL get
6249 PASS h5.dir: 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 " fo llowed by getAttribute()
6250 PASS h5.dir: 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 " fo llowed by IDL get
6251 PASS h5.dir: setAttribute() to undefined followed by getAttribute()
6252 PASS h5.dir: setAttribute() to undefined followed by IDL get
6253 PASS h5.dir: setAttribute() to 7 followed by getAttribute()
6254 PASS h5.dir: setAttribute() to 7 followed by IDL get
6255 PASS h5.dir: setAttribute() to 1.5 followed by getAttribute()
6256 PASS h5.dir: setAttribute() to 1.5 followed by IDL get
6257 PASS h5.dir: setAttribute() to true followed by getAttribute()
6258 PASS h5.dir: setAttribute() to true followed by IDL get
6259 PASS h5.dir: setAttribute() to false followed by getAttribute()
6260 PASS h5.dir: setAttribute() to false followed by IDL get
6261 PASS h5.dir: setAttribute() to object "[object Object]" followed by getAttribute ()
6262 PASS h5.dir: setAttribute() to object "[object Object]" followed by IDL get
6263 PASS h5.dir: setAttribute() to NaN followed by getAttribute()
6264 PASS h5.dir: setAttribute() to NaN followed by IDL get
6265 PASS h5.dir: setAttribute() to Infinity followed by getAttribute()
6266 PASS h5.dir: setAttribute() to Infinity followed by IDL get
6267 PASS h5.dir: setAttribute() to -Infinity followed by getAttribute()
6268 PASS h5.dir: setAttribute() to -Infinity followed by IDL get
6269 PASS h5.dir: setAttribute() to "\0" followed by getAttribute()
6270 PASS h5.dir: setAttribute() to "\0" followed by IDL get
6271 PASS h5.dir: setAttribute() to null followed by getAttribute()
6272 PASS h5.dir: setAttribute() to null followed by IDL get
6273 PASS h5.dir: setAttribute() to object "test-toString" followed by getAttribute()
6274 PASS h5.dir: setAttribute() to object "test-toString" followed by IDL get
6275 PASS h5.dir: setAttribute() to object "test-valueOf" followed by getAttribute()
6276 PASS h5.dir: setAttribute() to object "test-valueOf" followed by IDL get
6277 PASS h5.dir: setAttribute() to "ltr" followed by getAttribute()
6278 PASS h5.dir: setAttribute() to "ltr" followed by IDL get
6279 PASS h5.dir: setAttribute() to "xltr" followed by getAttribute()
6280 PASS h5.dir: setAttribute() to "xltr" followed by IDL get
6281 PASS h5.dir: setAttribute() to "ltr\0" followed by getAttribute()
6282 PASS h5.dir: setAttribute() to "ltr\0" followed by IDL get
6283 PASS h5.dir: setAttribute() to "tr" followed by getAttribute()
6284 PASS h5.dir: setAttribute() to "tr" followed by IDL get
6285 PASS h5.dir: setAttribute() to "LTR" followed by getAttribute()
6286 PASS h5.dir: setAttribute() to "LTR" followed by IDL get
6287 PASS h5.dir: setAttribute() to "rtl" followed by getAttribute()
6288 PASS h5.dir: setAttribute() to "rtl" followed by IDL get
6289 PASS h5.dir: setAttribute() to "xrtl" followed by getAttribute()
6290 PASS h5.dir: setAttribute() to "xrtl" followed by IDL get
6291 PASS h5.dir: setAttribute() to "rtl\0" followed by getAttribute()
6292 PASS h5.dir: setAttribute() to "rtl\0" followed by IDL get
6293 PASS h5.dir: setAttribute() to "tl" followed by getAttribute()
6294 PASS h5.dir: setAttribute() to "tl" followed by IDL get
6295 PASS h5.dir: setAttribute() to "RTL" followed by getAttribute()
6296 PASS h5.dir: setAttribute() to "RTL" followed by IDL get
6297 PASS h5.dir: setAttribute() to "auto" followed by getAttribute()
6298 PASS h5.dir: setAttribute() to "auto" followed by IDL get
6299 PASS h5.dir: setAttribute() to "xauto" followed by getAttribute()
6300 PASS h5.dir: setAttribute() to "xauto" followed by IDL get
6301 PASS h5.dir: setAttribute() to "auto\0" followed by getAttribute()
6302 PASS h5.dir: setAttribute() to "auto\0" followed by IDL get
6303 PASS h5.dir: setAttribute() to "uto" followed by getAttribute()
6304 PASS h5.dir: setAttribute() to "uto" followed by IDL get
6305 PASS h5.dir: setAttribute() to "AUTO" followed by getAttribute()
6306 PASS h5.dir: setAttribute() to "AUTO" followed by IDL get
6307 PASS h5.dir: IDL set to "" should not throw
6308 PASS h5.dir: IDL set to "" followed by getAttribute()
6309 PASS h5.dir: IDL set to "" followed by IDL get
6310 PASS h5.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should no t throw
6311 PASS h5.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
6312 PASS h5.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
6313 PASS h5.dir: IDL set to undefined should not throw
6314 PASS h5.dir: IDL set to undefined followed by getAttribute()
6315 PASS h5.dir: IDL set to undefined followed by IDL get
6316 PASS h5.dir: IDL set to 7 should not throw
6317 PASS h5.dir: IDL set to 7 followed by getAttribute()
6318 PASS h5.dir: IDL set to 7 followed by IDL get
6319 PASS h5.dir: IDL set to 1.5 should not throw
6320 PASS h5.dir: IDL set to 1.5 followed by getAttribute()
6321 PASS h5.dir: IDL set to 1.5 followed by IDL get
6322 PASS h5.dir: IDL set to true should not throw
6323 PASS h5.dir: IDL set to true followed by getAttribute()
6324 PASS h5.dir: IDL set to true followed by IDL get
6325 PASS h5.dir: IDL set to false should not throw
6326 PASS h5.dir: IDL set to false followed by getAttribute()
6327 PASS h5.dir: IDL set to false followed by IDL get
6328 PASS h5.dir: IDL set to object "[object Object]" should not throw
6329 PASS h5.dir: IDL set to object "[object Object]" followed by getAttribute()
6330 PASS h5.dir: IDL set to object "[object Object]" followed by IDL get
6331 PASS h5.dir: IDL set to NaN should not throw
6332 PASS h5.dir: IDL set to NaN followed by getAttribute()
6333 PASS h5.dir: IDL set to NaN followed by IDL get
6334 PASS h5.dir: IDL set to Infinity should not throw
6335 PASS h5.dir: IDL set to Infinity followed by getAttribute()
6336 PASS h5.dir: IDL set to Infinity followed by IDL get
6337 PASS h5.dir: IDL set to -Infinity should not throw
6338 PASS h5.dir: IDL set to -Infinity followed by getAttribute()
6339 PASS h5.dir: IDL set to -Infinity followed by IDL get
6340 PASS h5.dir: IDL set to "\0" should not throw
6341 PASS h5.dir: IDL set to "\0" followed by getAttribute()
6342 PASS h5.dir: IDL set to "\0" followed by IDL get
6343 PASS h5.dir: IDL set to null should not throw
6344 PASS h5.dir: IDL set to null followed by IDL get
6345 PASS h5.dir: IDL set to object "test-toString" should not throw
6346 PASS h5.dir: IDL set to object "test-toString" followed by getAttribute()
6347 PASS h5.dir: IDL set to object "test-toString" followed by IDL get
6348 PASS h5.dir: IDL set to object "test-valueOf" should not throw
6349 PASS h5.dir: IDL set to object "test-valueOf" followed by getAttribute()
6350 PASS h5.dir: IDL set to object "test-valueOf" followed by IDL get
6351 PASS h5.dir: IDL set to "ltr" should not throw
6352 PASS h5.dir: IDL set to "ltr" followed by getAttribute()
6353 PASS h5.dir: IDL set to "ltr" followed by IDL get
6354 PASS h5.dir: IDL set to "xltr" should not throw
6355 PASS h5.dir: IDL set to "xltr" followed by getAttribute()
6356 PASS h5.dir: IDL set to "xltr" followed by IDL get
6357 PASS h5.dir: IDL set to "ltr\0" should not throw
6358 PASS h5.dir: IDL set to "ltr\0" followed by getAttribute()
6359 PASS h5.dir: IDL set to "ltr\0" followed by IDL get
6360 PASS h5.dir: IDL set to "tr" should not throw
6361 PASS h5.dir: IDL set to "tr" followed by getAttribute()
6362 PASS h5.dir: IDL set to "tr" followed by IDL get
6363 PASS h5.dir: IDL set to "LTR" should not throw
6364 PASS h5.dir: IDL set to "LTR" followed by getAttribute()
6365 PASS h5.dir: IDL set to "LTR" followed by IDL get
6366 PASS h5.dir: IDL set to "rtl" should not throw
6367 PASS h5.dir: IDL set to "rtl" followed by getAttribute()
6368 PASS h5.dir: IDL set to "rtl" followed by IDL get
6369 PASS h5.dir: IDL set to "xrtl" should not throw
6370 PASS h5.dir: IDL set to "xrtl" followed by getAttribute()
6371 PASS h5.dir: IDL set to "xrtl" followed by IDL get
6372 PASS h5.dir: IDL set to "rtl\0" should not throw
6373 PASS h5.dir: IDL set to "rtl\0" followed by getAttribute()
6374 PASS h5.dir: IDL set to "rtl\0" followed by IDL get
6375 PASS h5.dir: IDL set to "tl" should not throw
6376 PASS h5.dir: IDL set to "tl" followed by getAttribute()
6377 PASS h5.dir: IDL set to "tl" followed by IDL get
6378 PASS h5.dir: IDL set to "RTL" should not throw
6379 PASS h5.dir: IDL set to "RTL" followed by getAttribute()
6380 PASS h5.dir: IDL set to "RTL" followed by IDL get
6381 PASS h5.dir: IDL set to "auto" should not throw
6382 PASS h5.dir: IDL set to "auto" followed by getAttribute()
6383 PASS h5.dir: IDL set to "auto" followed by IDL get
6384 PASS h5.dir: IDL set to "xauto" should not throw
6385 PASS h5.dir: IDL set to "xauto" followed by getAttribute()
6386 PASS h5.dir: IDL set to "xauto" followed by IDL get
6387 PASS h5.dir: IDL set to "auto\0" should not throw
6388 PASS h5.dir: IDL set to "auto\0" followed by getAttribute()
6389 PASS h5.dir: IDL set to "auto\0" followed by IDL get
6390 PASS h5.dir: IDL set to "uto" should not throw
6391 PASS h5.dir: IDL set to "uto" followed by getAttribute()
6392 PASS h5.dir: IDL set to "uto" followed by IDL get
6393 PASS h5.dir: IDL set to "AUTO" should not throw
6394 PASS h5.dir: IDL set to "AUTO" followed by getAttribute()
6395 PASS h5.dir: IDL set to "AUTO" followed by IDL get
6396 PASS h5.className (<h5 class>): typeof IDL attribute
6397 PASS h5.className (<h5 class>): IDL get with DOM attribute unset
6398 PASS h5.className (<h5 class>): setAttribute() to "" followed by getAttribute()
6399 PASS h5.className (<h5 class>): setAttribute() to "" followed by IDL get
6400 PASS h5.className (<h5 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by getAttribute()
6401 PASS h5.className (<h5 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by IDL get
6402 PASS h5.className (<h5 class>): setAttribute() to undefined followed by getAttri bute()
6403 PASS h5.className (<h5 class>): setAttribute() to undefined followed by IDL get
6404 PASS h5.className (<h5 class>): setAttribute() to 7 followed by getAttribute()
6405 PASS h5.className (<h5 class>): setAttribute() to 7 followed by IDL get
6406 PASS h5.className (<h5 class>): setAttribute() to 1.5 followed by getAttribute()
6407 PASS h5.className (<h5 class>): setAttribute() to 1.5 followed by IDL get
6408 PASS h5.className (<h5 class>): setAttribute() to true followed by getAttribute( )
6409 PASS h5.className (<h5 class>): setAttribute() to true followed by IDL get
6410 PASS h5.className (<h5 class>): setAttribute() to false followed by getAttribute ()
6411 PASS h5.className (<h5 class>): setAttribute() to false followed by IDL get
6412 PASS h5.className (<h5 class>): setAttribute() to object "[object Object]" follo wed by getAttribute()
6413 PASS h5.className (<h5 class>): setAttribute() to object "[object Object]" follo wed by IDL get
6414 PASS h5.className (<h5 class>): setAttribute() to NaN followed by getAttribute()
6415 PASS h5.className (<h5 class>): setAttribute() to NaN followed by IDL get
6416 PASS h5.className (<h5 class>): setAttribute() to Infinity followed by getAttrib ute()
6417 PASS h5.className (<h5 class>): setAttribute() to Infinity followed by IDL get
6418 PASS h5.className (<h5 class>): setAttribute() to -Infinity followed by getAttri bute()
6419 PASS h5.className (<h5 class>): setAttribute() to -Infinity followed by IDL get
6420 PASS h5.className (<h5 class>): setAttribute() to "\0" followed by getAttribute( )
6421 PASS h5.className (<h5 class>): setAttribute() to "\0" followed by IDL get
6422 PASS h5.className (<h5 class>): setAttribute() to null followed by getAttribute( )
6423 PASS h5.className (<h5 class>): setAttribute() to null followed by IDL get
6424 PASS h5.className (<h5 class>): setAttribute() to object "test-toString" followe d by getAttribute()
6425 PASS h5.className (<h5 class>): setAttribute() to object "test-toString" followe d by IDL get
6426 PASS h5.className (<h5 class>): setAttribute() to object "test-valueOf" followed by getAttribute()
6427 PASS h5.className (<h5 class>): setAttribute() to object "test-valueOf" followed by IDL get
6428 PASS h5.className (<h5 class>): IDL set to "" should not throw
6429 PASS h5.className (<h5 class>): IDL set to "" followed by getAttribute()
6430 PASS h5.className (<h5 class>): IDL set to "" followed by IDL get
6431 PASS h5.className (<h5 class>): IDL set 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\x 1f foo " should not throw
6432 PASS h5.className (<h5 class>): IDL set 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\x 1f foo " followed by getAttribute()
6433 PASS h5.className (<h5 class>): IDL set 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\x 1f foo " followed by IDL get
6434 PASS h5.className (<h5 class>): IDL set to undefined should not throw
6435 PASS h5.className (<h5 class>): IDL set to undefined followed by getAttribute()
6436 PASS h5.className (<h5 class>): IDL set to undefined followed by IDL get
6437 PASS h5.className (<h5 class>): IDL set to 7 should not throw
6438 PASS h5.className (<h5 class>): IDL set to 7 followed by getAttribute()
6439 PASS h5.className (<h5 class>): IDL set to 7 followed by IDL get
6440 PASS h5.className (<h5 class>): IDL set to 1.5 should not throw
6441 PASS h5.className (<h5 class>): IDL set to 1.5 followed by getAttribute()
6442 PASS h5.className (<h5 class>): IDL set to 1.5 followed by IDL get
6443 PASS h5.className (<h5 class>): IDL set to true should not throw
6444 PASS h5.className (<h5 class>): IDL set to true followed by getAttribute()
6445 PASS h5.className (<h5 class>): IDL set to true followed by IDL get
6446 PASS h5.className (<h5 class>): IDL set to false should not throw
6447 PASS h5.className (<h5 class>): IDL set to false followed by getAttribute()
6448 PASS h5.className (<h5 class>): IDL set to false followed by IDL get
6449 PASS h5.className (<h5 class>): IDL set to object "[object Object]" should not t hrow
6450 PASS h5.className (<h5 class>): IDL set to object "[object Object]" followed by getAttribute()
6451 PASS h5.className (<h5 class>): IDL set to object "[object Object]" followed by IDL get
6452 PASS h5.className (<h5 class>): IDL set to NaN should not throw
6453 PASS h5.className (<h5 class>): IDL set to NaN followed by getAttribute()
6454 PASS h5.className (<h5 class>): IDL set to NaN followed by IDL get
6455 PASS h5.className (<h5 class>): IDL set to Infinity should not throw
6456 PASS h5.className (<h5 class>): IDL set to Infinity followed by getAttribute()
6457 PASS h5.className (<h5 class>): IDL set to Infinity followed by IDL get
6458 PASS h5.className (<h5 class>): IDL set to -Infinity should not throw
6459 PASS h5.className (<h5 class>): IDL set to -Infinity followed by getAttribute()
6460 PASS h5.className (<h5 class>): IDL set to -Infinity followed by IDL get
6461 PASS h5.className (<h5 class>): IDL set to "\0" should not throw
6462 PASS h5.className (<h5 class>): IDL set to "\0" followed by getAttribute()
6463 PASS h5.className (<h5 class>): IDL set to "\0" followed by IDL get
6464 PASS h5.className (<h5 class>): IDL set to null should not throw
6465 PASS h5.className (<h5 class>): IDL set to null followed by getAttribute()
6466 PASS h5.className (<h5 class>): IDL set to null followed by IDL get
6467 PASS h5.className (<h5 class>): IDL set to object "test-toString" should not thr ow
6468 PASS h5.className (<h5 class>): IDL set to object "test-toString" followed by ge tAttribute()
6469 PASS h5.className (<h5 class>): IDL set to object "test-toString" followed by ID L get
6470 PASS h5.className (<h5 class>): IDL set to object "test-valueOf" should not thro w
6471 PASS h5.className (<h5 class>): IDL set to object "test-valueOf" followed by get Attribute()
6472 PASS h5.className (<h5 class>): IDL set to object "test-valueOf" followed by IDL get
6473 PASS h5.hidden: typeof IDL attribute
6474 PASS h5.hidden: IDL get with DOM attribute unset
6475 PASS h5.hidden: setAttribute() to "" followed by getAttribute()
6476 PASS h5.hidden: setAttribute() to "" followed by IDL get
6477 PASS h5.hidden: setAttribute() to " foo " followed by getAttribute()
6478 PASS h5.hidden: setAttribute() to " foo " followed by IDL get
6479 PASS h5.hidden: setAttribute() to undefined followed by getAttribute()
6480 PASS h5.hidden: setAttribute() to undefined followed by IDL get
6481 PASS h5.hidden: setAttribute() to null followed by getAttribute()
6482 PASS h5.hidden: setAttribute() to null followed by IDL get
6483 PASS h5.hidden: setAttribute() to 7 followed by getAttribute()
6484 PASS h5.hidden: setAttribute() to 7 followed by IDL get
6485 PASS h5.hidden: setAttribute() to 1.5 followed by getAttribute()
6486 PASS h5.hidden: setAttribute() to 1.5 followed by IDL get
6487 PASS h5.hidden: setAttribute() to true followed by getAttribute()
6488 PASS h5.hidden: setAttribute() to true followed by IDL get
6489 PASS h5.hidden: setAttribute() to false followed by getAttribute()
6490 PASS h5.hidden: setAttribute() to false followed by IDL get
6491 PASS h5.hidden: setAttribute() to object "[object Object]" followed by getAttrib ute()
6492 PASS h5.hidden: setAttribute() to object "[object Object]" followed by IDL get
6493 PASS h5.hidden: setAttribute() to NaN followed by getAttribute()
6494 PASS h5.hidden: setAttribute() to NaN followed by IDL get
6495 PASS h5.hidden: setAttribute() to Infinity followed by getAttribute()
6496 PASS h5.hidden: setAttribute() to Infinity followed by IDL get
6497 PASS h5.hidden: setAttribute() to -Infinity followed by getAttribute()
6498 PASS h5.hidden: setAttribute() to -Infinity followed by IDL get
6499 PASS h5.hidden: setAttribute() to "\0" followed by getAttribute()
6500 PASS h5.hidden: setAttribute() to "\0" followed by IDL get
6501 PASS h5.hidden: setAttribute() to object "test-toString" followed by getAttribut e()
6502 PASS h5.hidden: setAttribute() to object "test-toString" followed by IDL get
6503 PASS h5.hidden: setAttribute() to object "test-valueOf" followed by getAttribute ()
6504 PASS h5.hidden: setAttribute() to object "test-valueOf" followed by IDL get
6505 PASS h5.hidden: setAttribute() to "hidden" followed by getAttribute()
6506 PASS h5.hidden: setAttribute() to "hidden" followed by IDL get
6507 PASS h5.hidden: IDL set to "" should not throw
6508 PASS h5.hidden: IDL set to "" followed by hasAttribute()
6509 PASS h5.hidden: IDL set to "" followed by IDL get
6510 PASS h5.hidden: IDL set to " foo " should not throw
6511 PASS h5.hidden: IDL set to " foo " followed by hasAttribute()
6512 PASS h5.hidden: IDL set to " foo " followed by IDL get
6513 PASS h5.hidden: IDL set to undefined should not throw
6514 PASS h5.hidden: IDL set to undefined followed by hasAttribute()
6515 PASS h5.hidden: IDL set to undefined followed by IDL get
6516 PASS h5.hidden: IDL set to null should not throw
6517 PASS h5.hidden: IDL set to null followed by hasAttribute()
6518 PASS h5.hidden: IDL set to null followed by IDL get
6519 PASS h5.hidden: IDL set to 7 should not throw
6520 PASS h5.hidden: IDL set to 7 followed by hasAttribute()
6521 PASS h5.hidden: IDL set to 7 followed by IDL get
6522 PASS h5.hidden: IDL set to 1.5 should not throw
6523 PASS h5.hidden: IDL set to 1.5 followed by hasAttribute()
6524 PASS h5.hidden: IDL set to 1.5 followed by IDL get
6525 PASS h5.hidden: IDL set to true should not throw
6526 PASS h5.hidden: IDL set to true followed by hasAttribute()
6527 PASS h5.hidden: IDL set to true followed by IDL get
6528 PASS h5.hidden: IDL set to false should not throw
6529 PASS h5.hidden: IDL set to false followed by hasAttribute()
6530 PASS h5.hidden: IDL set to false followed by IDL get
6531 PASS h5.hidden: IDL set to object "[object Object]" should not throw
6532 PASS h5.hidden: IDL set to object "[object Object]" followed by hasAttribute()
6533 PASS h5.hidden: IDL set to object "[object Object]" followed by IDL get
6534 PASS h5.hidden: IDL set to NaN should not throw
6535 PASS h5.hidden: IDL set to NaN followed by hasAttribute()
6536 PASS h5.hidden: IDL set to NaN followed by IDL get
6537 PASS h5.hidden: IDL set to Infinity should not throw
6538 PASS h5.hidden: IDL set to Infinity followed by hasAttribute()
6539 PASS h5.hidden: IDL set to Infinity followed by IDL get
6540 PASS h5.hidden: IDL set to -Infinity should not throw
6541 PASS h5.hidden: IDL set to -Infinity followed by hasAttribute()
6542 PASS h5.hidden: IDL set to -Infinity followed by IDL get
6543 PASS h5.hidden: IDL set to "\0" should not throw
6544 PASS h5.hidden: IDL set to "\0" followed by hasAttribute()
6545 PASS h5.hidden: IDL set to "\0" followed by IDL get
6546 PASS h5.hidden: IDL set to object "test-toString" should not throw
6547 PASS h5.hidden: IDL set to object "test-toString" followed by hasAttribute()
6548 PASS h5.hidden: IDL set to object "test-toString" followed by IDL get
6549 PASS h5.hidden: IDL set to object "test-valueOf" should not throw
6550 PASS h5.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
6551 PASS h5.hidden: IDL set to object "test-valueOf" followed by IDL get
6552 PASS h5.accessKey: typeof IDL attribute
6553 PASS h5.accessKey: IDL get with DOM attribute unset
6554 PASS h5.accessKey: setAttribute() to "" followed by getAttribute()
6555 PASS h5.accessKey: setAttribute() to "" followed by IDL get
6556 PASS h5.accessKey: 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 fo o " followed by getAttribute()
6557 PASS h5.accessKey: 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 fo o " followed by IDL get
6558 PASS h5.accessKey: setAttribute() to undefined followed by getAttribute()
6559 PASS h5.accessKey: setAttribute() to undefined followed by IDL get
6560 PASS h5.accessKey: setAttribute() to 7 followed by getAttribute()
6561 PASS h5.accessKey: setAttribute() to 7 followed by IDL get
6562 PASS h5.accessKey: setAttribute() to 1.5 followed by getAttribute()
6563 PASS h5.accessKey: setAttribute() to 1.5 followed by IDL get
6564 PASS h5.accessKey: setAttribute() to true followed by getAttribute()
6565 PASS h5.accessKey: setAttribute() to true followed by IDL get
6566 PASS h5.accessKey: setAttribute() to false followed by getAttribute()
6567 PASS h5.accessKey: setAttribute() to false followed by IDL get
6568 PASS h5.accessKey: setAttribute() to object "[object Object]" followed by getAtt ribute()
6569 PASS h5.accessKey: setAttribute() to object "[object Object]" followed by IDL ge t
6570 PASS h5.accessKey: setAttribute() to NaN followed by getAttribute()
6571 PASS h5.accessKey: setAttribute() to NaN followed by IDL get
6572 PASS h5.accessKey: setAttribute() to Infinity followed by getAttribute()
6573 PASS h5.accessKey: setAttribute() to Infinity followed by IDL get
6574 PASS h5.accessKey: setAttribute() to -Infinity followed by getAttribute()
6575 PASS h5.accessKey: setAttribute() to -Infinity followed by IDL get
6576 PASS h5.accessKey: setAttribute() to "\0" followed by getAttribute()
6577 PASS h5.accessKey: setAttribute() to "\0" followed by IDL get
6578 PASS h5.accessKey: setAttribute() to null followed by getAttribute()
6579 PASS h5.accessKey: setAttribute() to null followed by IDL get
6580 PASS h5.accessKey: setAttribute() to object "test-toString" followed by getAttri bute()
6581 PASS h5.accessKey: setAttribute() to object "test-toString" followed by IDL get
6582 PASS h5.accessKey: setAttribute() to object "test-valueOf" followed by getAttrib ute()
6583 PASS h5.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
6584 PASS h5.accessKey: IDL set to "" should not throw
6585 PASS h5.accessKey: IDL set to "" followed by getAttribute()
6586 PASS h5.accessKey: IDL set to "" followed by IDL get
6587 PASS h5.accessKey: IDL set 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 " sho uld not throw
6588 PASS h5.accessKey: IDL set 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 " fol lowed by getAttribute()
6589 PASS h5.accessKey: IDL set 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 " fol lowed by IDL get
6590 PASS h5.accessKey: IDL set to undefined should not throw
6591 PASS h5.accessKey: IDL set to undefined followed by getAttribute()
6592 PASS h5.accessKey: IDL set to undefined followed by IDL get
6593 PASS h5.accessKey: IDL set to 7 should not throw
6594 PASS h5.accessKey: IDL set to 7 followed by getAttribute()
6595 PASS h5.accessKey: IDL set to 7 followed by IDL get
6596 PASS h5.accessKey: IDL set to 1.5 should not throw
6597 PASS h5.accessKey: IDL set to 1.5 followed by getAttribute()
6598 PASS h5.accessKey: IDL set to 1.5 followed by IDL get
6599 PASS h5.accessKey: IDL set to true should not throw
6600 PASS h5.accessKey: IDL set to true followed by getAttribute()
6601 PASS h5.accessKey: IDL set to true followed by IDL get
6602 PASS h5.accessKey: IDL set to false should not throw
6603 PASS h5.accessKey: IDL set to false followed by getAttribute()
6604 PASS h5.accessKey: IDL set to false followed by IDL get
6605 PASS h5.accessKey: IDL set to object "[object Object]" should not throw
6606 PASS h5.accessKey: IDL set to object "[object Object]" followed by getAttribute( )
6607 PASS h5.accessKey: IDL set to object "[object Object]" followed by IDL get
6608 PASS h5.accessKey: IDL set to NaN should not throw
6609 PASS h5.accessKey: IDL set to NaN followed by getAttribute()
6610 PASS h5.accessKey: IDL set to NaN followed by IDL get
6611 PASS h5.accessKey: IDL set to Infinity should not throw
6612 PASS h5.accessKey: IDL set to Infinity followed by getAttribute()
6613 PASS h5.accessKey: IDL set to Infinity followed by IDL get
6614 PASS h5.accessKey: IDL set to -Infinity should not throw
6615 PASS h5.accessKey: IDL set to -Infinity followed by getAttribute()
6616 PASS h5.accessKey: IDL set to -Infinity followed by IDL get
6617 PASS h5.accessKey: IDL set to "\0" should not throw
6618 PASS h5.accessKey: IDL set to "\0" followed by getAttribute()
6619 PASS h5.accessKey: IDL set to "\0" followed by IDL get
6620 PASS h5.accessKey: IDL set to null should not throw
6621 PASS h5.accessKey: IDL set to null followed by getAttribute()
6622 PASS h5.accessKey: IDL set to null followed by IDL get
6623 PASS h5.accessKey: IDL set to object "test-toString" should not throw
6624 PASS h5.accessKey: IDL set to object "test-toString" followed by getAttribute()
6625 PASS h5.accessKey: IDL set to object "test-toString" followed by IDL get
6626 PASS h5.accessKey: IDL set to object "test-valueOf" should not throw
6627 PASS h5.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
6628 PASS h5.accessKey: IDL set to object "test-valueOf" followed by IDL get
6629 PASS h5.tabIndex: typeof IDL attribute
6630 PASS h5.tabIndex: setAttribute() to -36 followed by getAttribute()
6631 PASS h5.tabIndex: setAttribute() to -36 followed by IDL get
6632 PASS h5.tabIndex: setAttribute() to -1 followed by getAttribute()
6633 PASS h5.tabIndex: setAttribute() to -1 followed by IDL get
6634 PASS h5.tabIndex: setAttribute() to 0 followed by getAttribute()
6635 PASS h5.tabIndex: setAttribute() to 0 followed by IDL get
6636 PASS h5.tabIndex: setAttribute() to 1 followed by getAttribute()
6637 PASS h5.tabIndex: setAttribute() to 1 followed by IDL get
6638 PASS h5.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
6639 FAIL h5.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
6640 PASS h5.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
6641 FAIL h5.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
6642 PASS h5.tabIndex: setAttribute() to "-1" followed by getAttribute()
6643 PASS h5.tabIndex: setAttribute() to "-1" followed by IDL get
6644 PASS h5.tabIndex: setAttribute() to "-0" followed by getAttribute()
6645 PASS h5.tabIndex: setAttribute() to "-0" followed by IDL get
6646 PASS h5.tabIndex: setAttribute() to "0" followed by getAttribute()
6647 PASS h5.tabIndex: setAttribute() to "0" followed by IDL get
6648 PASS h5.tabIndex: setAttribute() to "1" followed by getAttribute()
6649 PASS h5.tabIndex: setAttribute() to "1" followed by IDL get
6650 PASS h5.tabIndex: setAttribute() to "\t7" followed by getAttribute()
6651 PASS h5.tabIndex: setAttribute() to "\t7" followed by IDL get
6652 PASS h5.tabIndex: setAttribute() to "\f7" followed by getAttribute()
6653 PASS h5.tabIndex: setAttribute() to "\f7" followed by IDL get
6654 PASS h5.tabIndex: setAttribute() to " 7" followed by getAttribute()
6655 PASS h5.tabIndex: setAttribute() to " 7" followed by IDL get
6656 PASS h5.tabIndex: setAttribute() to "\n7" followed by getAttribute()
6657 PASS h5.tabIndex: setAttribute() to "\n7" followed by IDL get
6658 PASS h5.tabIndex: setAttribute() to "\r7" followed by getAttribute()
6659 PASS h5.tabIndex: setAttribute() to "\r7" followed by IDL get
6660 PASS h5.tabIndex: setAttribute() to 1.5 followed by getAttribute()
6661 PASS h5.tabIndex: setAttribute() to 1.5 followed by IDL get
6662 PASS h5.tabIndex: setAttribute() to object "2" followed by getAttribute()
6663 PASS h5.tabIndex: setAttribute() to object "2" followed by IDL get
6664 PASS h5.tabIndex: IDL set to -36 should not throw
6665 PASS h5.tabIndex: IDL set to -36 followed by getAttribute()
6666 PASS h5.tabIndex: IDL set to -36 followed by IDL get
6667 PASS h5.tabIndex: IDL set to -1 should not throw
6668 PASS h5.tabIndex: IDL set to -1 followed by getAttribute()
6669 PASS h5.tabIndex: IDL set to -1 followed by IDL get
6670 PASS h5.tabIndex: IDL set to 0 should not throw
6671 PASS h5.tabIndex: IDL set to 0 followed by getAttribute()
6672 PASS h5.tabIndex: IDL set to 0 followed by IDL get
6673 PASS h5.tabIndex: IDL set to 1 should not throw
6674 PASS h5.tabIndex: IDL set to 1 followed by getAttribute()
6675 PASS h5.tabIndex: IDL set to 1 followed by IDL get
6676 PASS h5.tabIndex: IDL set to 2147483647 should not throw
6677 PASS h5.tabIndex: IDL set to 2147483647 followed by getAttribute()
6678 FAIL h5.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
6679 PASS h5.tabIndex: IDL set to -2147483648 should not throw
6680 PASS h5.tabIndex: IDL set to -2147483648 followed by getAttribute()
6681 FAIL h5.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
6682 PASS h5.align: typeof IDL attribute
6683 PASS h5.align: IDL get with DOM attribute unset
6684 PASS h5.align: setAttribute() to "" followed by getAttribute()
6685 PASS h5.align: setAttribute() to "" followed by IDL get
6686 PASS h5.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
6687 PASS h5.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
6688 PASS h5.align: setAttribute() to undefined followed by getAttribute()
6689 PASS h5.align: setAttribute() to undefined followed by IDL get
6690 PASS h5.align: setAttribute() to 7 followed by getAttribute()
6691 PASS h5.align: setAttribute() to 7 followed by IDL get
6692 PASS h5.align: setAttribute() to 1.5 followed by getAttribute()
6693 PASS h5.align: setAttribute() to 1.5 followed by IDL get
6694 PASS h5.align: setAttribute() to true followed by getAttribute()
6695 PASS h5.align: setAttribute() to true followed by IDL get
6696 PASS h5.align: setAttribute() to false followed by getAttribute()
6697 PASS h5.align: setAttribute() to false followed by IDL get
6698 PASS h5.align: setAttribute() to object "[object Object]" followed by getAttribu te()
6699 PASS h5.align: setAttribute() to object "[object Object]" followed by IDL get
6700 PASS h5.align: setAttribute() to NaN followed by getAttribute()
6701 PASS h5.align: setAttribute() to NaN followed by IDL get
6702 PASS h5.align: setAttribute() to Infinity followed by getAttribute()
6703 PASS h5.align: setAttribute() to Infinity followed by IDL get
6704 PASS h5.align: setAttribute() to -Infinity followed by getAttribute()
6705 PASS h5.align: setAttribute() to -Infinity followed by IDL get
6706 PASS h5.align: setAttribute() to "\0" followed by getAttribute()
6707 PASS h5.align: setAttribute() to "\0" followed by IDL get
6708 PASS h5.align: setAttribute() to null followed by getAttribute()
6709 PASS h5.align: setAttribute() to null followed by IDL get
6710 PASS h5.align: setAttribute() to object "test-toString" followed by getAttribute ()
6711 PASS h5.align: setAttribute() to object "test-toString" followed by IDL get
6712 PASS h5.align: setAttribute() to object "test-valueOf" followed by getAttribute( )
6713 PASS h5.align: setAttribute() to object "test-valueOf" followed by IDL get
6714 PASS h5.align: IDL set to "" should not throw
6715 PASS h5.align: IDL set to "" followed by getAttribute()
6716 PASS h5.align: IDL set to "" followed by IDL get
6717 PASS h5.align: IDL set 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 " should not throw
6718 PASS h5.align: IDL set 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 " followe d by getAttribute()
6719 PASS h5.align: IDL set 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 " followe d by IDL get
6720 PASS h5.align: IDL set to undefined should not throw
6721 PASS h5.align: IDL set to undefined followed by getAttribute()
6722 PASS h5.align: IDL set to undefined followed by IDL get
6723 PASS h5.align: IDL set to 7 should not throw
6724 PASS h5.align: IDL set to 7 followed by getAttribute()
6725 PASS h5.align: IDL set to 7 followed by IDL get
6726 PASS h5.align: IDL set to 1.5 should not throw
6727 PASS h5.align: IDL set to 1.5 followed by getAttribute()
6728 PASS h5.align: IDL set to 1.5 followed by IDL get
6729 PASS h5.align: IDL set to true should not throw
6730 PASS h5.align: IDL set to true followed by getAttribute()
6731 PASS h5.align: IDL set to true followed by IDL get
6732 PASS h5.align: IDL set to false should not throw
6733 PASS h5.align: IDL set to false followed by getAttribute()
6734 PASS h5.align: IDL set to false followed by IDL get
6735 PASS h5.align: IDL set to object "[object Object]" should not throw
6736 PASS h5.align: IDL set to object "[object Object]" followed by getAttribute()
6737 PASS h5.align: IDL set to object "[object Object]" followed by IDL get
6738 PASS h5.align: IDL set to NaN should not throw
6739 PASS h5.align: IDL set to NaN followed by getAttribute()
6740 PASS h5.align: IDL set to NaN followed by IDL get
6741 PASS h5.align: IDL set to Infinity should not throw
6742 PASS h5.align: IDL set to Infinity followed by getAttribute()
6743 PASS h5.align: IDL set to Infinity followed by IDL get
6744 PASS h5.align: IDL set to -Infinity should not throw
6745 PASS h5.align: IDL set to -Infinity followed by getAttribute()
6746 PASS h5.align: IDL set to -Infinity followed by IDL get
6747 PASS h5.align: IDL set to "\0" should not throw
6748 PASS h5.align: IDL set to "\0" followed by getAttribute()
6749 PASS h5.align: IDL set to "\0" followed by IDL get
6750 PASS h5.align: IDL set to null should not throw
6751 PASS h5.align: IDL set to null followed by getAttribute()
6752 PASS h5.align: IDL set to null followed by IDL get
6753 PASS h5.align: IDL set to object "test-toString" should not throw
6754 PASS h5.align: IDL set to object "test-toString" followed by getAttribute()
6755 PASS h5.align: IDL set to object "test-toString" followed by IDL get
6756 PASS h5.align: IDL set to object "test-valueOf" should not throw
6757 PASS h5.align: IDL set to object "test-valueOf" followed by getAttribute()
6758 PASS h5.align: IDL set to object "test-valueOf" followed by IDL get
6759 PASS h6.title: typeof IDL attribute
6760 PASS h6.title: IDL get with DOM attribute unset
6761 PASS h6.title: setAttribute() to "" followed by getAttribute()
6762 PASS h6.title: setAttribute() to "" followed by IDL get
6763 PASS h6.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
6764 PASS h6.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
6765 PASS h6.title: setAttribute() to undefined followed by getAttribute()
6766 PASS h6.title: setAttribute() to undefined followed by IDL get
6767 PASS h6.title: setAttribute() to 7 followed by getAttribute()
6768 PASS h6.title: setAttribute() to 7 followed by IDL get
6769 PASS h6.title: setAttribute() to 1.5 followed by getAttribute()
6770 PASS h6.title: setAttribute() to 1.5 followed by IDL get
6771 PASS h6.title: setAttribute() to true followed by getAttribute()
6772 PASS h6.title: setAttribute() to true followed by IDL get
6773 PASS h6.title: setAttribute() to false followed by getAttribute()
6774 PASS h6.title: setAttribute() to false followed by IDL get
6775 PASS h6.title: setAttribute() to object "[object Object]" followed by getAttribu te()
6776 PASS h6.title: setAttribute() to object "[object Object]" followed by IDL get
6777 PASS h6.title: setAttribute() to NaN followed by getAttribute()
6778 PASS h6.title: setAttribute() to NaN followed by IDL get
6779 PASS h6.title: setAttribute() to Infinity followed by getAttribute()
6780 PASS h6.title: setAttribute() to Infinity followed by IDL get
6781 PASS h6.title: setAttribute() to -Infinity followed by getAttribute()
6782 PASS h6.title: setAttribute() to -Infinity followed by IDL get
6783 PASS h6.title: setAttribute() to "\0" followed by getAttribute()
6784 PASS h6.title: setAttribute() to "\0" followed by IDL get
6785 PASS h6.title: setAttribute() to null followed by getAttribute()
6786 PASS h6.title: setAttribute() to null followed by IDL get
6787 PASS h6.title: setAttribute() to object "test-toString" followed by getAttribute ()
6788 PASS h6.title: setAttribute() to object "test-toString" followed by IDL get
6789 PASS h6.title: setAttribute() to object "test-valueOf" followed by getAttribute( )
6790 PASS h6.title: setAttribute() to object "test-valueOf" followed by IDL get
6791 PASS h6.title: IDL set to "" should not throw
6792 PASS h6.title: IDL set to "" followed by getAttribute()
6793 PASS h6.title: IDL set to "" followed by IDL get
6794 PASS h6.title: IDL set 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 " should not throw
6795 PASS h6.title: IDL set 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 " followe d by getAttribute()
6796 PASS h6.title: IDL set 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 " followe d by IDL get
6797 PASS h6.title: IDL set to undefined should not throw
6798 PASS h6.title: IDL set to undefined followed by getAttribute()
6799 PASS h6.title: IDL set to undefined followed by IDL get
6800 PASS h6.title: IDL set to 7 should not throw
6801 PASS h6.title: IDL set to 7 followed by getAttribute()
6802 PASS h6.title: IDL set to 7 followed by IDL get
6803 PASS h6.title: IDL set to 1.5 should not throw
6804 PASS h6.title: IDL set to 1.5 followed by getAttribute()
6805 PASS h6.title: IDL set to 1.5 followed by IDL get
6806 PASS h6.title: IDL set to true should not throw
6807 PASS h6.title: IDL set to true followed by getAttribute()
6808 PASS h6.title: IDL set to true followed by IDL get
6809 PASS h6.title: IDL set to false should not throw
6810 PASS h6.title: IDL set to false followed by getAttribute()
6811 PASS h6.title: IDL set to false followed by IDL get
6812 PASS h6.title: IDL set to object "[object Object]" should not throw
6813 PASS h6.title: IDL set to object "[object Object]" followed by getAttribute()
6814 PASS h6.title: IDL set to object "[object Object]" followed by IDL get
6815 PASS h6.title: IDL set to NaN should not throw
6816 PASS h6.title: IDL set to NaN followed by getAttribute()
6817 PASS h6.title: IDL set to NaN followed by IDL get
6818 PASS h6.title: IDL set to Infinity should not throw
6819 PASS h6.title: IDL set to Infinity followed by getAttribute()
6820 PASS h6.title: IDL set to Infinity followed by IDL get
6821 PASS h6.title: IDL set to -Infinity should not throw
6822 PASS h6.title: IDL set to -Infinity followed by getAttribute()
6823 PASS h6.title: IDL set to -Infinity followed by IDL get
6824 PASS h6.title: IDL set to "\0" should not throw
6825 PASS h6.title: IDL set to "\0" followed by getAttribute()
6826 PASS h6.title: IDL set to "\0" followed by IDL get
6827 PASS h6.title: IDL set to null should not throw
6828 PASS h6.title: IDL set to null followed by getAttribute()
6829 PASS h6.title: IDL set to null followed by IDL get
6830 PASS h6.title: IDL set to object "test-toString" should not throw
6831 PASS h6.title: IDL set to object "test-toString" followed by getAttribute()
6832 PASS h6.title: IDL set to object "test-toString" followed by IDL get
6833 PASS h6.title: IDL set to object "test-valueOf" should not throw
6834 PASS h6.title: IDL set to object "test-valueOf" followed by getAttribute()
6835 PASS h6.title: IDL set to object "test-valueOf" followed by IDL get
6836 PASS h6.lang: typeof IDL attribute
6837 PASS h6.lang: IDL get with DOM attribute unset
6838 PASS h6.lang: setAttribute() to "" followed by getAttribute()
6839 PASS h6.lang: setAttribute() to "" followed by IDL get
6840 PASS h6.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by getAttribute()
6841 PASS h6.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0 e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " f ollowed by IDL get
6842 PASS h6.lang: setAttribute() to undefined followed by getAttribute()
6843 PASS h6.lang: setAttribute() to undefined followed by IDL get
6844 PASS h6.lang: setAttribute() to 7 followed by getAttribute()
6845 PASS h6.lang: setAttribute() to 7 followed by IDL get
6846 PASS h6.lang: setAttribute() to 1.5 followed by getAttribute()
6847 PASS h6.lang: setAttribute() to 1.5 followed by IDL get
6848 PASS h6.lang: setAttribute() to true followed by getAttribute()
6849 PASS h6.lang: setAttribute() to true followed by IDL get
6850 PASS h6.lang: setAttribute() to false followed by getAttribute()
6851 PASS h6.lang: setAttribute() to false followed by IDL get
6852 PASS h6.lang: setAttribute() to object "[object Object]" followed by getAttribut e()
6853 PASS h6.lang: setAttribute() to object "[object Object]" followed by IDL get
6854 PASS h6.lang: setAttribute() to NaN followed by getAttribute()
6855 PASS h6.lang: setAttribute() to NaN followed by IDL get
6856 PASS h6.lang: setAttribute() to Infinity followed by getAttribute()
6857 PASS h6.lang: setAttribute() to Infinity followed by IDL get
6858 PASS h6.lang: setAttribute() to -Infinity followed by getAttribute()
6859 PASS h6.lang: setAttribute() to -Infinity followed by IDL get
6860 PASS h6.lang: setAttribute() to "\0" followed by getAttribute()
6861 PASS h6.lang: setAttribute() to "\0" followed by IDL get
6862 PASS h6.lang: setAttribute() to null followed by getAttribute()
6863 PASS h6.lang: setAttribute() to null followed by IDL get
6864 PASS h6.lang: setAttribute() to object "test-toString" followed by getAttribute( )
6865 PASS h6.lang: setAttribute() to object "test-toString" followed by IDL get
6866 PASS h6.lang: setAttribute() to object "test-valueOf" followed by getAttribute()
6867 PASS h6.lang: setAttribute() to object "test-valueOf" followed by IDL get
6868 PASS h6.lang: IDL set to "" should not throw
6869 PASS h6.lang: IDL set to "" followed by getAttribute()
6870 PASS h6.lang: IDL set to "" followed by IDL get
6871 PASS h6.lang: IDL set 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 " should n ot throw
6872 PASS h6.lang: IDL set 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()
6873 PASS h6.lang: IDL set 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
6874 PASS h6.lang: IDL set to undefined should not throw
6875 PASS h6.lang: IDL set to undefined followed by getAttribute()
6876 PASS h6.lang: IDL set to undefined followed by IDL get
6877 PASS h6.lang: IDL set to 7 should not throw
6878 PASS h6.lang: IDL set to 7 followed by getAttribute()
6879 PASS h6.lang: IDL set to 7 followed by IDL get
6880 PASS h6.lang: IDL set to 1.5 should not throw
6881 PASS h6.lang: IDL set to 1.5 followed by getAttribute()
6882 PASS h6.lang: IDL set to 1.5 followed by IDL get
6883 PASS h6.lang: IDL set to true should not throw
6884 PASS h6.lang: IDL set to true followed by getAttribute()
6885 PASS h6.lang: IDL set to true followed by IDL get
6886 PASS h6.lang: IDL set to false should not throw
6887 PASS h6.lang: IDL set to false followed by getAttribute()
6888 PASS h6.lang: IDL set to false followed by IDL get
6889 PASS h6.lang: IDL set to object "[object Object]" should not throw
6890 PASS h6.lang: IDL set to object "[object Object]" followed by getAttribute()
6891 PASS h6.lang: IDL set to object "[object Object]" followed by IDL get
6892 PASS h6.lang: IDL set to NaN should not throw
6893 PASS h6.lang: IDL set to NaN followed by getAttribute()
6894 PASS h6.lang: IDL set to NaN followed by IDL get
6895 PASS h6.lang: IDL set to Infinity should not throw
6896 PASS h6.lang: IDL set to Infinity followed by getAttribute()
6897 PASS h6.lang: IDL set to Infinity followed by IDL get
6898 PASS h6.lang: IDL set to -Infinity should not throw
6899 PASS h6.lang: IDL set to -Infinity followed by getAttribute()
6900 PASS h6.lang: IDL set to -Infinity followed by IDL get
6901 PASS h6.lang: IDL set to "\0" should not throw
6902 PASS h6.lang: IDL set to "\0" followed by getAttribute()
6903 PASS h6.lang: IDL set to "\0" followed by IDL get
6904 PASS h6.lang: IDL set to null should not throw
6905 PASS h6.lang: IDL set to null followed by getAttribute()
6906 PASS h6.lang: IDL set to null followed by IDL get
6907 PASS h6.lang: IDL set to object "test-toString" should not throw
6908 PASS h6.lang: IDL set to object "test-toString" followed by getAttribute()
6909 PASS h6.lang: IDL set to object "test-toString" followed by IDL get
6910 PASS h6.lang: IDL set to object "test-valueOf" should not throw
6911 PASS h6.lang: IDL set to object "test-valueOf" followed by getAttribute()
6912 PASS h6.lang: IDL set to object "test-valueOf" followed by IDL get
6913 PASS h6.dir: typeof IDL attribute
6914 PASS h6.dir: IDL get with DOM attribute unset
6915 PASS h6.dir: setAttribute() to "" followed by getAttribute()
6916 PASS h6.dir: setAttribute() to "" followed by IDL get
6917 PASS h6.dir: 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 " fo llowed by getAttribute()
6918 PASS h6.dir: 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 " fo llowed by IDL get
6919 PASS h6.dir: setAttribute() to undefined followed by getAttribute()
6920 PASS h6.dir: setAttribute() to undefined followed by IDL get
6921 PASS h6.dir: setAttribute() to 7 followed by getAttribute()
6922 PASS h6.dir: setAttribute() to 7 followed by IDL get
6923 PASS h6.dir: setAttribute() to 1.5 followed by getAttribute()
6924 PASS h6.dir: setAttribute() to 1.5 followed by IDL get
6925 PASS h6.dir: setAttribute() to true followed by getAttribute()
6926 PASS h6.dir: setAttribute() to true followed by IDL get
6927 PASS h6.dir: setAttribute() to false followed by getAttribute()
6928 PASS h6.dir: setAttribute() to false followed by IDL get
6929 PASS h6.dir: setAttribute() to object "[object Object]" followed by getAttribute ()
6930 PASS h6.dir: setAttribute() to object "[object Object]" followed by IDL get
6931 PASS h6.dir: setAttribute() to NaN followed by getAttribute()
6932 PASS h6.dir: setAttribute() to NaN followed by IDL get
6933 PASS h6.dir: setAttribute() to Infinity followed by getAttribute()
6934 PASS h6.dir: setAttribute() to Infinity followed by IDL get
6935 PASS h6.dir: setAttribute() to -Infinity followed by getAttribute()
6936 PASS h6.dir: setAttribute() to -Infinity followed by IDL get
6937 PASS h6.dir: setAttribute() to "\0" followed by getAttribute()
6938 PASS h6.dir: setAttribute() to "\0" followed by IDL get
6939 PASS h6.dir: setAttribute() to null followed by getAttribute()
6940 PASS h6.dir: setAttribute() to null followed by IDL get
6941 PASS h6.dir: setAttribute() to object "test-toString" followed by getAttribute()
6942 PASS h6.dir: setAttribute() to object "test-toString" followed by IDL get
6943 PASS h6.dir: setAttribute() to object "test-valueOf" followed by getAttribute()
6944 PASS h6.dir: setAttribute() to object "test-valueOf" followed by IDL get
6945 PASS h6.dir: setAttribute() to "ltr" followed by getAttribute()
6946 PASS h6.dir: setAttribute() to "ltr" followed by IDL get
6947 PASS h6.dir: setAttribute() to "xltr" followed by getAttribute()
6948 PASS h6.dir: setAttribute() to "xltr" followed by IDL get
6949 PASS h6.dir: setAttribute() to "ltr\0" followed by getAttribute()
6950 PASS h6.dir: setAttribute() to "ltr\0" followed by IDL get
6951 PASS h6.dir: setAttribute() to "tr" followed by getAttribute()
6952 PASS h6.dir: setAttribute() to "tr" followed by IDL get
6953 PASS h6.dir: setAttribute() to "LTR" followed by getAttribute()
6954 PASS h6.dir: setAttribute() to "LTR" followed by IDL get
6955 PASS h6.dir: setAttribute() to "rtl" followed by getAttribute()
6956 PASS h6.dir: setAttribute() to "rtl" followed by IDL get
6957 PASS h6.dir: setAttribute() to "xrtl" followed by getAttribute()
6958 PASS h6.dir: setAttribute() to "xrtl" followed by IDL get
6959 PASS h6.dir: setAttribute() to "rtl\0" followed by getAttribute()
6960 PASS h6.dir: setAttribute() to "rtl\0" followed by IDL get
6961 PASS h6.dir: setAttribute() to "tl" followed by getAttribute()
6962 PASS h6.dir: setAttribute() to "tl" followed by IDL get
6963 PASS h6.dir: setAttribute() to "RTL" followed by getAttribute()
6964 PASS h6.dir: setAttribute() to "RTL" followed by IDL get
6965 PASS h6.dir: setAttribute() to "auto" followed by getAttribute()
6966 PASS h6.dir: setAttribute() to "auto" followed by IDL get
6967 PASS h6.dir: setAttribute() to "xauto" followed by getAttribute()
6968 PASS h6.dir: setAttribute() to "xauto" followed by IDL get
6969 PASS h6.dir: setAttribute() to "auto\0" followed by getAttribute()
6970 PASS h6.dir: setAttribute() to "auto\0" followed by IDL get
6971 PASS h6.dir: setAttribute() to "uto" followed by getAttribute()
6972 PASS h6.dir: setAttribute() to "uto" followed by IDL get
6973 PASS h6.dir: setAttribute() to "AUTO" followed by getAttribute()
6974 PASS h6.dir: setAttribute() to "AUTO" followed by IDL get
6975 PASS h6.dir: IDL set to "" should not throw
6976 PASS h6.dir: IDL set to "" followed by getAttribute()
6977 PASS h6.dir: IDL set to "" followed by IDL get
6978 PASS h6.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should no t throw
6979 PASS h6.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
6980 PASS h6.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x 10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
6981 PASS h6.dir: IDL set to undefined should not throw
6982 PASS h6.dir: IDL set to undefined followed by getAttribute()
6983 PASS h6.dir: IDL set to undefined followed by IDL get
6984 PASS h6.dir: IDL set to 7 should not throw
6985 PASS h6.dir: IDL set to 7 followed by getAttribute()
6986 PASS h6.dir: IDL set to 7 followed by IDL get
6987 PASS h6.dir: IDL set to 1.5 should not throw
6988 PASS h6.dir: IDL set to 1.5 followed by getAttribute()
6989 PASS h6.dir: IDL set to 1.5 followed by IDL get
6990 PASS h6.dir: IDL set to true should not throw
6991 PASS h6.dir: IDL set to true followed by getAttribute()
6992 PASS h6.dir: IDL set to true followed by IDL get
6993 PASS h6.dir: IDL set to false should not throw
6994 PASS h6.dir: IDL set to false followed by getAttribute()
6995 PASS h6.dir: IDL set to false followed by IDL get
6996 PASS h6.dir: IDL set to object "[object Object]" should not throw
6997 PASS h6.dir: IDL set to object "[object Object]" followed by getAttribute()
6998 PASS h6.dir: IDL set to object "[object Object]" followed by IDL get
6999 PASS h6.dir: IDL set to NaN should not throw
7000 PASS h6.dir: IDL set to NaN followed by getAttribute()
7001 PASS h6.dir: IDL set to NaN followed by IDL get
7002 PASS h6.dir: IDL set to Infinity should not throw
7003 PASS h6.dir: IDL set to Infinity followed by getAttribute()
7004 PASS h6.dir: IDL set to Infinity followed by IDL get
7005 PASS h6.dir: IDL set to -Infinity should not throw
7006 PASS h6.dir: IDL set to -Infinity followed by getAttribute()
7007 PASS h6.dir: IDL set to -Infinity followed by IDL get
7008 PASS h6.dir: IDL set to "\0" should not throw
7009 PASS h6.dir: IDL set to "\0" followed by getAttribute()
7010 PASS h6.dir: IDL set to "\0" followed by IDL get
7011 PASS h6.dir: IDL set to null should not throw
7012 PASS h6.dir: IDL set to null followed by IDL get
7013 PASS h6.dir: IDL set to object "test-toString" should not throw
7014 PASS h6.dir: IDL set to object "test-toString" followed by getAttribute()
7015 PASS h6.dir: IDL set to object "test-toString" followed by IDL get
7016 PASS h6.dir: IDL set to object "test-valueOf" should not throw
7017 PASS h6.dir: IDL set to object "test-valueOf" followed by getAttribute()
7018 PASS h6.dir: IDL set to object "test-valueOf" followed by IDL get
7019 PASS h6.dir: IDL set to "ltr" should not throw
7020 PASS h6.dir: IDL set to "ltr" followed by getAttribute()
7021 PASS h6.dir: IDL set to "ltr" followed by IDL get
7022 PASS h6.dir: IDL set to "xltr" should not throw
7023 PASS h6.dir: IDL set to "xltr" followed by getAttribute()
7024 PASS h6.dir: IDL set to "xltr" followed by IDL get
7025 PASS h6.dir: IDL set to "ltr\0" should not throw
7026 PASS h6.dir: IDL set to "ltr\0" followed by getAttribute()
7027 PASS h6.dir: IDL set to "ltr\0" followed by IDL get
7028 PASS h6.dir: IDL set to "tr" should not throw
7029 PASS h6.dir: IDL set to "tr" followed by getAttribute()
7030 PASS h6.dir: IDL set to "tr" followed by IDL get
7031 PASS h6.dir: IDL set to "LTR" should not throw
7032 PASS h6.dir: IDL set to "LTR" followed by getAttribute()
7033 PASS h6.dir: IDL set to "LTR" followed by IDL get
7034 PASS h6.dir: IDL set to "rtl" should not throw
7035 PASS h6.dir: IDL set to "rtl" followed by getAttribute()
7036 PASS h6.dir: IDL set to "rtl" followed by IDL get
7037 PASS h6.dir: IDL set to "xrtl" should not throw
7038 PASS h6.dir: IDL set to "xrtl" followed by getAttribute()
7039 PASS h6.dir: IDL set to "xrtl" followed by IDL get
7040 PASS h6.dir: IDL set to "rtl\0" should not throw
7041 PASS h6.dir: IDL set to "rtl\0" followed by getAttribute()
7042 PASS h6.dir: IDL set to "rtl\0" followed by IDL get
7043 PASS h6.dir: IDL set to "tl" should not throw
7044 PASS h6.dir: IDL set to "tl" followed by getAttribute()
7045 PASS h6.dir: IDL set to "tl" followed by IDL get
7046 PASS h6.dir: IDL set to "RTL" should not throw
7047 PASS h6.dir: IDL set to "RTL" followed by getAttribute()
7048 PASS h6.dir: IDL set to "RTL" followed by IDL get
7049 PASS h6.dir: IDL set to "auto" should not throw
7050 PASS h6.dir: IDL set to "auto" followed by getAttribute()
7051 PASS h6.dir: IDL set to "auto" followed by IDL get
7052 PASS h6.dir: IDL set to "xauto" should not throw
7053 PASS h6.dir: IDL set to "xauto" followed by getAttribute()
7054 PASS h6.dir: IDL set to "xauto" followed by IDL get
7055 PASS h6.dir: IDL set to "auto\0" should not throw
7056 PASS h6.dir: IDL set to "auto\0" followed by getAttribute()
7057 PASS h6.dir: IDL set to "auto\0" followed by IDL get
7058 PASS h6.dir: IDL set to "uto" should not throw
7059 PASS h6.dir: IDL set to "uto" followed by getAttribute()
7060 PASS h6.dir: IDL set to "uto" followed by IDL get
7061 PASS h6.dir: IDL set to "AUTO" should not throw
7062 PASS h6.dir: IDL set to "AUTO" followed by getAttribute()
7063 PASS h6.dir: IDL set to "AUTO" followed by IDL get
7064 PASS h6.className (<h6 class>): typeof IDL attribute
7065 PASS h6.className (<h6 class>): IDL get with DOM attribute unset
7066 PASS h6.className (<h6 class>): setAttribute() to "" followed by getAttribute()
7067 PASS h6.className (<h6 class>): setAttribute() to "" followed by IDL get
7068 PASS h6.className (<h6 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by getAttribute()
7069 PASS h6.className (<h6 class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x 07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1 d\x1e\x1f foo " followed by IDL get
7070 PASS h6.className (<h6 class>): setAttribute() to undefined followed by getAttri bute()
7071 PASS h6.className (<h6 class>): setAttribute() to undefined followed by IDL get
7072 PASS h6.className (<h6 class>): setAttribute() to 7 followed by getAttribute()
7073 PASS h6.className (<h6 class>): setAttribute() to 7 followed by IDL get
7074 PASS h6.className (<h6 class>): setAttribute() to 1.5 followed by getAttribute()
7075 PASS h6.className (<h6 class>): setAttribute() to 1.5 followed by IDL get
7076 PASS h6.className (<h6 class>): setAttribute() to true followed by getAttribute( )
7077 PASS h6.className (<h6 class>): setAttribute() to true followed by IDL get
7078 PASS h6.className (<h6 class>): setAttribute() to false followed by getAttribute ()
7079 PASS h6.className (<h6 class>): setAttribute() to false followed by IDL get
7080 PASS h6.className (<h6 class>): setAttribute() to object "[object Object]" follo wed by getAttribute()
7081 PASS h6.className (<h6 class>): setAttribute() to object "[object Object]" follo wed by IDL get
7082 PASS h6.className (<h6 class>): setAttribute() to NaN followed by getAttribute()
7083 PASS h6.className (<h6 class>): setAttribute() to NaN followed by IDL get
7084 PASS h6.className (<h6 class>): setAttribute() to Infinity followed by getAttrib ute()
7085 PASS h6.className (<h6 class>): setAttribute() to Infinity followed by IDL get
7086 PASS h6.className (<h6 class>): setAttribute() to -Infinity followed by getAttri bute()
7087 PASS h6.className (<h6 class>): setAttribute() to -Infinity followed by IDL get
7088 PASS h6.className (<h6 class>): setAttribute() to "\0" followed by getAttribute( )
7089 PASS h6.className (<h6 class>): setAttribute() to "\0" followed by IDL get
7090 PASS h6.className (<h6 class>): setAttribute() to null followed by getAttribute( )
7091 PASS h6.className (<h6 class>): setAttribute() to null followed by IDL get
7092 PASS h6.className (<h6 class>): setAttribute() to object "test-toString" followe d by getAttribute()
7093 PASS h6.className (<h6 class>): setAttribute() to object "test-toString" followe d by IDL get
7094 PASS h6.className (<h6 class>): setAttribute() to object "test-valueOf" followed by getAttribute()
7095 PASS h6.className (<h6 class>): setAttribute() to object "test-valueOf" followed by IDL get
7096 PASS h6.className (<h6 class>): IDL set to "" should not throw
7097 PASS h6.className (<h6 class>): IDL set to "" followed by getAttribute()
7098 PASS h6.className (<h6 class>): IDL set to "" followed by IDL get
7099 PASS h6.className (<h6 class>): IDL set 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\x 1f foo " should not throw
7100 PASS h6.className (<h6 class>): IDL set 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\x 1f foo " followed by getAttribute()
7101 PASS h6.className (<h6 class>): IDL set 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\x 1f foo " followed by IDL get
7102 PASS h6.className (<h6 class>): IDL set to undefined should not throw
7103 PASS h6.className (<h6 class>): IDL set to undefined followed by getAttribute()
7104 PASS h6.className (<h6 class>): IDL set to undefined followed by IDL get
7105 PASS h6.className (<h6 class>): IDL set to 7 should not throw
7106 PASS h6.className (<h6 class>): IDL set to 7 followed by getAttribute()
7107 PASS h6.className (<h6 class>): IDL set to 7 followed by IDL get
7108 PASS h6.className (<h6 class>): IDL set to 1.5 should not throw
7109 PASS h6.className (<h6 class>): IDL set to 1.5 followed by getAttribute()
7110 PASS h6.className (<h6 class>): IDL set to 1.5 followed by IDL get
7111 PASS h6.className (<h6 class>): IDL set to true should not throw
7112 PASS h6.className (<h6 class>): IDL set to true followed by getAttribute()
7113 PASS h6.className (<h6 class>): IDL set to true followed by IDL get
7114 PASS h6.className (<h6 class>): IDL set to false should not throw
7115 PASS h6.className (<h6 class>): IDL set to false followed by getAttribute()
7116 PASS h6.className (<h6 class>): IDL set to false followed by IDL get
7117 PASS h6.className (<h6 class>): IDL set to object "[object Object]" should not t hrow
7118 PASS h6.className (<h6 class>): IDL set to object "[object Object]" followed by getAttribute()
7119 PASS h6.className (<h6 class>): IDL set to object "[object Object]" followed by IDL get
7120 PASS h6.className (<h6 class>): IDL set to NaN should not throw
7121 PASS h6.className (<h6 class>): IDL set to NaN followed by getAttribute()
7122 PASS h6.className (<h6 class>): IDL set to NaN followed by IDL get
7123 PASS h6.className (<h6 class>): IDL set to Infinity should not throw
7124 PASS h6.className (<h6 class>): IDL set to Infinity followed by getAttribute()
7125 PASS h6.className (<h6 class>): IDL set to Infinity followed by IDL get
7126 PASS h6.className (<h6 class>): IDL set to -Infinity should not throw
7127 PASS h6.className (<h6 class>): IDL set to -Infinity followed by getAttribute()
7128 PASS h6.className (<h6 class>): IDL set to -Infinity followed by IDL get
7129 PASS h6.className (<h6 class>): IDL set to "\0" should not throw
7130 PASS h6.className (<h6 class>): IDL set to "\0" followed by getAttribute()
7131 PASS h6.className (<h6 class>): IDL set to "\0" followed by IDL get
7132 PASS h6.className (<h6 class>): IDL set to null should not throw
7133 PASS h6.className (<h6 class>): IDL set to null followed by getAttribute()
7134 PASS h6.className (<h6 class>): IDL set to null followed by IDL get
7135 PASS h6.className (<h6 class>): IDL set to object "test-toString" should not thr ow
7136 PASS h6.className (<h6 class>): IDL set to object "test-toString" followed by ge tAttribute()
7137 PASS h6.className (<h6 class>): IDL set to object "test-toString" followed by ID L get
7138 PASS h6.className (<h6 class>): IDL set to object "test-valueOf" should not thro w
7139 PASS h6.className (<h6 class>): IDL set to object "test-valueOf" followed by get Attribute()
7140 PASS h6.className (<h6 class>): IDL set to object "test-valueOf" followed by IDL get
7141 PASS h6.hidden: typeof IDL attribute
7142 PASS h6.hidden: IDL get with DOM attribute unset
7143 PASS h6.hidden: setAttribute() to "" followed by getAttribute()
7144 PASS h6.hidden: setAttribute() to "" followed by IDL get
7145 PASS h6.hidden: setAttribute() to " foo " followed by getAttribute()
7146 PASS h6.hidden: setAttribute() to " foo " followed by IDL get
7147 PASS h6.hidden: setAttribute() to undefined followed by getAttribute()
7148 PASS h6.hidden: setAttribute() to undefined followed by IDL get
7149 PASS h6.hidden: setAttribute() to null followed by getAttribute()
7150 PASS h6.hidden: setAttribute() to null followed by IDL get
7151 PASS h6.hidden: setAttribute() to 7 followed by getAttribute()
7152 PASS h6.hidden: setAttribute() to 7 followed by IDL get
7153 PASS h6.hidden: setAttribute() to 1.5 followed by getAttribute()
7154 PASS h6.hidden: setAttribute() to 1.5 followed by IDL get
7155 PASS h6.hidden: setAttribute() to true followed by getAttribute()
7156 PASS h6.hidden: setAttribute() to true followed by IDL get
7157 PASS h6.hidden: setAttribute() to false followed by getAttribute()
7158 PASS h6.hidden: setAttribute() to false followed by IDL get
7159 PASS h6.hidden: setAttribute() to object "[object Object]" followed by getAttrib ute()
7160 PASS h6.hidden: setAttribute() to object "[object Object]" followed by IDL get
7161 PASS h6.hidden: setAttribute() to NaN followed by getAttribute()
7162 PASS h6.hidden: setAttribute() to NaN followed by IDL get
7163 PASS h6.hidden: setAttribute() to Infinity followed by getAttribute()
7164 PASS h6.hidden: setAttribute() to Infinity followed by IDL get
7165 PASS h6.hidden: setAttribute() to -Infinity followed by getAttribute()
7166 PASS h6.hidden: setAttribute() to -Infinity followed by IDL get
7167 PASS h6.hidden: setAttribute() to "\0" followed by getAttribute()
7168 PASS h6.hidden: setAttribute() to "\0" followed by IDL get
7169 PASS h6.hidden: setAttribute() to object "test-toString" followed by getAttribut e()
7170 PASS h6.hidden: setAttribute() to object "test-toString" followed by IDL get
7171 PASS h6.hidden: setAttribute() to object "test-valueOf" followed by getAttribute ()
7172 PASS h6.hidden: setAttribute() to object "test-valueOf" followed by IDL get
7173 PASS h6.hidden: setAttribute() to "hidden" followed by getAttribute()
7174 PASS h6.hidden: setAttribute() to "hidden" followed by IDL get
7175 PASS h6.hidden: IDL set to "" should not throw
7176 PASS h6.hidden: IDL set to "" followed by hasAttribute()
7177 PASS h6.hidden: IDL set to "" followed by IDL get
7178 PASS h6.hidden: IDL set to " foo " should not throw
7179 PASS h6.hidden: IDL set to " foo " followed by hasAttribute()
7180 PASS h6.hidden: IDL set to " foo " followed by IDL get
7181 PASS h6.hidden: IDL set to undefined should not throw
7182 PASS h6.hidden: IDL set to undefined followed by hasAttribute()
7183 PASS h6.hidden: IDL set to undefined followed by IDL get
7184 PASS h6.hidden: IDL set to null should not throw
7185 PASS h6.hidden: IDL set to null followed by hasAttribute()
7186 PASS h6.hidden: IDL set to null followed by IDL get
7187 PASS h6.hidden: IDL set to 7 should not throw
7188 PASS h6.hidden: IDL set to 7 followed by hasAttribute()
7189 PASS h6.hidden: IDL set to 7 followed by IDL get
7190 PASS h6.hidden: IDL set to 1.5 should not throw
7191 PASS h6.hidden: IDL set to 1.5 followed by hasAttribute()
7192 PASS h6.hidden: IDL set to 1.5 followed by IDL get
7193 PASS h6.hidden: IDL set to true should not throw
7194 PASS h6.hidden: IDL set to true followed by hasAttribute()
7195 PASS h6.hidden: IDL set to true followed by IDL get
7196 PASS h6.hidden: IDL set to false should not throw
7197 PASS h6.hidden: IDL set to false followed by hasAttribute()
7198 PASS h6.hidden: IDL set to false followed by IDL get
7199 PASS h6.hidden: IDL set to object "[object Object]" should not throw
7200 PASS h6.hidden: IDL set to object "[object Object]" followed by hasAttribute()
7201 PASS h6.hidden: IDL set to object "[object Object]" followed by IDL get
7202 PASS h6.hidden: IDL set to NaN should not throw
7203 PASS h6.hidden: IDL set to NaN followed by hasAttribute()
7204 PASS h6.hidden: IDL set to NaN followed by IDL get
7205 PASS h6.hidden: IDL set to Infinity should not throw
7206 PASS h6.hidden: IDL set to Infinity followed by hasAttribute()
7207 PASS h6.hidden: IDL set to Infinity followed by IDL get
7208 PASS h6.hidden: IDL set to -Infinity should not throw
7209 PASS h6.hidden: IDL set to -Infinity followed by hasAttribute()
7210 PASS h6.hidden: IDL set to -Infinity followed by IDL get
7211 PASS h6.hidden: IDL set to "\0" should not throw
7212 PASS h6.hidden: IDL set to "\0" followed by hasAttribute()
7213 PASS h6.hidden: IDL set to "\0" followed by IDL get
7214 PASS h6.hidden: IDL set to object "test-toString" should not throw
7215 PASS h6.hidden: IDL set to object "test-toString" followed by hasAttribute()
7216 PASS h6.hidden: IDL set to object "test-toString" followed by IDL get
7217 PASS h6.hidden: IDL set to object "test-valueOf" should not throw
7218 PASS h6.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
7219 PASS h6.hidden: IDL set to object "test-valueOf" followed by IDL get
7220 PASS h6.accessKey: typeof IDL attribute
7221 PASS h6.accessKey: IDL get with DOM attribute unset
7222 PASS h6.accessKey: setAttribute() to "" followed by getAttribute()
7223 PASS h6.accessKey: setAttribute() to "" followed by IDL get
7224 PASS h6.accessKey: 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 fo o " followed by getAttribute()
7225 PASS h6.accessKey: 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 fo o " followed by IDL get
7226 PASS h6.accessKey: setAttribute() to undefined followed by getAttribute()
7227 PASS h6.accessKey: setAttribute() to undefined followed by IDL get
7228 PASS h6.accessKey: setAttribute() to 7 followed by getAttribute()
7229 PASS h6.accessKey: setAttribute() to 7 followed by IDL get
7230 PASS h6.accessKey: setAttribute() to 1.5 followed by getAttribute()
7231 PASS h6.accessKey: setAttribute() to 1.5 followed by IDL get
7232 PASS h6.accessKey: setAttribute() to true followed by getAttribute()
7233 PASS h6.accessKey: setAttribute() to true followed by IDL get
7234 PASS h6.accessKey: setAttribute() to false followed by getAttribute()
7235 PASS h6.accessKey: setAttribute() to false followed by IDL get
7236 PASS h6.accessKey: setAttribute() to object "[object Object]" followed by getAtt ribute()
7237 PASS h6.accessKey: setAttribute() to object "[object Object]" followed by IDL ge t
7238 PASS h6.accessKey: setAttribute() to NaN followed by getAttribute()
7239 PASS h6.accessKey: setAttribute() to NaN followed by IDL get
7240 PASS h6.accessKey: setAttribute() to Infinity followed by getAttribute()
7241 PASS h6.accessKey: setAttribute() to Infinity followed by IDL get
7242 PASS h6.accessKey: setAttribute() to -Infinity followed by getAttribute()
7243 PASS h6.accessKey: setAttribute() to -Infinity followed by IDL get
7244 PASS h6.accessKey: setAttribute() to "\0" followed by getAttribute()
7245 PASS h6.accessKey: setAttribute() to "\0" followed by IDL get
7246 PASS h6.accessKey: setAttribute() to null followed by getAttribute()
7247 PASS h6.accessKey: setAttribute() to null followed by IDL get
7248 PASS h6.accessKey: setAttribute() to object "test-toString" followed by getAttri bute()
7249 PASS h6.accessKey: setAttribute() to object "test-toString" followed by IDL get
7250 PASS h6.accessKey: setAttribute() to object "test-valueOf" followed by getAttrib ute()
7251 PASS h6.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
7252 PASS h6.accessKey: IDL set to "" should not throw
7253 PASS h6.accessKey: IDL set to "" followed by getAttribute()
7254 PASS h6.accessKey: IDL set to "" followed by IDL get
7255 PASS h6.accessKey: IDL set 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 " sho uld not throw
7256 PASS h6.accessKey: IDL set 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 " fol lowed by getAttribute()
7257 PASS h6.accessKey: IDL set 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 " fol lowed by IDL get
7258 PASS h6.accessKey: IDL set to undefined should not throw
7259 PASS h6.accessKey: IDL set to undefined followed by getAttribute()
7260 PASS h6.accessKey: IDL set to undefined followed by IDL get
7261 PASS h6.accessKey: IDL set to 7 should not throw
7262 PASS h6.accessKey: IDL set to 7 followed by getAttribute()
7263 PASS h6.accessKey: IDL set to 7 followed by IDL get
7264 PASS h6.accessKey: IDL set to 1.5 should not throw
7265 PASS h6.accessKey: IDL set to 1.5 followed by getAttribute()
7266 PASS h6.accessKey: IDL set to 1.5 followed by IDL get
7267 PASS h6.accessKey: IDL set to true should not throw
7268 PASS h6.accessKey: IDL set to true followed by getAttribute()
7269 PASS h6.accessKey: IDL set to true followed by IDL get
7270 PASS h6.accessKey: IDL set to false should not throw
7271 PASS h6.accessKey: IDL set to false followed by getAttribute()
7272 PASS h6.accessKey: IDL set to false followed by IDL get
7273 PASS h6.accessKey: IDL set to object "[object Object]" should not throw
7274 PASS h6.accessKey: IDL set to object "[object Object]" followed by getAttribute( )
7275 PASS h6.accessKey: IDL set to object "[object Object]" followed by IDL get
7276 PASS h6.accessKey: IDL set to NaN should not throw
7277 PASS h6.accessKey: IDL set to NaN followed by getAttribute()
7278 PASS h6.accessKey: IDL set to NaN followed by IDL get
7279 PASS h6.accessKey: IDL set to Infinity should not throw
7280 PASS h6.accessKey: IDL set to Infinity followed by getAttribute()
7281 PASS h6.accessKey: IDL set to Infinity followed by IDL get
7282 PASS h6.accessKey: IDL set to -Infinity should not throw
7283 PASS h6.accessKey: IDL set to -Infinity followed by getAttribute()
7284 PASS h6.accessKey: IDL set to -Infinity followed by IDL get
7285 PASS h6.accessKey: IDL set to "\0" should not throw
7286 PASS h6.accessKey: IDL set to "\0" followed by getAttribute()
7287 PASS h6.accessKey: IDL set to "\0" followed by IDL get
7288 PASS h6.accessKey: IDL set to null should not throw
7289 PASS h6.accessKey: IDL set to null followed by getAttribute()
7290 PASS h6.accessKey: IDL set to null followed by IDL get
7291 PASS h6.accessKey: IDL set to object "test-toString" should not throw
7292 PASS h6.accessKey: IDL set to object "test-toString" followed by getAttribute()
7293 PASS h6.accessKey: IDL set to object "test-toString" followed by IDL get
7294 PASS h6.accessKey: IDL set to object "test-valueOf" should not throw
7295 PASS h6.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
7296 PASS h6.accessKey: IDL set to object "test-valueOf" followed by IDL get
7297 PASS h6.tabIndex: typeof IDL attribute
7298 PASS h6.tabIndex: setAttribute() to -36 followed by getAttribute()
7299 PASS h6.tabIndex: setAttribute() to -36 followed by IDL get
7300 PASS h6.tabIndex: setAttribute() to -1 followed by getAttribute()
7301 PASS h6.tabIndex: setAttribute() to -1 followed by IDL get
7302 PASS h6.tabIndex: setAttribute() to 0 followed by getAttribute()
7303 PASS h6.tabIndex: setAttribute() to 0 followed by IDL get
7304 PASS h6.tabIndex: setAttribute() to 1 followed by getAttribute()
7305 PASS h6.tabIndex: setAttribute() to 1 followed by IDL get
7306 PASS h6.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
7307 FAIL h6.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals : expected 2147483647 but got 32767
7308 PASS h6.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
7309 FAIL h6.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equal s: expected -2147483648 but got -32768
7310 PASS h6.tabIndex: setAttribute() to "-1" followed by getAttribute()
7311 PASS h6.tabIndex: setAttribute() to "-1" followed by IDL get
7312 PASS h6.tabIndex: setAttribute() to "-0" followed by getAttribute()
7313 PASS h6.tabIndex: setAttribute() to "-0" followed by IDL get
7314 PASS h6.tabIndex: setAttribute() to "0" followed by getAttribute()
7315 PASS h6.tabIndex: setAttribute() to "0" followed by IDL get
7316 PASS h6.tabIndex: setAttribute() to "1" followed by getAttribute()
7317 PASS h6.tabIndex: setAttribute() to "1" followed by IDL get
7318 PASS h6.tabIndex: setAttribute() to "\t7" followed by getAttribute()
7319 PASS h6.tabIndex: setAttribute() to "\t7" followed by IDL get
7320 PASS h6.tabIndex: setAttribute() to "\f7" followed by getAttribute()
7321 PASS h6.tabIndex: setAttribute() to "\f7" followed by IDL get
7322 PASS h6.tabIndex: setAttribute() to " 7" followed by getAttribute()
7323 PASS h6.tabIndex: setAttribute() to " 7" followed by IDL get
7324 PASS h6.tabIndex: setAttribute() to "\n7" followed by getAttribute()
7325 PASS h6.tabIndex: setAttribute() to "\n7" followed by IDL get
7326 PASS h6.tabIndex: setAttribute() to "\r7" followed by getAttribute()
7327 PASS h6.tabIndex: setAttribute() to "\r7" followed by IDL get
7328 PASS h6.tabIndex: setAttribute() to 1.5 followed by getAttribute()
7329 PASS h6.tabIndex: setAttribute() to 1.5 followed by IDL get
7330 PASS h6.tabIndex: setAttribute() to object "2" followed by getAttribute()
7331 PASS h6.tabIndex: setAttribute() to object "2" followed by IDL get
7332 PASS h6.tabIndex: IDL set to -36 should not throw
7333 PASS h6.tabIndex: IDL set to -36 followed by getAttribute()
7334 PASS h6.tabIndex: IDL set to -36 followed by IDL get
7335 PASS h6.tabIndex: IDL set to -1 should not throw
7336 PASS h6.tabIndex: IDL set to -1 followed by getAttribute()
7337 PASS h6.tabIndex: IDL set to -1 followed by IDL get
7338 PASS h6.tabIndex: IDL set to 0 should not throw
7339 PASS h6.tabIndex: IDL set to 0 followed by getAttribute()
7340 PASS h6.tabIndex: IDL set to 0 followed by IDL get
7341 PASS h6.tabIndex: IDL set to 1 should not throw
7342 PASS h6.tabIndex: IDL set to 1 followed by getAttribute()
7343 PASS h6.tabIndex: IDL set to 1 followed by IDL get
7344 PASS h6.tabIndex: IDL set to 2147483647 should not throw
7345 PASS h6.tabIndex: IDL set to 2147483647 followed by getAttribute()
7346 FAIL h6.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expec ted 2147483647 but got 32767
7347 PASS h6.tabIndex: IDL set to -2147483648 should not throw
7348 PASS h6.tabIndex: IDL set to -2147483648 followed by getAttribute()
7349 FAIL h6.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expe cted -2147483648 but got -32768
7350 PASS h6.align: typeof IDL attribute
7351 PASS h6.align: IDL get with DOM attribute unset
7352 PASS h6.align: setAttribute() to "" followed by getAttribute()
7353 PASS h6.align: setAttribute() to "" followed by IDL get
7354 PASS h6.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
7355 PASS h6.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x 0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
7356 PASS h6.align: setAttribute() to undefined followed by getAttribute()
7357 PASS h6.align: setAttribute() to undefined followed by IDL get
7358 PASS h6.align: setAttribute() to 7 followed by getAttribute()
7359 PASS h6.align: setAttribute() to 7 followed by IDL get
7360 PASS h6.align: setAttribute() to 1.5 followed by getAttribute()
7361 PASS h6.align: setAttribute() to 1.5 followed by IDL get
7362 PASS h6.align: setAttribute() to true followed by getAttribute()
7363 PASS h6.align: setAttribute() to true followed by IDL get
7364 PASS h6.align: setAttribute() to false followed by getAttribute()
7365 PASS h6.align: setAttribute() to false followed by IDL get
7366 PASS h6.align: setAttribute() to object "[object Object]" followed by getAttribu te()
7367 PASS h6.align: setAttribute() to object "[object Object]" followed by IDL get
7368 PASS h6.align: setAttribute() to NaN followed by getAttribute()
7369 PASS h6.align: setAttribute() to NaN followed by IDL get
7370 PASS h6.align: setAttribute() to Infinity followed by getAttribute()
7371 PASS h6.align: setAttribute() to Infinity followed by IDL get
7372 PASS h6.align: setAttribute() to -Infinity followed by getAttribute()
7373 PASS h6.align: setAttribute() to -Infinity followed by IDL get
7374 PASS h6.align: setAttribute() to "\0" followed by getAttribute()
7375 PASS h6.align: setAttribute() to "\0" followed by IDL get
7376 PASS h6.align: setAttribute() to null followed by getAttribute()
7377 PASS h6.align: setAttribute() to null followed by IDL get
7378 PASS h6.align: setAttribute() to object "test-toString" followed by getAttribute ()
7379 PASS h6.align: setAttribute() to object "test-toString" followed by IDL get
7380 PASS h6.align: setAttribute() to object "test-valueOf" followed by getAttribute( )
7381 PASS h6.align: setAttribute() to object "test-valueOf" followed by IDL get
7382 PASS h6.align: IDL set to "" should not throw
7383 PASS h6.align: IDL set to "" followed by getAttribute()
7384 PASS h6.align: IDL set to "" followed by IDL get
7385 PASS h6.align: IDL set 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 " should not throw
7386 PASS h6.align: IDL set 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 " followe d by getAttribute()
7387 PASS h6.align: IDL set 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 " followe d by IDL get
7388 PASS h6.align: IDL set to undefined should not throw
7389 PASS h6.align: IDL set to undefined followed by getAttribute()
7390 PASS h6.align: IDL set to undefined followed by IDL get
7391 PASS h6.align: IDL set to 7 should not throw
7392 PASS h6.align: IDL set to 7 followed by getAttribute()
7393 PASS h6.align: IDL set to 7 followed by IDL get
7394 PASS h6.align: IDL set to 1.5 should not throw
7395 PASS h6.align: IDL set to 1.5 followed by getAttribute()
7396 PASS h6.align: IDL set to 1.5 followed by IDL get
7397 PASS h6.align: IDL set to true should not throw
7398 PASS h6.align: IDL set to true followed by getAttribute()
7399 PASS h6.align: IDL set to true followed by IDL get
7400 PASS h6.align: IDL set to false should not throw
7401 PASS h6.align: IDL set to false followed by getAttribute()
7402 PASS h6.align: IDL set to false followed by IDL get
7403 PASS h6.align: IDL set to object "[object Object]" should not throw
7404 PASS h6.align: IDL set to object "[object Object]" followed by getAttribute()
7405 PASS h6.align: IDL set to object "[object Object]" followed by IDL get
7406 PASS h6.align: IDL set to NaN should not throw
7407 PASS h6.align: IDL set to NaN followed by getAttribute()
7408 PASS h6.align: IDL set to NaN followed by IDL get
7409 PASS h6.align: IDL set to Infinity should not throw
7410 PASS h6.align: IDL set to Infinity followed by getAttribute()
7411 PASS h6.align: IDL set to Infinity followed by IDL get
7412 PASS h6.align: IDL set to -Infinity should not throw
7413 PASS h6.align: IDL set to -Infinity followed by getAttribute()
7414 PASS h6.align: IDL set to -Infinity followed by IDL get
7415 PASS h6.align: IDL set to "\0" should not throw
7416 PASS h6.align: IDL set to "\0" followed by getAttribute()
7417 PASS h6.align: IDL set to "\0" followed by IDL get
7418 PASS h6.align: IDL set to null should not throw
7419 PASS h6.align: IDL set to null followed by getAttribute()
7420 PASS h6.align: IDL set to null followed by IDL get
7421 PASS h6.align: IDL set to object "test-toString" should not throw
7422 PASS h6.align: IDL set to object "test-toString" followed by getAttribute()
7423 PASS h6.align: IDL set to object "test-toString" followed by IDL get
7424 PASS h6.align: IDL set to object "test-valueOf" should not throw
7425 PASS h6.align: IDL set to object "test-valueOf" followed by getAttribute()
7426 PASS h6.align: IDL set to object "test-valueOf" followed by IDL get
7427 PASS hgroup.title: typeof IDL attribute
7428 PASS hgroup.title: IDL get with DOM attribute unset
7429 PASS hgroup.title: setAttribute() to "" followed by getAttribute()
7430 PASS hgroup.title: setAttribute() to "" followed by IDL get
7431 PASS hgroup.title: 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 fo o " followed by getAttribute()
7432 PASS hgroup.title: 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 fo o " followed by IDL get
7433 PASS hgroup.title: setAttribute() to undefined followed by getAttribute()
7434 PASS hgroup.title: setAttribute() to undefined followed by IDL get
7435 PASS hgroup.title: setAttribute() to 7 followed by getAttribute()
7436 PASS hgroup.title: setAttribute() to 7 followed by IDL get
7437 PASS hgroup.title: setAttribute() to 1.5 followed by getAttribute()
7438 PASS hgroup.title: setAttribute() to 1.5 followed by IDL get
7439 PASS hgroup.title: setAttribute() to true followed by getAttribute()
7440 PASS hgroup.title: setAttribute() to true followed by IDL get
7441 PASS hgroup.title: setAttribute() to false followed by getAttribute()
7442 PASS hgroup.title: setAttribute() to false followed by IDL get
7443 PASS hgroup.title: setAttribute() to object "[object Object]" followed by getAtt ribute()
7444 PASS hgroup.title: setAttribute() to object "[object Object]" followed by IDL ge t
7445 PASS hgroup.title: setAttribute() to NaN followed by getAttribute()
7446 PASS hgroup.title: setAttribute() to NaN followed by IDL get
7447 PASS hgroup.title: setAttribute() to Infinity followed by getAttribute()
7448 PASS hgroup.title: setAttribute() to Infinity followed by IDL get
7449 PASS hgroup.title: setAttribute() to -Infinity followed by getAttribute()
7450 PASS hgroup.title: setAttribute() to -Infinity followed by IDL get
7451 PASS hgroup.title: setAttribute() to "\0" followed by getAttribute()
7452 PASS hgroup.title: setAttribute() to "\0" followed by IDL get
7453 PASS hgroup.title: setAttribute() to null followed by getAttribute()
7454 PASS hgroup.title: setAttribute() to null followed by IDL get
7455 PASS hgroup.title: setAttribute() to object "test-toString" followed by getAttri bute()
7456 PASS hgroup.title: setAttribute() to object "test-toString" followed by IDL get
7457 PASS hgroup.title: setAttribute() to object "test-valueOf" followed by getAttrib ute()
7458 PASS hgroup.title: setAttribute() to object "test-valueOf" followed by IDL get
7459 PASS hgroup.title: IDL set to "" should not throw
7460 PASS hgroup.title: IDL set to "" followed by getAttribute()
7461 PASS hgroup.title: IDL set to "" followed by IDL get
7462 PASS hgroup.title: IDL set 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 " sho uld not throw
7463 PASS hgroup.title: IDL set 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 " fol lowed by getAttribute()
7464 PASS hgroup.title: IDL set 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 " fol lowed by IDL get
7465 PASS hgroup.title: IDL set to undefined should not throw
7466 PASS hgroup.title: IDL set to undefined followed by getAttribute()
7467 PASS hgroup.title: IDL set to undefined followed by IDL get
7468 PASS hgroup.title: IDL set to 7 should not throw
7469 PASS hgroup.title: IDL set to 7 followed by getAttribute()
7470 PASS hgroup.title: IDL set to 7 followed by IDL get
7471 PASS hgroup.title: IDL set to 1.5 should not throw
7472 PASS hgroup.title: IDL set to 1.5 followed by getAttribute()
7473 PASS hgroup.title: IDL set to 1.5 followed by IDL get
7474 PASS hgroup.title: IDL set to true should not throw
7475 PASS hgroup.title: IDL set to true followed by getAttribute()
7476 PASS hgroup.title: IDL set to true followed by IDL get
7477 PASS hgroup.title: IDL set to false should not throw
7478 PASS hgroup.title: IDL set to false followed by getAttribute()
7479 PASS hgroup.title: IDL set to false followed by IDL get
7480 PASS hgroup.title: IDL set to object "[object Object]" should not throw
7481 PASS hgroup.title: IDL set to object "[object Object]" followed by getAttribute( )
7482 PASS hgroup.title: IDL set to object "[object Object]" followed by IDL get
7483 PASS hgroup.title: IDL set to NaN should not throw
7484 PASS hgroup.title: IDL set to NaN followed by getAttribute()
7485 PASS hgroup.title: IDL set to NaN followed by IDL get
7486 PASS hgroup.title: IDL set to Infinity should not throw
7487 PASS hgroup.title: IDL set to Infinity followed by getAttribute()
7488 PASS hgroup.title: IDL set to Infinity followed by IDL get
7489 PASS hgroup.title: IDL set to -Infinity should not throw
7490 PASS hgroup.title: IDL set to -Infinity followed by getAttribute()
7491 PASS hgroup.title: IDL set to -Infinity followed by IDL get
7492 PASS hgroup.title: IDL set to "\0" should not throw
7493 PASS hgroup.title: IDL set to "\0" followed by getAttribute()
7494 PASS hgroup.title: IDL set to "\0" followed by IDL get
7495 PASS hgroup.title: IDL set to null should not throw
7496 PASS hgroup.title: IDL set to null followed by getAttribute()
7497 PASS hgroup.title: IDL set to null followed by IDL get
7498 PASS hgroup.title: IDL set to object "test-toString" should not throw
7499 PASS hgroup.title: IDL set to object "test-toString" followed by getAttribute()
7500 PASS hgroup.title: IDL set to object "test-toString" followed by IDL get
7501 PASS hgroup.title: IDL set to object "test-valueOf" should not throw
7502 PASS hgroup.title: IDL set to object "test-valueOf" followed by getAttribute()
7503 PASS hgroup.title: IDL set to object "test-valueOf" followed by IDL get
7504 PASS hgroup.lang: typeof IDL attribute
7505 PASS hgroup.lang: IDL get with DOM attribute unset
7506 PASS hgroup.lang: setAttribute() to "" followed by getAttribute()
7507 PASS hgroup.lang: setAttribute() to "" followed by IDL get
7508 PASS hgroup.lang: 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()
7509 PASS hgroup.lang: 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
7510 PASS hgroup.lang: setAttribute() to undefined followed by getAttribute()
7511 PASS hgroup.lang: setAttribute() to undefined followed by IDL get
7512 PASS hgroup.lang: setAttribute() to 7 followed by getAttribute()
7513 PASS hgroup.lang: setAttribute() to 7 followed by IDL get
7514 PASS hgroup.lang: setAttribute() to 1.5 followed by getAttribute()
7515 PASS hgroup.lang: setAttribute() to 1.5 followed by IDL get
7516 PASS hgroup.lang: setAttribute() to true followed by getAttribute()
7517 PASS hgroup.lang: setAttribute() to true followed by IDL get
7518 PASS hgroup.lang: setAttribute() to false followed by getAttribute()
7519 PASS hgroup.lang: setAttribute() to false followed by IDL get
7520 PASS hgroup.lang: setAttribute() to object "[object Object]" followed by getAttr ibute()
7521 PASS hgroup.lang: setAttribute() to object "[object Object]" followed by IDL get
7522 PASS hgroup.lang: setAttribute() to NaN followed by getAttribute()
7523 PASS hgroup.lang: setAttribute() to NaN followed by IDL get
7524 PASS hgroup.lang: setAttribute() to Infinity followed by getAttribute()
7525 PASS hgroup.lang: setAttribute() to Infinity followed by IDL get
7526 PASS hgroup.lang: setAttribute() to -Infinity followed by getAttribute()
7527 PASS hgroup.lang: setAttribute() to -Infinity followed by IDL get
7528 PASS hgroup.lang: setAttribute() to "\0" followed by getAttribute()
7529 PASS hgroup.lang: setAttribute() to "\0" followed by IDL get
7530 PASS hgroup.lang: setAttribute() to null followed by getAttribute()
7531 PASS hgroup.lang: setAttribute() to null followed by IDL get
7532 PASS hgroup.lang: setAttribute() to object "test-toString" followed by getAttrib ute()
7533 PASS hgroup.lang: setAttribute() to object "test-toString" followed by IDL get
7534 PASS hgroup.lang: setAttribute() to object "test-valueOf" followed by getAttribu te()
7535 PASS hgroup.lang: setAttribute() to object "test-valueOf" followed by IDL get
7536 PASS hgroup.lang: IDL set to "" should not throw
7537 PASS hgroup.lang: IDL set to "" followed by getAttribute()
7538 PASS hgroup.lang: IDL set to "" followed by IDL get
7539 PASS hgroup.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shou ld not throw
7540 PASS hgroup.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by getAttribute()
7541 PASS hgroup.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by IDL get
7542 PASS hgroup.lang: IDL set to undefined should not throw
7543 PASS hgroup.lang: IDL set to undefined followed by getAttribute()
7544 PASS hgroup.lang: IDL set to undefined followed by IDL get
7545 PASS hgroup.lang: IDL set to 7 should not throw
7546 PASS hgroup.lang: IDL set to 7 followed by getAttribute()
7547 PASS hgroup.lang: IDL set to 7 followed by IDL get
7548 PASS hgroup.lang: IDL set to 1.5 should not throw
7549 PASS hgroup.lang: IDL set to 1.5 followed by getAttribute()
7550 PASS hgroup.lang: IDL set to 1.5 followed by IDL get
7551 PASS hgroup.lang: IDL set to true should not throw
7552 PASS hgroup.lang: IDL set to true followed by getAttribute()
7553 PASS hgroup.lang: IDL set to true followed by IDL get
7554 PASS hgroup.lang: IDL set to false should not throw
7555 PASS hgroup.lang: IDL set to false followed by getAttribute()
7556 PASS hgroup.lang: IDL set to false followed by IDL get
7557 PASS hgroup.lang: IDL set to object "[object Object]" should not throw
7558 PASS hgroup.lang: IDL set to object "[object Object]" followed by getAttribute()
7559 PASS hgroup.lang: IDL set to object "[object Object]" followed by IDL get
7560 PASS hgroup.lang: IDL set to NaN should not throw
7561 PASS hgroup.lang: IDL set to NaN followed by getAttribute()
7562 PASS hgroup.lang: IDL set to NaN followed by IDL get
7563 PASS hgroup.lang: IDL set to Infinity should not throw
7564 PASS hgroup.lang: IDL set to Infinity followed by getAttribute()
7565 PASS hgroup.lang: IDL set to Infinity followed by IDL get
7566 PASS hgroup.lang: IDL set to -Infinity should not throw
7567 PASS hgroup.lang: IDL set to -Infinity followed by getAttribute()
7568 PASS hgroup.lang: IDL set to -Infinity followed by IDL get
7569 PASS hgroup.lang: IDL set to "\0" should not throw
7570 PASS hgroup.lang: IDL set to "\0" followed by getAttribute()
7571 PASS hgroup.lang: IDL set to "\0" followed by IDL get
7572 PASS hgroup.lang: IDL set to null should not throw
7573 PASS hgroup.lang: IDL set to null followed by getAttribute()
7574 PASS hgroup.lang: IDL set to null followed by IDL get
7575 PASS hgroup.lang: IDL set to object "test-toString" should not throw
7576 PASS hgroup.lang: IDL set to object "test-toString" followed by getAttribute()
7577 PASS hgroup.lang: IDL set to object "test-toString" followed by IDL get
7578 PASS hgroup.lang: IDL set to object "test-valueOf" should not throw
7579 PASS hgroup.lang: IDL set to object "test-valueOf" followed by getAttribute()
7580 PASS hgroup.lang: IDL set to object "test-valueOf" followed by IDL get
7581 PASS hgroup.dir: typeof IDL attribute
7582 PASS hgroup.dir: IDL get with DOM attribute unset
7583 PASS hgroup.dir: setAttribute() to "" followed by getAttribute()
7584 PASS hgroup.dir: setAttribute() to "" followed by IDL get
7585 PASS hgroup.dir: 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()
7586 PASS hgroup.dir: 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
7587 PASS hgroup.dir: setAttribute() to undefined followed by getAttribute()
7588 PASS hgroup.dir: setAttribute() to undefined followed by IDL get
7589 PASS hgroup.dir: setAttribute() to 7 followed by getAttribute()
7590 PASS hgroup.dir: setAttribute() to 7 followed by IDL get
7591 PASS hgroup.dir: setAttribute() to 1.5 followed by getAttribute()
7592 PASS hgroup.dir: setAttribute() to 1.5 followed by IDL get
7593 PASS hgroup.dir: setAttribute() to true followed by getAttribute()
7594 PASS hgroup.dir: setAttribute() to true followed by IDL get
7595 PASS hgroup.dir: setAttribute() to false followed by getAttribute()
7596 PASS hgroup.dir: setAttribute() to false followed by IDL get
7597 PASS hgroup.dir: setAttribute() to object "[object Object]" followed by getAttri bute()
7598 PASS hgroup.dir: setAttribute() to object "[object Object]" followed by IDL get
7599 PASS hgroup.dir: setAttribute() to NaN followed by getAttribute()
7600 PASS hgroup.dir: setAttribute() to NaN followed by IDL get
7601 PASS hgroup.dir: setAttribute() to Infinity followed by getAttribute()
7602 PASS hgroup.dir: setAttribute() to Infinity followed by IDL get
7603 PASS hgroup.dir: setAttribute() to -Infinity followed by getAttribute()
7604 PASS hgroup.dir: setAttribute() to -Infinity followed by IDL get
7605 PASS hgroup.dir: setAttribute() to "\0" followed by getAttribute()
7606 PASS hgroup.dir: setAttribute() to "\0" followed by IDL get
7607 PASS hgroup.dir: setAttribute() to null followed by getAttribute()
7608 PASS hgroup.dir: setAttribute() to null followed by IDL get
7609 PASS hgroup.dir: setAttribute() to object "test-toString" followed by getAttribu te()
7610 PASS hgroup.dir: setAttribute() to object "test-toString" followed by IDL get
7611 PASS hgroup.dir: setAttribute() to object "test-valueOf" followed by getAttribut e()
7612 PASS hgroup.dir: setAttribute() to object "test-valueOf" followed by IDL get
7613 PASS hgroup.dir: setAttribute() to "ltr" followed by getAttribute()
7614 PASS hgroup.dir: setAttribute() to "ltr" followed by IDL get
7615 PASS hgroup.dir: setAttribute() to "xltr" followed by getAttribute()
7616 PASS hgroup.dir: setAttribute() to "xltr" followed by IDL get
7617 PASS hgroup.dir: setAttribute() to "ltr\0" followed by getAttribute()
7618 PASS hgroup.dir: setAttribute() to "ltr\0" followed by IDL get
7619 PASS hgroup.dir: setAttribute() to "tr" followed by getAttribute()
7620 PASS hgroup.dir: setAttribute() to "tr" followed by IDL get
7621 PASS hgroup.dir: setAttribute() to "LTR" followed by getAttribute()
7622 PASS hgroup.dir: setAttribute() to "LTR" followed by IDL get
7623 PASS hgroup.dir: setAttribute() to "rtl" followed by getAttribute()
7624 PASS hgroup.dir: setAttribute() to "rtl" followed by IDL get
7625 PASS hgroup.dir: setAttribute() to "xrtl" followed by getAttribute()
7626 PASS hgroup.dir: setAttribute() to "xrtl" followed by IDL get
7627 PASS hgroup.dir: setAttribute() to "rtl\0" followed by getAttribute()
7628 PASS hgroup.dir: setAttribute() to "rtl\0" followed by IDL get
7629 PASS hgroup.dir: setAttribute() to "tl" followed by getAttribute()
7630 PASS hgroup.dir: setAttribute() to "tl" followed by IDL get
7631 PASS hgroup.dir: setAttribute() to "RTL" followed by getAttribute()
7632 PASS hgroup.dir: setAttribute() to "RTL" followed by IDL get
7633 PASS hgroup.dir: setAttribute() to "auto" followed by getAttribute()
7634 PASS hgroup.dir: setAttribute() to "auto" followed by IDL get
7635 PASS hgroup.dir: setAttribute() to "xauto" followed by getAttribute()
7636 PASS hgroup.dir: setAttribute() to "xauto" followed by IDL get
7637 PASS hgroup.dir: setAttribute() to "auto\0" followed by getAttribute()
7638 PASS hgroup.dir: setAttribute() to "auto\0" followed by IDL get
7639 PASS hgroup.dir: setAttribute() to "uto" followed by getAttribute()
7640 PASS hgroup.dir: setAttribute() to "uto" followed by IDL get
7641 PASS hgroup.dir: setAttribute() to "AUTO" followed by getAttribute()
7642 PASS hgroup.dir: setAttribute() to "AUTO" followed by IDL get
7643 PASS hgroup.dir: IDL set to "" should not throw
7644 PASS hgroup.dir: IDL set to "" followed by getAttribute()
7645 PASS hgroup.dir: IDL set to "" followed by IDL get
7646 PASS hgroup.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shoul d not throw
7647 PASS hgroup.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by getAttribute()
7648 PASS hgroup.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by IDL get
7649 PASS hgroup.dir: IDL set to undefined should not throw
7650 PASS hgroup.dir: IDL set to undefined followed by getAttribute()
7651 PASS hgroup.dir: IDL set to undefined followed by IDL get
7652 PASS hgroup.dir: IDL set to 7 should not throw
7653 PASS hgroup.dir: IDL set to 7 followed by getAttribute()
7654 PASS hgroup.dir: IDL set to 7 followed by IDL get
7655 PASS hgroup.dir: IDL set to 1.5 should not throw
7656 PASS hgroup.dir: IDL set to 1.5 followed by getAttribute()
7657 PASS hgroup.dir: IDL set to 1.5 followed by IDL get
7658 PASS hgroup.dir: IDL set to true should not throw
7659 PASS hgroup.dir: IDL set to true followed by getAttribute()
7660 PASS hgroup.dir: IDL set to true followed by IDL get
7661 PASS hgroup.dir: IDL set to false should not throw
7662 PASS hgroup.dir: IDL set to false followed by getAttribute()
7663 PASS hgroup.dir: IDL set to false followed by IDL get
7664 PASS hgroup.dir: IDL set to object "[object Object]" should not throw
7665 PASS hgroup.dir: IDL set to object "[object Object]" followed by getAttribute()
7666 PASS hgroup.dir: IDL set to object "[object Object]" followed by IDL get
7667 PASS hgroup.dir: IDL set to NaN should not throw
7668 PASS hgroup.dir: IDL set to NaN followed by getAttribute()
7669 PASS hgroup.dir: IDL set to NaN followed by IDL get
7670 PASS hgroup.dir: IDL set to Infinity should not throw
7671 PASS hgroup.dir: IDL set to Infinity followed by getAttribute()
7672 PASS hgroup.dir: IDL set to Infinity followed by IDL get
7673 PASS hgroup.dir: IDL set to -Infinity should not throw
7674 PASS hgroup.dir: IDL set to -Infinity followed by getAttribute()
7675 PASS hgroup.dir: IDL set to -Infinity followed by IDL get
7676 PASS hgroup.dir: IDL set to "\0" should not throw
7677 PASS hgroup.dir: IDL set to "\0" followed by getAttribute()
7678 PASS hgroup.dir: IDL set to "\0" followed by IDL get
7679 PASS hgroup.dir: IDL set to null should not throw
7680 PASS hgroup.dir: IDL set to null followed by IDL get
7681 PASS hgroup.dir: IDL set to object "test-toString" should not throw
7682 PASS hgroup.dir: IDL set to object "test-toString" followed by getAttribute()
7683 PASS hgroup.dir: IDL set to object "test-toString" followed by IDL get
7684 PASS hgroup.dir: IDL set to object "test-valueOf" should not throw
7685 PASS hgroup.dir: IDL set to object "test-valueOf" followed by getAttribute()
7686 PASS hgroup.dir: IDL set to object "test-valueOf" followed by IDL get
7687 PASS hgroup.dir: IDL set to "ltr" should not throw
7688 PASS hgroup.dir: IDL set to "ltr" followed by getAttribute()
7689 PASS hgroup.dir: IDL set to "ltr" followed by IDL get
7690 PASS hgroup.dir: IDL set to "xltr" should not throw
7691 PASS hgroup.dir: IDL set to "xltr" followed by getAttribute()
7692 PASS hgroup.dir: IDL set to "xltr" followed by IDL get
7693 PASS hgroup.dir: IDL set to "ltr\0" should not throw
7694 PASS hgroup.dir: IDL set to "ltr\0" followed by getAttribute()
7695 PASS hgroup.dir: IDL set to "ltr\0" followed by IDL get
7696 PASS hgroup.dir: IDL set to "tr" should not throw
7697 PASS hgroup.dir: IDL set to "tr" followed by getAttribute()
7698 PASS hgroup.dir: IDL set to "tr" followed by IDL get
7699 PASS hgroup.dir: IDL set to "LTR" should not throw
7700 PASS hgroup.dir: IDL set to "LTR" followed by getAttribute()
7701 PASS hgroup.dir: IDL set to "LTR" followed by IDL get
7702 PASS hgroup.dir: IDL set to "rtl" should not throw
7703 PASS hgroup.dir: IDL set to "rtl" followed by getAttribute()
7704 PASS hgroup.dir: IDL set to "rtl" followed by IDL get
7705 PASS hgroup.dir: IDL set to "xrtl" should not throw
7706 PASS hgroup.dir: IDL set to "xrtl" followed by getAttribute()
7707 PASS hgroup.dir: IDL set to "xrtl" followed by IDL get
7708 PASS hgroup.dir: IDL set to "rtl\0" should not throw
7709 PASS hgroup.dir: IDL set to "rtl\0" followed by getAttribute()
7710 PASS hgroup.dir: IDL set to "rtl\0" followed by IDL get
7711 PASS hgroup.dir: IDL set to "tl" should not throw
7712 PASS hgroup.dir: IDL set to "tl" followed by getAttribute()
7713 PASS hgroup.dir: IDL set to "tl" followed by IDL get
7714 PASS hgroup.dir: IDL set to "RTL" should not throw
7715 PASS hgroup.dir: IDL set to "RTL" followed by getAttribute()
7716 PASS hgroup.dir: IDL set to "RTL" followed by IDL get
7717 PASS hgroup.dir: IDL set to "auto" should not throw
7718 PASS hgroup.dir: IDL set to "auto" followed by getAttribute()
7719 PASS hgroup.dir: IDL set to "auto" followed by IDL get
7720 PASS hgroup.dir: IDL set to "xauto" should not throw
7721 PASS hgroup.dir: IDL set to "xauto" followed by getAttribute()
7722 PASS hgroup.dir: IDL set to "xauto" followed by IDL get
7723 PASS hgroup.dir: IDL set to "auto\0" should not throw
7724 PASS hgroup.dir: IDL set to "auto\0" followed by getAttribute()
7725 PASS hgroup.dir: IDL set to "auto\0" followed by IDL get
7726 PASS hgroup.dir: IDL set to "uto" should not throw
7727 PASS hgroup.dir: IDL set to "uto" followed by getAttribute()
7728 PASS hgroup.dir: IDL set to "uto" followed by IDL get
7729 PASS hgroup.dir: IDL set to "AUTO" should not throw
7730 PASS hgroup.dir: IDL set to "AUTO" followed by getAttribute()
7731 PASS hgroup.dir: IDL set to "AUTO" followed by IDL get
7732 PASS hgroup.className (<hgroup class>): typeof IDL attribute
7733 PASS hgroup.className (<hgroup class>): IDL get with DOM attribute unset
7734 PASS hgroup.className (<hgroup class>): setAttribute() to "" followed by getAttr ibute()
7735 PASS hgroup.className (<hgroup class>): setAttribute() to "" followed by IDL get
7736 PASS hgroup.className (<hgroup class>): setAttribute() to " \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 " followed by getAttribute()
7737 PASS hgroup.className (<hgroup class>): setAttribute() to " \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 " followed by IDL get
7738 PASS hgroup.className (<hgroup class>): setAttribute() to undefined followed by getAttribute()
7739 PASS hgroup.className (<hgroup class>): setAttribute() to undefined followed by IDL get
7740 PASS hgroup.className (<hgroup class>): setAttribute() to 7 followed by getAttri bute()
7741 PASS hgroup.className (<hgroup class>): setAttribute() to 7 followed by IDL get
7742 PASS hgroup.className (<hgroup class>): setAttribute() to 1.5 followed by getAtt ribute()
7743 PASS hgroup.className (<hgroup class>): setAttribute() to 1.5 followed by IDL ge t
7744 PASS hgroup.className (<hgroup class>): setAttribute() to true followed by getAt tribute()
7745 PASS hgroup.className (<hgroup class>): setAttribute() to true followed by IDL g et
7746 PASS hgroup.className (<hgroup class>): setAttribute() to false followed by getA ttribute()
7747 PASS hgroup.className (<hgroup class>): setAttribute() to false followed by IDL get
7748 PASS hgroup.className (<hgroup class>): setAttribute() to object "[object Object ]" followed by getAttribute()
7749 PASS hgroup.className (<hgroup class>): setAttribute() to object "[object Object ]" followed by IDL get
7750 PASS hgroup.className (<hgroup class>): setAttribute() to NaN followed by getAtt ribute()
7751 PASS hgroup.className (<hgroup class>): setAttribute() to NaN followed by IDL ge t
7752 PASS hgroup.className (<hgroup class>): setAttribute() to Infinity followed by g etAttribute()
7753 PASS hgroup.className (<hgroup class>): setAttribute() to Infinity followed by I DL get
7754 PASS hgroup.className (<hgroup class>): setAttribute() to -Infinity followed by getAttribute()
7755 PASS hgroup.className (<hgroup class>): setAttribute() to -Infinity followed by IDL get
7756 PASS hgroup.className (<hgroup class>): setAttribute() to "\0" followed by getAt tribute()
7757 PASS hgroup.className (<hgroup class>): setAttribute() to "\0" followed by IDL g et
7758 PASS hgroup.className (<hgroup class>): setAttribute() to null followed by getAt tribute()
7759 PASS hgroup.className (<hgroup class>): setAttribute() to null followed by IDL g et
7760 PASS hgroup.className (<hgroup class>): setAttribute() to object "test-toString" followed by getAttribute()
7761 PASS hgroup.className (<hgroup class>): setAttribute() to object "test-toString" followed by IDL get
7762 PASS hgroup.className (<hgroup class>): setAttribute() to object "test-valueOf" followed by getAttribute()
7763 PASS hgroup.className (<hgroup class>): setAttribute() to object "test-valueOf" followed by IDL get
7764 PASS hgroup.className (<hgroup class>): IDL set to "" should not throw
7765 PASS hgroup.className (<hgroup class>): IDL set to "" followed by getAttribute()
7766 PASS hgroup.className (<hgroup class>): IDL set to "" followed by IDL get
7767 PASS hgroup.className (<hgroup class>): IDL set 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\x 1d\x1e\x1f foo " should not throw
7768 PASS hgroup.className (<hgroup class>): IDL set 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\x 1d\x1e\x1f foo " followed by getAttribute()
7769 PASS hgroup.className (<hgroup class>): IDL set 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\x 1d\x1e\x1f foo " followed by IDL get
7770 PASS hgroup.className (<hgroup class>): IDL set to undefined should not throw
7771 PASS hgroup.className (<hgroup class>): IDL set to undefined followed by getAttr ibute()
7772 PASS hgroup.className (<hgroup class>): IDL set to undefined followed by IDL get
7773 PASS hgroup.className (<hgroup class>): IDL set to 7 should not throw
7774 PASS hgroup.className (<hgroup class>): IDL set to 7 followed by getAttribute()
7775 PASS hgroup.className (<hgroup class>): IDL set to 7 followed by IDL get
7776 PASS hgroup.className (<hgroup class>): IDL set to 1.5 should not throw
7777 PASS hgroup.className (<hgroup class>): IDL set to 1.5 followed by getAttribute( )
7778 PASS hgroup.className (<hgroup class>): IDL set to 1.5 followed by IDL get
7779 PASS hgroup.className (<hgroup class>): IDL set to true should not throw
7780 PASS hgroup.className (<hgroup class>): IDL set to true followed by getAttribute ()
7781 PASS hgroup.className (<hgroup class>): IDL set to true followed by IDL get
7782 PASS hgroup.className (<hgroup class>): IDL set to false should not throw
7783 PASS hgroup.className (<hgroup class>): IDL set to false followed by getAttribut e()
7784 PASS hgroup.className (<hgroup class>): IDL set to false followed by IDL get
7785 PASS hgroup.className (<hgroup class>): IDL set to object "[object Object]" shou ld not throw
7786 PASS hgroup.className (<hgroup class>): IDL set to object "[object Object]" foll owed by getAttribute()
7787 PASS hgroup.className (<hgroup class>): IDL set to object "[object Object]" foll owed by IDL get
7788 PASS hgroup.className (<hgroup class>): IDL set to NaN should not throw
7789 PASS hgroup.className (<hgroup class>): IDL set to NaN followed by getAttribute( )
7790 PASS hgroup.className (<hgroup class>): IDL set to NaN followed by IDL get
7791 PASS hgroup.className (<hgroup class>): IDL set to Infinity should not throw
7792 PASS hgroup.className (<hgroup class>): IDL set to Infinity followed by getAttri bute()
7793 PASS hgroup.className (<hgroup class>): IDL set to Infinity followed by IDL get
7794 PASS hgroup.className (<hgroup class>): IDL set to -Infinity should not throw
7795 PASS hgroup.className (<hgroup class>): IDL set to -Infinity followed by getAttr ibute()
7796 PASS hgroup.className (<hgroup class>): IDL set to -Infinity followed by IDL get
7797 PASS hgroup.className (<hgroup class>): IDL set to "\0" should not throw
7798 PASS hgroup.className (<hgroup class>): IDL set to "\0" followed by getAttribute ()
7799 PASS hgroup.className (<hgroup class>): IDL set to "\0" followed by IDL get
7800 PASS hgroup.className (<hgroup class>): IDL set to null should not throw
7801 PASS hgroup.className (<hgroup class>): IDL set to null followed by getAttribute ()
7802 PASS hgroup.className (<hgroup class>): IDL set to null followed by IDL get
7803 PASS hgroup.className (<hgroup class>): IDL set to object "test-toString" should not throw
7804 PASS hgroup.className (<hgroup class>): IDL set to object "test-toString" follow ed by getAttribute()
7805 PASS hgroup.className (<hgroup class>): IDL set to object "test-toString" follow ed by IDL get
7806 PASS hgroup.className (<hgroup class>): IDL set to object "test-valueOf" should not throw
7807 PASS hgroup.className (<hgroup class>): IDL set to object "test-valueOf" followe d by getAttribute()
7808 PASS hgroup.className (<hgroup class>): IDL set to object "test-valueOf" followe d by IDL get
7809 PASS hgroup.hidden: typeof IDL attribute
7810 PASS hgroup.hidden: IDL get with DOM attribute unset
7811 PASS hgroup.hidden: setAttribute() to "" followed by getAttribute()
7812 PASS hgroup.hidden: setAttribute() to "" followed by IDL get
7813 PASS hgroup.hidden: setAttribute() to " foo " followed by getAttribute()
7814 PASS hgroup.hidden: setAttribute() to " foo " followed by IDL get
7815 PASS hgroup.hidden: setAttribute() to undefined followed by getAttribute()
7816 PASS hgroup.hidden: setAttribute() to undefined followed by IDL get
7817 PASS hgroup.hidden: setAttribute() to null followed by getAttribute()
7818 PASS hgroup.hidden: setAttribute() to null followed by IDL get
7819 PASS hgroup.hidden: setAttribute() to 7 followed by getAttribute()
7820 PASS hgroup.hidden: setAttribute() to 7 followed by IDL get
7821 PASS hgroup.hidden: setAttribute() to 1.5 followed by getAttribute()
7822 PASS hgroup.hidden: setAttribute() to 1.5 followed by IDL get
7823 PASS hgroup.hidden: setAttribute() to true followed by getAttribute()
7824 PASS hgroup.hidden: setAttribute() to true followed by IDL get
7825 PASS hgroup.hidden: setAttribute() to false followed by getAttribute()
7826 PASS hgroup.hidden: setAttribute() to false followed by IDL get
7827 PASS hgroup.hidden: setAttribute() to object "[object Object]" followed by getAt tribute()
7828 PASS hgroup.hidden: setAttribute() to object "[object Object]" followed by IDL g et
7829 PASS hgroup.hidden: setAttribute() to NaN followed by getAttribute()
7830 PASS hgroup.hidden: setAttribute() to NaN followed by IDL get
7831 PASS hgroup.hidden: setAttribute() to Infinity followed by getAttribute()
7832 PASS hgroup.hidden: setAttribute() to Infinity followed by IDL get
7833 PASS hgroup.hidden: setAttribute() to -Infinity followed by getAttribute()
7834 PASS hgroup.hidden: setAttribute() to -Infinity followed by IDL get
7835 PASS hgroup.hidden: setAttribute() to "\0" followed by getAttribute()
7836 PASS hgroup.hidden: setAttribute() to "\0" followed by IDL get
7837 PASS hgroup.hidden: setAttribute() to object "test-toString" followed by getAttr ibute()
7838 PASS hgroup.hidden: setAttribute() to object "test-toString" followed by IDL get
7839 PASS hgroup.hidden: setAttribute() to object "test-valueOf" followed by getAttri bute()
7840 PASS hgroup.hidden: setAttribute() to object "test-valueOf" followed by IDL get
7841 PASS hgroup.hidden: setAttribute() to "hidden" followed by getAttribute()
7842 PASS hgroup.hidden: setAttribute() to "hidden" followed by IDL get
7843 PASS hgroup.hidden: IDL set to "" should not throw
7844 PASS hgroup.hidden: IDL set to "" followed by hasAttribute()
7845 PASS hgroup.hidden: IDL set to "" followed by IDL get
7846 PASS hgroup.hidden: IDL set to " foo " should not throw
7847 PASS hgroup.hidden: IDL set to " foo " followed by hasAttribute()
7848 PASS hgroup.hidden: IDL set to " foo " followed by IDL get
7849 PASS hgroup.hidden: IDL set to undefined should not throw
7850 PASS hgroup.hidden: IDL set to undefined followed by hasAttribute()
7851 PASS hgroup.hidden: IDL set to undefined followed by IDL get
7852 PASS hgroup.hidden: IDL set to null should not throw
7853 PASS hgroup.hidden: IDL set to null followed by hasAttribute()
7854 PASS hgroup.hidden: IDL set to null followed by IDL get
7855 PASS hgroup.hidden: IDL set to 7 should not throw
7856 PASS hgroup.hidden: IDL set to 7 followed by hasAttribute()
7857 PASS hgroup.hidden: IDL set to 7 followed by IDL get
7858 PASS hgroup.hidden: IDL set to 1.5 should not throw
7859 PASS hgroup.hidden: IDL set to 1.5 followed by hasAttribute()
7860 PASS hgroup.hidden: IDL set to 1.5 followed by IDL get
7861 PASS hgroup.hidden: IDL set to true should not throw
7862 PASS hgroup.hidden: IDL set to true followed by hasAttribute()
7863 PASS hgroup.hidden: IDL set to true followed by IDL get
7864 PASS hgroup.hidden: IDL set to false should not throw
7865 PASS hgroup.hidden: IDL set to false followed by hasAttribute()
7866 PASS hgroup.hidden: IDL set to false followed by IDL get
7867 PASS hgroup.hidden: IDL set to object "[object Object]" should not throw
7868 PASS hgroup.hidden: IDL set to object "[object Object]" followed by hasAttribute ()
7869 PASS hgroup.hidden: IDL set to object "[object Object]" followed by IDL get
7870 PASS hgroup.hidden: IDL set to NaN should not throw
7871 PASS hgroup.hidden: IDL set to NaN followed by hasAttribute()
7872 PASS hgroup.hidden: IDL set to NaN followed by IDL get
7873 PASS hgroup.hidden: IDL set to Infinity should not throw
7874 PASS hgroup.hidden: IDL set to Infinity followed by hasAttribute()
7875 PASS hgroup.hidden: IDL set to Infinity followed by IDL get
7876 PASS hgroup.hidden: IDL set to -Infinity should not throw
7877 PASS hgroup.hidden: IDL set to -Infinity followed by hasAttribute()
7878 PASS hgroup.hidden: IDL set to -Infinity followed by IDL get
7879 PASS hgroup.hidden: IDL set to "\0" should not throw
7880 PASS hgroup.hidden: IDL set to "\0" followed by hasAttribute()
7881 PASS hgroup.hidden: IDL set to "\0" followed by IDL get
7882 PASS hgroup.hidden: IDL set to object "test-toString" should not throw
7883 PASS hgroup.hidden: IDL set to object "test-toString" followed by hasAttribute()
7884 PASS hgroup.hidden: IDL set to object "test-toString" followed by IDL get
7885 PASS hgroup.hidden: IDL set to object "test-valueOf" should not throw
7886 PASS hgroup.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
7887 PASS hgroup.hidden: IDL set to object "test-valueOf" followed by IDL get
7888 PASS hgroup.accessKey: typeof IDL attribute
7889 PASS hgroup.accessKey: IDL get with DOM attribute unset
7890 PASS hgroup.accessKey: setAttribute() to "" followed by getAttribute()
7891 PASS hgroup.accessKey: setAttribute() to "" followed by IDL get
7892 PASS hgroup.accessKey: 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()
7893 PASS hgroup.accessKey: 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
7894 PASS hgroup.accessKey: setAttribute() to undefined followed by getAttribute()
7895 PASS hgroup.accessKey: setAttribute() to undefined followed by IDL get
7896 PASS hgroup.accessKey: setAttribute() to 7 followed by getAttribute()
7897 PASS hgroup.accessKey: setAttribute() to 7 followed by IDL get
7898 PASS hgroup.accessKey: setAttribute() to 1.5 followed by getAttribute()
7899 PASS hgroup.accessKey: setAttribute() to 1.5 followed by IDL get
7900 PASS hgroup.accessKey: setAttribute() to true followed by getAttribute()
7901 PASS hgroup.accessKey: setAttribute() to true followed by IDL get
7902 PASS hgroup.accessKey: setAttribute() to false followed by getAttribute()
7903 PASS hgroup.accessKey: setAttribute() to false followed by IDL get
7904 PASS hgroup.accessKey: setAttribute() to object "[object Object]" followed by ge tAttribute()
7905 PASS hgroup.accessKey: setAttribute() to object "[object Object]" followed by ID L get
7906 PASS hgroup.accessKey: setAttribute() to NaN followed by getAttribute()
7907 PASS hgroup.accessKey: setAttribute() to NaN followed by IDL get
7908 PASS hgroup.accessKey: setAttribute() to Infinity followed by getAttribute()
7909 PASS hgroup.accessKey: setAttribute() to Infinity followed by IDL get
7910 PASS hgroup.accessKey: setAttribute() to -Infinity followed by getAttribute()
7911 PASS hgroup.accessKey: setAttribute() to -Infinity followed by IDL get
7912 PASS hgroup.accessKey: setAttribute() to "\0" followed by getAttribute()
7913 PASS hgroup.accessKey: setAttribute() to "\0" followed by IDL get
7914 PASS hgroup.accessKey: setAttribute() to null followed by getAttribute()
7915 PASS hgroup.accessKey: setAttribute() to null followed by IDL get
7916 PASS hgroup.accessKey: setAttribute() to object "test-toString" followed by getA ttribute()
7917 PASS hgroup.accessKey: setAttribute() to object "test-toString" followed by IDL get
7918 PASS hgroup.accessKey: setAttribute() to object "test-valueOf" followed by getAt tribute()
7919 PASS hgroup.accessKey: setAttribute() to object "test-valueOf" followed by IDL g et
7920 PASS hgroup.accessKey: IDL set to "" should not throw
7921 PASS hgroup.accessKey: IDL set to "" followed by getAttribute()
7922 PASS hgroup.accessKey: IDL set to "" followed by IDL get
7923 PASS hgroup.accessKey: IDL set 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 " should not throw
7924 PASS hgroup.accessKey: IDL set 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()
7925 PASS hgroup.accessKey: IDL set 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
7926 PASS hgroup.accessKey: IDL set to undefined should not throw
7927 PASS hgroup.accessKey: IDL set to undefined followed by getAttribute()
7928 PASS hgroup.accessKey: IDL set to undefined followed by IDL get
7929 PASS hgroup.accessKey: IDL set to 7 should not throw
7930 PASS hgroup.accessKey: IDL set to 7 followed by getAttribute()
7931 PASS hgroup.accessKey: IDL set to 7 followed by IDL get
7932 PASS hgroup.accessKey: IDL set to 1.5 should not throw
7933 PASS hgroup.accessKey: IDL set to 1.5 followed by getAttribute()
7934 PASS hgroup.accessKey: IDL set to 1.5 followed by IDL get
7935 PASS hgroup.accessKey: IDL set to true should not throw
7936 PASS hgroup.accessKey: IDL set to true followed by getAttribute()
7937 PASS hgroup.accessKey: IDL set to true followed by IDL get
7938 PASS hgroup.accessKey: IDL set to false should not throw
7939 PASS hgroup.accessKey: IDL set to false followed by getAttribute()
7940 PASS hgroup.accessKey: IDL set to false followed by IDL get
7941 PASS hgroup.accessKey: IDL set to object "[object Object]" should not throw
7942 PASS hgroup.accessKey: IDL set to object "[object Object]" followed by getAttrib ute()
7943 PASS hgroup.accessKey: IDL set to object "[object Object]" followed by IDL get
7944 PASS hgroup.accessKey: IDL set to NaN should not throw
7945 PASS hgroup.accessKey: IDL set to NaN followed by getAttribute()
7946 PASS hgroup.accessKey: IDL set to NaN followed by IDL get
7947 PASS hgroup.accessKey: IDL set to Infinity should not throw
7948 PASS hgroup.accessKey: IDL set to Infinity followed by getAttribute()
7949 PASS hgroup.accessKey: IDL set to Infinity followed by IDL get
7950 PASS hgroup.accessKey: IDL set to -Infinity should not throw
7951 PASS hgroup.accessKey: IDL set to -Infinity followed by getAttribute()
7952 PASS hgroup.accessKey: IDL set to -Infinity followed by IDL get
7953 PASS hgroup.accessKey: IDL set to "\0" should not throw
7954 PASS hgroup.accessKey: IDL set to "\0" followed by getAttribute()
7955 PASS hgroup.accessKey: IDL set to "\0" followed by IDL get
7956 PASS hgroup.accessKey: IDL set to null should not throw
7957 PASS hgroup.accessKey: IDL set to null followed by getAttribute()
7958 PASS hgroup.accessKey: IDL set to null followed by IDL get
7959 PASS hgroup.accessKey: IDL set to object "test-toString" should not throw
7960 PASS hgroup.accessKey: IDL set to object "test-toString" followed by getAttribut e()
7961 PASS hgroup.accessKey: IDL set to object "test-toString" followed by IDL get
7962 PASS hgroup.accessKey: IDL set to object "test-valueOf" should not throw
7963 PASS hgroup.accessKey: IDL set to object "test-valueOf" followed by getAttribute ()
7964 PASS hgroup.accessKey: IDL set to object "test-valueOf" followed by IDL get
7965 PASS hgroup.tabIndex: typeof IDL attribute
7966 PASS hgroup.tabIndex: setAttribute() to -36 followed by getAttribute()
7967 PASS hgroup.tabIndex: setAttribute() to -36 followed by IDL get
7968 PASS hgroup.tabIndex: setAttribute() to -1 followed by getAttribute()
7969 PASS hgroup.tabIndex: setAttribute() to -1 followed by IDL get
7970 PASS hgroup.tabIndex: setAttribute() to 0 followed by getAttribute()
7971 PASS hgroup.tabIndex: setAttribute() to 0 followed by IDL get
7972 PASS hgroup.tabIndex: setAttribute() to 1 followed by getAttribute()
7973 PASS hgroup.tabIndex: setAttribute() to 1 followed by IDL get
7974 PASS hgroup.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
7975 FAIL hgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
7976 PASS hgroup.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
7977 FAIL hgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
7978 PASS hgroup.tabIndex: setAttribute() to "-1" followed by getAttribute()
7979 PASS hgroup.tabIndex: setAttribute() to "-1" followed by IDL get
7980 PASS hgroup.tabIndex: setAttribute() to "-0" followed by getAttribute()
7981 PASS hgroup.tabIndex: setAttribute() to "-0" followed by IDL get
7982 PASS hgroup.tabIndex: setAttribute() to "0" followed by getAttribute()
7983 PASS hgroup.tabIndex: setAttribute() to "0" followed by IDL get
7984 PASS hgroup.tabIndex: setAttribute() to "1" followed by getAttribute()
7985 PASS hgroup.tabIndex: setAttribute() to "1" followed by IDL get
7986 PASS hgroup.tabIndex: setAttribute() to "\t7" followed by getAttribute()
7987 PASS hgroup.tabIndex: setAttribute() to "\t7" followed by IDL get
7988 PASS hgroup.tabIndex: setAttribute() to "\f7" followed by getAttribute()
7989 PASS hgroup.tabIndex: setAttribute() to "\f7" followed by IDL get
7990 PASS hgroup.tabIndex: setAttribute() to " 7" followed by getAttribute()
7991 PASS hgroup.tabIndex: setAttribute() to " 7" followed by IDL get
7992 PASS hgroup.tabIndex: setAttribute() to "\n7" followed by getAttribute()
7993 PASS hgroup.tabIndex: setAttribute() to "\n7" followed by IDL get
7994 PASS hgroup.tabIndex: setAttribute() to "\r7" followed by getAttribute()
7995 PASS hgroup.tabIndex: setAttribute() to "\r7" followed by IDL get
7996 PASS hgroup.tabIndex: setAttribute() to 1.5 followed by getAttribute()
7997 PASS hgroup.tabIndex: setAttribute() to 1.5 followed by IDL get
7998 PASS hgroup.tabIndex: setAttribute() to object "2" followed by getAttribute()
7999 PASS hgroup.tabIndex: setAttribute() to object "2" followed by IDL get
8000 PASS hgroup.tabIndex: IDL set to -36 should not throw
8001 PASS hgroup.tabIndex: IDL set to -36 followed by getAttribute()
8002 PASS hgroup.tabIndex: IDL set to -36 followed by IDL get
8003 PASS hgroup.tabIndex: IDL set to -1 should not throw
8004 PASS hgroup.tabIndex: IDL set to -1 followed by getAttribute()
8005 PASS hgroup.tabIndex: IDL set to -1 followed by IDL get
8006 PASS hgroup.tabIndex: IDL set to 0 should not throw
8007 PASS hgroup.tabIndex: IDL set to 0 followed by getAttribute()
8008 PASS hgroup.tabIndex: IDL set to 0 followed by IDL get
8009 PASS hgroup.tabIndex: IDL set to 1 should not throw
8010 PASS hgroup.tabIndex: IDL set to 1 followed by getAttribute()
8011 PASS hgroup.tabIndex: IDL set to 1 followed by IDL get
8012 PASS hgroup.tabIndex: IDL set to 2147483647 should not throw
8013 PASS hgroup.tabIndex: IDL set to 2147483647 followed by getAttribute()
8014 FAIL hgroup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
8015 PASS hgroup.tabIndex: IDL set to -2147483648 should not throw
8016 PASS hgroup.tabIndex: IDL set to -2147483648 followed by getAttribute()
8017 FAIL hgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
8018 PASS header.title: typeof IDL attribute
8019 PASS header.title: IDL get with DOM attribute unset
8020 PASS header.title: setAttribute() to "" followed by getAttribute()
8021 PASS header.title: setAttribute() to "" followed by IDL get
8022 PASS header.title: 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 fo o " followed by getAttribute()
8023 PASS header.title: 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 fo o " followed by IDL get
8024 PASS header.title: setAttribute() to undefined followed by getAttribute()
8025 PASS header.title: setAttribute() to undefined followed by IDL get
8026 PASS header.title: setAttribute() to 7 followed by getAttribute()
8027 PASS header.title: setAttribute() to 7 followed by IDL get
8028 PASS header.title: setAttribute() to 1.5 followed by getAttribute()
8029 PASS header.title: setAttribute() to 1.5 followed by IDL get
8030 PASS header.title: setAttribute() to true followed by getAttribute()
8031 PASS header.title: setAttribute() to true followed by IDL get
8032 PASS header.title: setAttribute() to false followed by getAttribute()
8033 PASS header.title: setAttribute() to false followed by IDL get
8034 PASS header.title: setAttribute() to object "[object Object]" followed by getAtt ribute()
8035 PASS header.title: setAttribute() to object "[object Object]" followed by IDL ge t
8036 PASS header.title: setAttribute() to NaN followed by getAttribute()
8037 PASS header.title: setAttribute() to NaN followed by IDL get
8038 PASS header.title: setAttribute() to Infinity followed by getAttribute()
8039 PASS header.title: setAttribute() to Infinity followed by IDL get
8040 PASS header.title: setAttribute() to -Infinity followed by getAttribute()
8041 PASS header.title: setAttribute() to -Infinity followed by IDL get
8042 PASS header.title: setAttribute() to "\0" followed by getAttribute()
8043 PASS header.title: setAttribute() to "\0" followed by IDL get
8044 PASS header.title: setAttribute() to null followed by getAttribute()
8045 PASS header.title: setAttribute() to null followed by IDL get
8046 PASS header.title: setAttribute() to object "test-toString" followed by getAttri bute()
8047 PASS header.title: setAttribute() to object "test-toString" followed by IDL get
8048 PASS header.title: setAttribute() to object "test-valueOf" followed by getAttrib ute()
8049 PASS header.title: setAttribute() to object "test-valueOf" followed by IDL get
8050 PASS header.title: IDL set to "" should not throw
8051 PASS header.title: IDL set to "" followed by getAttribute()
8052 PASS header.title: IDL set to "" followed by IDL get
8053 PASS header.title: IDL set 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 " sho uld not throw
8054 PASS header.title: IDL set 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 " fol lowed by getAttribute()
8055 PASS header.title: IDL set 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 " fol lowed by IDL get
8056 PASS header.title: IDL set to undefined should not throw
8057 PASS header.title: IDL set to undefined followed by getAttribute()
8058 PASS header.title: IDL set to undefined followed by IDL get
8059 PASS header.title: IDL set to 7 should not throw
8060 PASS header.title: IDL set to 7 followed by getAttribute()
8061 PASS header.title: IDL set to 7 followed by IDL get
8062 PASS header.title: IDL set to 1.5 should not throw
8063 PASS header.title: IDL set to 1.5 followed by getAttribute()
8064 PASS header.title: IDL set to 1.5 followed by IDL get
8065 PASS header.title: IDL set to true should not throw
8066 PASS header.title: IDL set to true followed by getAttribute()
8067 PASS header.title: IDL set to true followed by IDL get
8068 PASS header.title: IDL set to false should not throw
8069 PASS header.title: IDL set to false followed by getAttribute()
8070 PASS header.title: IDL set to false followed by IDL get
8071 PASS header.title: IDL set to object "[object Object]" should not throw
8072 PASS header.title: IDL set to object "[object Object]" followed by getAttribute( )
8073 PASS header.title: IDL set to object "[object Object]" followed by IDL get
8074 PASS header.title: IDL set to NaN should not throw
8075 PASS header.title: IDL set to NaN followed by getAttribute()
8076 PASS header.title: IDL set to NaN followed by IDL get
8077 PASS header.title: IDL set to Infinity should not throw
8078 PASS header.title: IDL set to Infinity followed by getAttribute()
8079 PASS header.title: IDL set to Infinity followed by IDL get
8080 PASS header.title: IDL set to -Infinity should not throw
8081 PASS header.title: IDL set to -Infinity followed by getAttribute()
8082 PASS header.title: IDL set to -Infinity followed by IDL get
8083 PASS header.title: IDL set to "\0" should not throw
8084 PASS header.title: IDL set to "\0" followed by getAttribute()
8085 PASS header.title: IDL set to "\0" followed by IDL get
8086 PASS header.title: IDL set to null should not throw
8087 PASS header.title: IDL set to null followed by getAttribute()
8088 PASS header.title: IDL set to null followed by IDL get
8089 PASS header.title: IDL set to object "test-toString" should not throw
8090 PASS header.title: IDL set to object "test-toString" followed by getAttribute()
8091 PASS header.title: IDL set to object "test-toString" followed by IDL get
8092 PASS header.title: IDL set to object "test-valueOf" should not throw
8093 PASS header.title: IDL set to object "test-valueOf" followed by getAttribute()
8094 PASS header.title: IDL set to object "test-valueOf" followed by IDL get
8095 PASS header.lang: typeof IDL attribute
8096 PASS header.lang: IDL get with DOM attribute unset
8097 PASS header.lang: setAttribute() to "" followed by getAttribute()
8098 PASS header.lang: setAttribute() to "" followed by IDL get
8099 PASS header.lang: 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()
8100 PASS header.lang: 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
8101 PASS header.lang: setAttribute() to undefined followed by getAttribute()
8102 PASS header.lang: setAttribute() to undefined followed by IDL get
8103 PASS header.lang: setAttribute() to 7 followed by getAttribute()
8104 PASS header.lang: setAttribute() to 7 followed by IDL get
8105 PASS header.lang: setAttribute() to 1.5 followed by getAttribute()
8106 PASS header.lang: setAttribute() to 1.5 followed by IDL get
8107 PASS header.lang: setAttribute() to true followed by getAttribute()
8108 PASS header.lang: setAttribute() to true followed by IDL get
8109 PASS header.lang: setAttribute() to false followed by getAttribute()
8110 PASS header.lang: setAttribute() to false followed by IDL get
8111 PASS header.lang: setAttribute() to object "[object Object]" followed by getAttr ibute()
8112 PASS header.lang: setAttribute() to object "[object Object]" followed by IDL get
8113 PASS header.lang: setAttribute() to NaN followed by getAttribute()
8114 PASS header.lang: setAttribute() to NaN followed by IDL get
8115 PASS header.lang: setAttribute() to Infinity followed by getAttribute()
8116 PASS header.lang: setAttribute() to Infinity followed by IDL get
8117 PASS header.lang: setAttribute() to -Infinity followed by getAttribute()
8118 PASS header.lang: setAttribute() to -Infinity followed by IDL get
8119 PASS header.lang: setAttribute() to "\0" followed by getAttribute()
8120 PASS header.lang: setAttribute() to "\0" followed by IDL get
8121 PASS header.lang: setAttribute() to null followed by getAttribute()
8122 PASS header.lang: setAttribute() to null followed by IDL get
8123 PASS header.lang: setAttribute() to object "test-toString" followed by getAttrib ute()
8124 PASS header.lang: setAttribute() to object "test-toString" followed by IDL get
8125 PASS header.lang: setAttribute() to object "test-valueOf" followed by getAttribu te()
8126 PASS header.lang: setAttribute() to object "test-valueOf" followed by IDL get
8127 PASS header.lang: IDL set to "" should not throw
8128 PASS header.lang: IDL set to "" followed by getAttribute()
8129 PASS header.lang: IDL set to "" followed by IDL get
8130 PASS header.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shou ld not throw
8131 PASS header.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by getAttribute()
8132 PASS header.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by IDL get
8133 PASS header.lang: IDL set to undefined should not throw
8134 PASS header.lang: IDL set to undefined followed by getAttribute()
8135 PASS header.lang: IDL set to undefined followed by IDL get
8136 PASS header.lang: IDL set to 7 should not throw
8137 PASS header.lang: IDL set to 7 followed by getAttribute()
8138 PASS header.lang: IDL set to 7 followed by IDL get
8139 PASS header.lang: IDL set to 1.5 should not throw
8140 PASS header.lang: IDL set to 1.5 followed by getAttribute()
8141 PASS header.lang: IDL set to 1.5 followed by IDL get
8142 PASS header.lang: IDL set to true should not throw
8143 PASS header.lang: IDL set to true followed by getAttribute()
8144 PASS header.lang: IDL set to true followed by IDL get
8145 PASS header.lang: IDL set to false should not throw
8146 PASS header.lang: IDL set to false followed by getAttribute()
8147 PASS header.lang: IDL set to false followed by IDL get
8148 PASS header.lang: IDL set to object "[object Object]" should not throw
8149 PASS header.lang: IDL set to object "[object Object]" followed by getAttribute()
8150 PASS header.lang: IDL set to object "[object Object]" followed by IDL get
8151 PASS header.lang: IDL set to NaN should not throw
8152 PASS header.lang: IDL set to NaN followed by getAttribute()
8153 PASS header.lang: IDL set to NaN followed by IDL get
8154 PASS header.lang: IDL set to Infinity should not throw
8155 PASS header.lang: IDL set to Infinity followed by getAttribute()
8156 PASS header.lang: IDL set to Infinity followed by IDL get
8157 PASS header.lang: IDL set to -Infinity should not throw
8158 PASS header.lang: IDL set to -Infinity followed by getAttribute()
8159 PASS header.lang: IDL set to -Infinity followed by IDL get
8160 PASS header.lang: IDL set to "\0" should not throw
8161 PASS header.lang: IDL set to "\0" followed by getAttribute()
8162 PASS header.lang: IDL set to "\0" followed by IDL get
8163 PASS header.lang: IDL set to null should not throw
8164 PASS header.lang: IDL set to null followed by getAttribute()
8165 PASS header.lang: IDL set to null followed by IDL get
8166 PASS header.lang: IDL set to object "test-toString" should not throw
8167 PASS header.lang: IDL set to object "test-toString" followed by getAttribute()
8168 PASS header.lang: IDL set to object "test-toString" followed by IDL get
8169 PASS header.lang: IDL set to object "test-valueOf" should not throw
8170 PASS header.lang: IDL set to object "test-valueOf" followed by getAttribute()
8171 PASS header.lang: IDL set to object "test-valueOf" followed by IDL get
8172 PASS header.dir: typeof IDL attribute
8173 PASS header.dir: IDL get with DOM attribute unset
8174 PASS header.dir: setAttribute() to "" followed by getAttribute()
8175 PASS header.dir: setAttribute() to "" followed by IDL get
8176 PASS header.dir: 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()
8177 PASS header.dir: 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
8178 PASS header.dir: setAttribute() to undefined followed by getAttribute()
8179 PASS header.dir: setAttribute() to undefined followed by IDL get
8180 PASS header.dir: setAttribute() to 7 followed by getAttribute()
8181 PASS header.dir: setAttribute() to 7 followed by IDL get
8182 PASS header.dir: setAttribute() to 1.5 followed by getAttribute()
8183 PASS header.dir: setAttribute() to 1.5 followed by IDL get
8184 PASS header.dir: setAttribute() to true followed by getAttribute()
8185 PASS header.dir: setAttribute() to true followed by IDL get
8186 PASS header.dir: setAttribute() to false followed by getAttribute()
8187 PASS header.dir: setAttribute() to false followed by IDL get
8188 PASS header.dir: setAttribute() to object "[object Object]" followed by getAttri bute()
8189 PASS header.dir: setAttribute() to object "[object Object]" followed by IDL get
8190 PASS header.dir: setAttribute() to NaN followed by getAttribute()
8191 PASS header.dir: setAttribute() to NaN followed by IDL get
8192 PASS header.dir: setAttribute() to Infinity followed by getAttribute()
8193 PASS header.dir: setAttribute() to Infinity followed by IDL get
8194 PASS header.dir: setAttribute() to -Infinity followed by getAttribute()
8195 PASS header.dir: setAttribute() to -Infinity followed by IDL get
8196 PASS header.dir: setAttribute() to "\0" followed by getAttribute()
8197 PASS header.dir: setAttribute() to "\0" followed by IDL get
8198 PASS header.dir: setAttribute() to null followed by getAttribute()
8199 PASS header.dir: setAttribute() to null followed by IDL get
8200 PASS header.dir: setAttribute() to object "test-toString" followed by getAttribu te()
8201 PASS header.dir: setAttribute() to object "test-toString" followed by IDL get
8202 PASS header.dir: setAttribute() to object "test-valueOf" followed by getAttribut e()
8203 PASS header.dir: setAttribute() to object "test-valueOf" followed by IDL get
8204 PASS header.dir: setAttribute() to "ltr" followed by getAttribute()
8205 PASS header.dir: setAttribute() to "ltr" followed by IDL get
8206 PASS header.dir: setAttribute() to "xltr" followed by getAttribute()
8207 PASS header.dir: setAttribute() to "xltr" followed by IDL get
8208 PASS header.dir: setAttribute() to "ltr\0" followed by getAttribute()
8209 PASS header.dir: setAttribute() to "ltr\0" followed by IDL get
8210 PASS header.dir: setAttribute() to "tr" followed by getAttribute()
8211 PASS header.dir: setAttribute() to "tr" followed by IDL get
8212 PASS header.dir: setAttribute() to "LTR" followed by getAttribute()
8213 PASS header.dir: setAttribute() to "LTR" followed by IDL get
8214 PASS header.dir: setAttribute() to "rtl" followed by getAttribute()
8215 PASS header.dir: setAttribute() to "rtl" followed by IDL get
8216 PASS header.dir: setAttribute() to "xrtl" followed by getAttribute()
8217 PASS header.dir: setAttribute() to "xrtl" followed by IDL get
8218 PASS header.dir: setAttribute() to "rtl\0" followed by getAttribute()
8219 PASS header.dir: setAttribute() to "rtl\0" followed by IDL get
8220 PASS header.dir: setAttribute() to "tl" followed by getAttribute()
8221 PASS header.dir: setAttribute() to "tl" followed by IDL get
8222 PASS header.dir: setAttribute() to "RTL" followed by getAttribute()
8223 PASS header.dir: setAttribute() to "RTL" followed by IDL get
8224 PASS header.dir: setAttribute() to "auto" followed by getAttribute()
8225 PASS header.dir: setAttribute() to "auto" followed by IDL get
8226 PASS header.dir: setAttribute() to "xauto" followed by getAttribute()
8227 PASS header.dir: setAttribute() to "xauto" followed by IDL get
8228 PASS header.dir: setAttribute() to "auto\0" followed by getAttribute()
8229 PASS header.dir: setAttribute() to "auto\0" followed by IDL get
8230 PASS header.dir: setAttribute() to "uto" followed by getAttribute()
8231 PASS header.dir: setAttribute() to "uto" followed by IDL get
8232 PASS header.dir: setAttribute() to "AUTO" followed by getAttribute()
8233 PASS header.dir: setAttribute() to "AUTO" followed by IDL get
8234 PASS header.dir: IDL set to "" should not throw
8235 PASS header.dir: IDL set to "" followed by getAttribute()
8236 PASS header.dir: IDL set to "" followed by IDL get
8237 PASS header.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shoul d not throw
8238 PASS header.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by getAttribute()
8239 PASS header.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by IDL get
8240 PASS header.dir: IDL set to undefined should not throw
8241 PASS header.dir: IDL set to undefined followed by getAttribute()
8242 PASS header.dir: IDL set to undefined followed by IDL get
8243 PASS header.dir: IDL set to 7 should not throw
8244 PASS header.dir: IDL set to 7 followed by getAttribute()
8245 PASS header.dir: IDL set to 7 followed by IDL get
8246 PASS header.dir: IDL set to 1.5 should not throw
8247 PASS header.dir: IDL set to 1.5 followed by getAttribute()
8248 PASS header.dir: IDL set to 1.5 followed by IDL get
8249 PASS header.dir: IDL set to true should not throw
8250 PASS header.dir: IDL set to true followed by getAttribute()
8251 PASS header.dir: IDL set to true followed by IDL get
8252 PASS header.dir: IDL set to false should not throw
8253 PASS header.dir: IDL set to false followed by getAttribute()
8254 PASS header.dir: IDL set to false followed by IDL get
8255 PASS header.dir: IDL set to object "[object Object]" should not throw
8256 PASS header.dir: IDL set to object "[object Object]" followed by getAttribute()
8257 PASS header.dir: IDL set to object "[object Object]" followed by IDL get
8258 PASS header.dir: IDL set to NaN should not throw
8259 PASS header.dir: IDL set to NaN followed by getAttribute()
8260 PASS header.dir: IDL set to NaN followed by IDL get
8261 PASS header.dir: IDL set to Infinity should not throw
8262 PASS header.dir: IDL set to Infinity followed by getAttribute()
8263 PASS header.dir: IDL set to Infinity followed by IDL get
8264 PASS header.dir: IDL set to -Infinity should not throw
8265 PASS header.dir: IDL set to -Infinity followed by getAttribute()
8266 PASS header.dir: IDL set to -Infinity followed by IDL get
8267 PASS header.dir: IDL set to "\0" should not throw
8268 PASS header.dir: IDL set to "\0" followed by getAttribute()
8269 PASS header.dir: IDL set to "\0" followed by IDL get
8270 PASS header.dir: IDL set to null should not throw
8271 PASS header.dir: IDL set to null followed by IDL get
8272 PASS header.dir: IDL set to object "test-toString" should not throw
8273 PASS header.dir: IDL set to object "test-toString" followed by getAttribute()
8274 PASS header.dir: IDL set to object "test-toString" followed by IDL get
8275 PASS header.dir: IDL set to object "test-valueOf" should not throw
8276 PASS header.dir: IDL set to object "test-valueOf" followed by getAttribute()
8277 PASS header.dir: IDL set to object "test-valueOf" followed by IDL get
8278 PASS header.dir: IDL set to "ltr" should not throw
8279 PASS header.dir: IDL set to "ltr" followed by getAttribute()
8280 PASS header.dir: IDL set to "ltr" followed by IDL get
8281 PASS header.dir: IDL set to "xltr" should not throw
8282 PASS header.dir: IDL set to "xltr" followed by getAttribute()
8283 PASS header.dir: IDL set to "xltr" followed by IDL get
8284 PASS header.dir: IDL set to "ltr\0" should not throw
8285 PASS header.dir: IDL set to "ltr\0" followed by getAttribute()
8286 PASS header.dir: IDL set to "ltr\0" followed by IDL get
8287 PASS header.dir: IDL set to "tr" should not throw
8288 PASS header.dir: IDL set to "tr" followed by getAttribute()
8289 PASS header.dir: IDL set to "tr" followed by IDL get
8290 PASS header.dir: IDL set to "LTR" should not throw
8291 PASS header.dir: IDL set to "LTR" followed by getAttribute()
8292 PASS header.dir: IDL set to "LTR" followed by IDL get
8293 PASS header.dir: IDL set to "rtl" should not throw
8294 PASS header.dir: IDL set to "rtl" followed by getAttribute()
8295 PASS header.dir: IDL set to "rtl" followed by IDL get
8296 PASS header.dir: IDL set to "xrtl" should not throw
8297 PASS header.dir: IDL set to "xrtl" followed by getAttribute()
8298 PASS header.dir: IDL set to "xrtl" followed by IDL get
8299 PASS header.dir: IDL set to "rtl\0" should not throw
8300 PASS header.dir: IDL set to "rtl\0" followed by getAttribute()
8301 PASS header.dir: IDL set to "rtl\0" followed by IDL get
8302 PASS header.dir: IDL set to "tl" should not throw
8303 PASS header.dir: IDL set to "tl" followed by getAttribute()
8304 PASS header.dir: IDL set to "tl" followed by IDL get
8305 PASS header.dir: IDL set to "RTL" should not throw
8306 PASS header.dir: IDL set to "RTL" followed by getAttribute()
8307 PASS header.dir: IDL set to "RTL" followed by IDL get
8308 PASS header.dir: IDL set to "auto" should not throw
8309 PASS header.dir: IDL set to "auto" followed by getAttribute()
8310 PASS header.dir: IDL set to "auto" followed by IDL get
8311 PASS header.dir: IDL set to "xauto" should not throw
8312 PASS header.dir: IDL set to "xauto" followed by getAttribute()
8313 PASS header.dir: IDL set to "xauto" followed by IDL get
8314 PASS header.dir: IDL set to "auto\0" should not throw
8315 PASS header.dir: IDL set to "auto\0" followed by getAttribute()
8316 PASS header.dir: IDL set to "auto\0" followed by IDL get
8317 PASS header.dir: IDL set to "uto" should not throw
8318 PASS header.dir: IDL set to "uto" followed by getAttribute()
8319 PASS header.dir: IDL set to "uto" followed by IDL get
8320 PASS header.dir: IDL set to "AUTO" should not throw
8321 PASS header.dir: IDL set to "AUTO" followed by getAttribute()
8322 PASS header.dir: IDL set to "AUTO" followed by IDL get
8323 PASS header.className (<header class>): typeof IDL attribute
8324 PASS header.className (<header class>): IDL get with DOM attribute unset
8325 PASS header.className (<header class>): setAttribute() to "" followed by getAttr ibute()
8326 PASS header.className (<header class>): setAttribute() to "" followed by IDL get
8327 PASS header.className (<header class>): setAttribute() to " \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 " followed by getAttribute()
8328 PASS header.className (<header class>): setAttribute() to " \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 " followed by IDL get
8329 PASS header.className (<header class>): setAttribute() to undefined followed by getAttribute()
8330 PASS header.className (<header class>): setAttribute() to undefined followed by IDL get
8331 PASS header.className (<header class>): setAttribute() to 7 followed by getAttri bute()
8332 PASS header.className (<header class>): setAttribute() to 7 followed by IDL get
8333 PASS header.className (<header class>): setAttribute() to 1.5 followed by getAtt ribute()
8334 PASS header.className (<header class>): setAttribute() to 1.5 followed by IDL ge t
8335 PASS header.className (<header class>): setAttribute() to true followed by getAt tribute()
8336 PASS header.className (<header class>): setAttribute() to true followed by IDL g et
8337 PASS header.className (<header class>): setAttribute() to false followed by getA ttribute()
8338 PASS header.className (<header class>): setAttribute() to false followed by IDL get
8339 PASS header.className (<header class>): setAttribute() to object "[object Object ]" followed by getAttribute()
8340 PASS header.className (<header class>): setAttribute() to object "[object Object ]" followed by IDL get
8341 PASS header.className (<header class>): setAttribute() to NaN followed by getAtt ribute()
8342 PASS header.className (<header class>): setAttribute() to NaN followed by IDL ge t
8343 PASS header.className (<header class>): setAttribute() to Infinity followed by g etAttribute()
8344 PASS header.className (<header class>): setAttribute() to Infinity followed by I DL get
8345 PASS header.className (<header class>): setAttribute() to -Infinity followed by getAttribute()
8346 PASS header.className (<header class>): setAttribute() to -Infinity followed by IDL get
8347 PASS header.className (<header class>): setAttribute() to "\0" followed by getAt tribute()
8348 PASS header.className (<header class>): setAttribute() to "\0" followed by IDL g et
8349 PASS header.className (<header class>): setAttribute() to null followed by getAt tribute()
8350 PASS header.className (<header class>): setAttribute() to null followed by IDL g et
8351 PASS header.className (<header class>): setAttribute() to object "test-toString" followed by getAttribute()
8352 PASS header.className (<header class>): setAttribute() to object "test-toString" followed by IDL get
8353 PASS header.className (<header class>): setAttribute() to object "test-valueOf" followed by getAttribute()
8354 PASS header.className (<header class>): setAttribute() to object "test-valueOf" followed by IDL get
8355 PASS header.className (<header class>): IDL set to "" should not throw
8356 PASS header.className (<header class>): IDL set to "" followed by getAttribute()
8357 PASS header.className (<header class>): IDL set to "" followed by IDL get
8358 PASS header.className (<header class>): IDL set 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\x 1d\x1e\x1f foo " should not throw
8359 PASS header.className (<header class>): IDL set 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\x 1d\x1e\x1f foo " followed by getAttribute()
8360 PASS header.className (<header class>): IDL set 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\x 1d\x1e\x1f foo " followed by IDL get
8361 PASS header.className (<header class>): IDL set to undefined should not throw
8362 PASS header.className (<header class>): IDL set to undefined followed by getAttr ibute()
8363 PASS header.className (<header class>): IDL set to undefined followed by IDL get
8364 PASS header.className (<header class>): IDL set to 7 should not throw
8365 PASS header.className (<header class>): IDL set to 7 followed by getAttribute()
8366 PASS header.className (<header class>): IDL set to 7 followed by IDL get
8367 PASS header.className (<header class>): IDL set to 1.5 should not throw
8368 PASS header.className (<header class>): IDL set to 1.5 followed by getAttribute( )
8369 PASS header.className (<header class>): IDL set to 1.5 followed by IDL get
8370 PASS header.className (<header class>): IDL set to true should not throw
8371 PASS header.className (<header class>): IDL set to true followed by getAttribute ()
8372 PASS header.className (<header class>): IDL set to true followed by IDL get
8373 PASS header.className (<header class>): IDL set to false should not throw
8374 PASS header.className (<header class>): IDL set to false followed by getAttribut e()
8375 PASS header.className (<header class>): IDL set to false followed by IDL get
8376 PASS header.className (<header class>): IDL set to object "[object Object]" shou ld not throw
8377 PASS header.className (<header class>): IDL set to object "[object Object]" foll owed by getAttribute()
8378 PASS header.className (<header class>): IDL set to object "[object Object]" foll owed by IDL get
8379 PASS header.className (<header class>): IDL set to NaN should not throw
8380 PASS header.className (<header class>): IDL set to NaN followed by getAttribute( )
8381 PASS header.className (<header class>): IDL set to NaN followed by IDL get
8382 PASS header.className (<header class>): IDL set to Infinity should not throw
8383 PASS header.className (<header class>): IDL set to Infinity followed by getAttri bute()
8384 PASS header.className (<header class>): IDL set to Infinity followed by IDL get
8385 PASS header.className (<header class>): IDL set to -Infinity should not throw
8386 PASS header.className (<header class>): IDL set to -Infinity followed by getAttr ibute()
8387 PASS header.className (<header class>): IDL set to -Infinity followed by IDL get
8388 PASS header.className (<header class>): IDL set to "\0" should not throw
8389 PASS header.className (<header class>): IDL set to "\0" followed by getAttribute ()
8390 PASS header.className (<header class>): IDL set to "\0" followed by IDL get
8391 PASS header.className (<header class>): IDL set to null should not throw
8392 PASS header.className (<header class>): IDL set to null followed by getAttribute ()
8393 PASS header.className (<header class>): IDL set to null followed by IDL get
8394 PASS header.className (<header class>): IDL set to object "test-toString" should not throw
8395 PASS header.className (<header class>): IDL set to object "test-toString" follow ed by getAttribute()
8396 PASS header.className (<header class>): IDL set to object "test-toString" follow ed by IDL get
8397 PASS header.className (<header class>): IDL set to object "test-valueOf" should not throw
8398 PASS header.className (<header class>): IDL set to object "test-valueOf" followe d by getAttribute()
8399 PASS header.className (<header class>): IDL set to object "test-valueOf" followe d by IDL get
8400 PASS header.hidden: typeof IDL attribute
8401 PASS header.hidden: IDL get with DOM attribute unset
8402 PASS header.hidden: setAttribute() to "" followed by getAttribute()
8403 PASS header.hidden: setAttribute() to "" followed by IDL get
8404 PASS header.hidden: setAttribute() to " foo " followed by getAttribute()
8405 PASS header.hidden: setAttribute() to " foo " followed by IDL get
8406 PASS header.hidden: setAttribute() to undefined followed by getAttribute()
8407 PASS header.hidden: setAttribute() to undefined followed by IDL get
8408 PASS header.hidden: setAttribute() to null followed by getAttribute()
8409 PASS header.hidden: setAttribute() to null followed by IDL get
8410 PASS header.hidden: setAttribute() to 7 followed by getAttribute()
8411 PASS header.hidden: setAttribute() to 7 followed by IDL get
8412 PASS header.hidden: setAttribute() to 1.5 followed by getAttribute()
8413 PASS header.hidden: setAttribute() to 1.5 followed by IDL get
8414 PASS header.hidden: setAttribute() to true followed by getAttribute()
8415 PASS header.hidden: setAttribute() to true followed by IDL get
8416 PASS header.hidden: setAttribute() to false followed by getAttribute()
8417 PASS header.hidden: setAttribute() to false followed by IDL get
8418 PASS header.hidden: setAttribute() to object "[object Object]" followed by getAt tribute()
8419 PASS header.hidden: setAttribute() to object "[object Object]" followed by IDL g et
8420 PASS header.hidden: setAttribute() to NaN followed by getAttribute()
8421 PASS header.hidden: setAttribute() to NaN followed by IDL get
8422 PASS header.hidden: setAttribute() to Infinity followed by getAttribute()
8423 PASS header.hidden: setAttribute() to Infinity followed by IDL get
8424 PASS header.hidden: setAttribute() to -Infinity followed by getAttribute()
8425 PASS header.hidden: setAttribute() to -Infinity followed by IDL get
8426 PASS header.hidden: setAttribute() to "\0" followed by getAttribute()
8427 PASS header.hidden: setAttribute() to "\0" followed by IDL get
8428 PASS header.hidden: setAttribute() to object "test-toString" followed by getAttr ibute()
8429 PASS header.hidden: setAttribute() to object "test-toString" followed by IDL get
8430 PASS header.hidden: setAttribute() to object "test-valueOf" followed by getAttri bute()
8431 PASS header.hidden: setAttribute() to object "test-valueOf" followed by IDL get
8432 PASS header.hidden: setAttribute() to "hidden" followed by getAttribute()
8433 PASS header.hidden: setAttribute() to "hidden" followed by IDL get
8434 PASS header.hidden: IDL set to "" should not throw
8435 PASS header.hidden: IDL set to "" followed by hasAttribute()
8436 PASS header.hidden: IDL set to "" followed by IDL get
8437 PASS header.hidden: IDL set to " foo " should not throw
8438 PASS header.hidden: IDL set to " foo " followed by hasAttribute()
8439 PASS header.hidden: IDL set to " foo " followed by IDL get
8440 PASS header.hidden: IDL set to undefined should not throw
8441 PASS header.hidden: IDL set to undefined followed by hasAttribute()
8442 PASS header.hidden: IDL set to undefined followed by IDL get
8443 PASS header.hidden: IDL set to null should not throw
8444 PASS header.hidden: IDL set to null followed by hasAttribute()
8445 PASS header.hidden: IDL set to null followed by IDL get
8446 PASS header.hidden: IDL set to 7 should not throw
8447 PASS header.hidden: IDL set to 7 followed by hasAttribute()
8448 PASS header.hidden: IDL set to 7 followed by IDL get
8449 PASS header.hidden: IDL set to 1.5 should not throw
8450 PASS header.hidden: IDL set to 1.5 followed by hasAttribute()
8451 PASS header.hidden: IDL set to 1.5 followed by IDL get
8452 PASS header.hidden: IDL set to true should not throw
8453 PASS header.hidden: IDL set to true followed by hasAttribute()
8454 PASS header.hidden: IDL set to true followed by IDL get
8455 PASS header.hidden: IDL set to false should not throw
8456 PASS header.hidden: IDL set to false followed by hasAttribute()
8457 PASS header.hidden: IDL set to false followed by IDL get
8458 PASS header.hidden: IDL set to object "[object Object]" should not throw
8459 PASS header.hidden: IDL set to object "[object Object]" followed by hasAttribute ()
8460 PASS header.hidden: IDL set to object "[object Object]" followed by IDL get
8461 PASS header.hidden: IDL set to NaN should not throw
8462 PASS header.hidden: IDL set to NaN followed by hasAttribute()
8463 PASS header.hidden: IDL set to NaN followed by IDL get
8464 PASS header.hidden: IDL set to Infinity should not throw
8465 PASS header.hidden: IDL set to Infinity followed by hasAttribute()
8466 PASS header.hidden: IDL set to Infinity followed by IDL get
8467 PASS header.hidden: IDL set to -Infinity should not throw
8468 PASS header.hidden: IDL set to -Infinity followed by hasAttribute()
8469 PASS header.hidden: IDL set to -Infinity followed by IDL get
8470 PASS header.hidden: IDL set to "\0" should not throw
8471 PASS header.hidden: IDL set to "\0" followed by hasAttribute()
8472 PASS header.hidden: IDL set to "\0" followed by IDL get
8473 PASS header.hidden: IDL set to object "test-toString" should not throw
8474 PASS header.hidden: IDL set to object "test-toString" followed by hasAttribute()
8475 PASS header.hidden: IDL set to object "test-toString" followed by IDL get
8476 PASS header.hidden: IDL set to object "test-valueOf" should not throw
8477 PASS header.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
8478 PASS header.hidden: IDL set to object "test-valueOf" followed by IDL get
8479 PASS header.accessKey: typeof IDL attribute
8480 PASS header.accessKey: IDL get with DOM attribute unset
8481 PASS header.accessKey: setAttribute() to "" followed by getAttribute()
8482 PASS header.accessKey: setAttribute() to "" followed by IDL get
8483 PASS header.accessKey: 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()
8484 PASS header.accessKey: 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
8485 PASS header.accessKey: setAttribute() to undefined followed by getAttribute()
8486 PASS header.accessKey: setAttribute() to undefined followed by IDL get
8487 PASS header.accessKey: setAttribute() to 7 followed by getAttribute()
8488 PASS header.accessKey: setAttribute() to 7 followed by IDL get
8489 PASS header.accessKey: setAttribute() to 1.5 followed by getAttribute()
8490 PASS header.accessKey: setAttribute() to 1.5 followed by IDL get
8491 PASS header.accessKey: setAttribute() to true followed by getAttribute()
8492 PASS header.accessKey: setAttribute() to true followed by IDL get
8493 PASS header.accessKey: setAttribute() to false followed by getAttribute()
8494 PASS header.accessKey: setAttribute() to false followed by IDL get
8495 PASS header.accessKey: setAttribute() to object "[object Object]" followed by ge tAttribute()
8496 PASS header.accessKey: setAttribute() to object "[object Object]" followed by ID L get
8497 PASS header.accessKey: setAttribute() to NaN followed by getAttribute()
8498 PASS header.accessKey: setAttribute() to NaN followed by IDL get
8499 PASS header.accessKey: setAttribute() to Infinity followed by getAttribute()
8500 PASS header.accessKey: setAttribute() to Infinity followed by IDL get
8501 PASS header.accessKey: setAttribute() to -Infinity followed by getAttribute()
8502 PASS header.accessKey: setAttribute() to -Infinity followed by IDL get
8503 PASS header.accessKey: setAttribute() to "\0" followed by getAttribute()
8504 PASS header.accessKey: setAttribute() to "\0" followed by IDL get
8505 PASS header.accessKey: setAttribute() to null followed by getAttribute()
8506 PASS header.accessKey: setAttribute() to null followed by IDL get
8507 PASS header.accessKey: setAttribute() to object "test-toString" followed by getA ttribute()
8508 PASS header.accessKey: setAttribute() to object "test-toString" followed by IDL get
8509 PASS header.accessKey: setAttribute() to object "test-valueOf" followed by getAt tribute()
8510 PASS header.accessKey: setAttribute() to object "test-valueOf" followed by IDL g et
8511 PASS header.accessKey: IDL set to "" should not throw
8512 PASS header.accessKey: IDL set to "" followed by getAttribute()
8513 PASS header.accessKey: IDL set to "" followed by IDL get
8514 PASS header.accessKey: IDL set 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 " should not throw
8515 PASS header.accessKey: IDL set 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()
8516 PASS header.accessKey: IDL set 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
8517 PASS header.accessKey: IDL set to undefined should not throw
8518 PASS header.accessKey: IDL set to undefined followed by getAttribute()
8519 PASS header.accessKey: IDL set to undefined followed by IDL get
8520 PASS header.accessKey: IDL set to 7 should not throw
8521 PASS header.accessKey: IDL set to 7 followed by getAttribute()
8522 PASS header.accessKey: IDL set to 7 followed by IDL get
8523 PASS header.accessKey: IDL set to 1.5 should not throw
8524 PASS header.accessKey: IDL set to 1.5 followed by getAttribute()
8525 PASS header.accessKey: IDL set to 1.5 followed by IDL get
8526 PASS header.accessKey: IDL set to true should not throw
8527 PASS header.accessKey: IDL set to true followed by getAttribute()
8528 PASS header.accessKey: IDL set to true followed by IDL get
8529 PASS header.accessKey: IDL set to false should not throw
8530 PASS header.accessKey: IDL set to false followed by getAttribute()
8531 PASS header.accessKey: IDL set to false followed by IDL get
8532 PASS header.accessKey: IDL set to object "[object Object]" should not throw
8533 PASS header.accessKey: IDL set to object "[object Object]" followed by getAttrib ute()
8534 PASS header.accessKey: IDL set to object "[object Object]" followed by IDL get
8535 PASS header.accessKey: IDL set to NaN should not throw
8536 PASS header.accessKey: IDL set to NaN followed by getAttribute()
8537 PASS header.accessKey: IDL set to NaN followed by IDL get
8538 PASS header.accessKey: IDL set to Infinity should not throw
8539 PASS header.accessKey: IDL set to Infinity followed by getAttribute()
8540 PASS header.accessKey: IDL set to Infinity followed by IDL get
8541 PASS header.accessKey: IDL set to -Infinity should not throw
8542 PASS header.accessKey: IDL set to -Infinity followed by getAttribute()
8543 PASS header.accessKey: IDL set to -Infinity followed by IDL get
8544 PASS header.accessKey: IDL set to "\0" should not throw
8545 PASS header.accessKey: IDL set to "\0" followed by getAttribute()
8546 PASS header.accessKey: IDL set to "\0" followed by IDL get
8547 PASS header.accessKey: IDL set to null should not throw
8548 PASS header.accessKey: IDL set to null followed by getAttribute()
8549 PASS header.accessKey: IDL set to null followed by IDL get
8550 PASS header.accessKey: IDL set to object "test-toString" should not throw
8551 PASS header.accessKey: IDL set to object "test-toString" followed by getAttribut e()
8552 PASS header.accessKey: IDL set to object "test-toString" followed by IDL get
8553 PASS header.accessKey: IDL set to object "test-valueOf" should not throw
8554 PASS header.accessKey: IDL set to object "test-valueOf" followed by getAttribute ()
8555 PASS header.accessKey: IDL set to object "test-valueOf" followed by IDL get
8556 PASS header.tabIndex: typeof IDL attribute
8557 PASS header.tabIndex: setAttribute() to -36 followed by getAttribute()
8558 PASS header.tabIndex: setAttribute() to -36 followed by IDL get
8559 PASS header.tabIndex: setAttribute() to -1 followed by getAttribute()
8560 PASS header.tabIndex: setAttribute() to -1 followed by IDL get
8561 PASS header.tabIndex: setAttribute() to 0 followed by getAttribute()
8562 PASS header.tabIndex: setAttribute() to 0 followed by IDL get
8563 PASS header.tabIndex: setAttribute() to 1 followed by getAttribute()
8564 PASS header.tabIndex: setAttribute() to 1 followed by IDL get
8565 PASS header.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
8566 FAIL header.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
8567 PASS header.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
8568 FAIL header.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
8569 PASS header.tabIndex: setAttribute() to "-1" followed by getAttribute()
8570 PASS header.tabIndex: setAttribute() to "-1" followed by IDL get
8571 PASS header.tabIndex: setAttribute() to "-0" followed by getAttribute()
8572 PASS header.tabIndex: setAttribute() to "-0" followed by IDL get
8573 PASS header.tabIndex: setAttribute() to "0" followed by getAttribute()
8574 PASS header.tabIndex: setAttribute() to "0" followed by IDL get
8575 PASS header.tabIndex: setAttribute() to "1" followed by getAttribute()
8576 PASS header.tabIndex: setAttribute() to "1" followed by IDL get
8577 PASS header.tabIndex: setAttribute() to "\t7" followed by getAttribute()
8578 PASS header.tabIndex: setAttribute() to "\t7" followed by IDL get
8579 PASS header.tabIndex: setAttribute() to "\f7" followed by getAttribute()
8580 PASS header.tabIndex: setAttribute() to "\f7" followed by IDL get
8581 PASS header.tabIndex: setAttribute() to " 7" followed by getAttribute()
8582 PASS header.tabIndex: setAttribute() to " 7" followed by IDL get
8583 PASS header.tabIndex: setAttribute() to "\n7" followed by getAttribute()
8584 PASS header.tabIndex: setAttribute() to "\n7" followed by IDL get
8585 PASS header.tabIndex: setAttribute() to "\r7" followed by getAttribute()
8586 PASS header.tabIndex: setAttribute() to "\r7" followed by IDL get
8587 PASS header.tabIndex: setAttribute() to 1.5 followed by getAttribute()
8588 PASS header.tabIndex: setAttribute() to 1.5 followed by IDL get
8589 PASS header.tabIndex: setAttribute() to object "2" followed by getAttribute()
8590 PASS header.tabIndex: setAttribute() to object "2" followed by IDL get
8591 PASS header.tabIndex: IDL set to -36 should not throw
8592 PASS header.tabIndex: IDL set to -36 followed by getAttribute()
8593 PASS header.tabIndex: IDL set to -36 followed by IDL get
8594 PASS header.tabIndex: IDL set to -1 should not throw
8595 PASS header.tabIndex: IDL set to -1 followed by getAttribute()
8596 PASS header.tabIndex: IDL set to -1 followed by IDL get
8597 PASS header.tabIndex: IDL set to 0 should not throw
8598 PASS header.tabIndex: IDL set to 0 followed by getAttribute()
8599 PASS header.tabIndex: IDL set to 0 followed by IDL get
8600 PASS header.tabIndex: IDL set to 1 should not throw
8601 PASS header.tabIndex: IDL set to 1 followed by getAttribute()
8602 PASS header.tabIndex: IDL set to 1 followed by IDL get
8603 PASS header.tabIndex: IDL set to 2147483647 should not throw
8604 PASS header.tabIndex: IDL set to 2147483647 followed by getAttribute()
8605 FAIL header.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
8606 PASS header.tabIndex: IDL set to -2147483648 should not throw
8607 PASS header.tabIndex: IDL set to -2147483648 followed by getAttribute()
8608 FAIL header.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
8609 PASS footer.title: typeof IDL attribute
8610 PASS footer.title: IDL get with DOM attribute unset
8611 PASS footer.title: setAttribute() to "" followed by getAttribute()
8612 PASS footer.title: setAttribute() to "" followed by IDL get
8613 PASS footer.title: 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 fo o " followed by getAttribute()
8614 PASS footer.title: 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 fo o " followed by IDL get
8615 PASS footer.title: setAttribute() to undefined followed by getAttribute()
8616 PASS footer.title: setAttribute() to undefined followed by IDL get
8617 PASS footer.title: setAttribute() to 7 followed by getAttribute()
8618 PASS footer.title: setAttribute() to 7 followed by IDL get
8619 PASS footer.title: setAttribute() to 1.5 followed by getAttribute()
8620 PASS footer.title: setAttribute() to 1.5 followed by IDL get
8621 PASS footer.title: setAttribute() to true followed by getAttribute()
8622 PASS footer.title: setAttribute() to true followed by IDL get
8623 PASS footer.title: setAttribute() to false followed by getAttribute()
8624 PASS footer.title: setAttribute() to false followed by IDL get
8625 PASS footer.title: setAttribute() to object "[object Object]" followed by getAtt ribute()
8626 PASS footer.title: setAttribute() to object "[object Object]" followed by IDL ge t
8627 PASS footer.title: setAttribute() to NaN followed by getAttribute()
8628 PASS footer.title: setAttribute() to NaN followed by IDL get
8629 PASS footer.title: setAttribute() to Infinity followed by getAttribute()
8630 PASS footer.title: setAttribute() to Infinity followed by IDL get
8631 PASS footer.title: setAttribute() to -Infinity followed by getAttribute()
8632 PASS footer.title: setAttribute() to -Infinity followed by IDL get
8633 PASS footer.title: setAttribute() to "\0" followed by getAttribute()
8634 PASS footer.title: setAttribute() to "\0" followed by IDL get
8635 PASS footer.title: setAttribute() to null followed by getAttribute()
8636 PASS footer.title: setAttribute() to null followed by IDL get
8637 PASS footer.title: setAttribute() to object "test-toString" followed by getAttri bute()
8638 PASS footer.title: setAttribute() to object "test-toString" followed by IDL get
8639 PASS footer.title: setAttribute() to object "test-valueOf" followed by getAttrib ute()
8640 PASS footer.title: setAttribute() to object "test-valueOf" followed by IDL get
8641 PASS footer.title: IDL set to "" should not throw
8642 PASS footer.title: IDL set to "" followed by getAttribute()
8643 PASS footer.title: IDL set to "" followed by IDL get
8644 PASS footer.title: IDL set 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 " sho uld not throw
8645 PASS footer.title: IDL set 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 " fol lowed by getAttribute()
8646 PASS footer.title: IDL set 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 " fol lowed by IDL get
8647 PASS footer.title: IDL set to undefined should not throw
8648 PASS footer.title: IDL set to undefined followed by getAttribute()
8649 PASS footer.title: IDL set to undefined followed by IDL get
8650 PASS footer.title: IDL set to 7 should not throw
8651 PASS footer.title: IDL set to 7 followed by getAttribute()
8652 PASS footer.title: IDL set to 7 followed by IDL get
8653 PASS footer.title: IDL set to 1.5 should not throw
8654 PASS footer.title: IDL set to 1.5 followed by getAttribute()
8655 PASS footer.title: IDL set to 1.5 followed by IDL get
8656 PASS footer.title: IDL set to true should not throw
8657 PASS footer.title: IDL set to true followed by getAttribute()
8658 PASS footer.title: IDL set to true followed by IDL get
8659 PASS footer.title: IDL set to false should not throw
8660 PASS footer.title: IDL set to false followed by getAttribute()
8661 PASS footer.title: IDL set to false followed by IDL get
8662 PASS footer.title: IDL set to object "[object Object]" should not throw
8663 PASS footer.title: IDL set to object "[object Object]" followed by getAttribute( )
8664 PASS footer.title: IDL set to object "[object Object]" followed by IDL get
8665 PASS footer.title: IDL set to NaN should not throw
8666 PASS footer.title: IDL set to NaN followed by getAttribute()
8667 PASS footer.title: IDL set to NaN followed by IDL get
8668 PASS footer.title: IDL set to Infinity should not throw
8669 PASS footer.title: IDL set to Infinity followed by getAttribute()
8670 PASS footer.title: IDL set to Infinity followed by IDL get
8671 PASS footer.title: IDL set to -Infinity should not throw
8672 PASS footer.title: IDL set to -Infinity followed by getAttribute()
8673 PASS footer.title: IDL set to -Infinity followed by IDL get
8674 PASS footer.title: IDL set to "\0" should not throw
8675 PASS footer.title: IDL set to "\0" followed by getAttribute()
8676 PASS footer.title: IDL set to "\0" followed by IDL get
8677 PASS footer.title: IDL set to null should not throw
8678 PASS footer.title: IDL set to null followed by getAttribute()
8679 PASS footer.title: IDL set to null followed by IDL get
8680 PASS footer.title: IDL set to object "test-toString" should not throw
8681 PASS footer.title: IDL set to object "test-toString" followed by getAttribute()
8682 PASS footer.title: IDL set to object "test-toString" followed by IDL get
8683 PASS footer.title: IDL set to object "test-valueOf" should not throw
8684 PASS footer.title: IDL set to object "test-valueOf" followed by getAttribute()
8685 PASS footer.title: IDL set to object "test-valueOf" followed by IDL get
8686 PASS footer.lang: typeof IDL attribute
8687 PASS footer.lang: IDL get with DOM attribute unset
8688 PASS footer.lang: setAttribute() to "" followed by getAttribute()
8689 PASS footer.lang: setAttribute() to "" followed by IDL get
8690 PASS footer.lang: 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()
8691 PASS footer.lang: 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
8692 PASS footer.lang: setAttribute() to undefined followed by getAttribute()
8693 PASS footer.lang: setAttribute() to undefined followed by IDL get
8694 PASS footer.lang: setAttribute() to 7 followed by getAttribute()
8695 PASS footer.lang: setAttribute() to 7 followed by IDL get
8696 PASS footer.lang: setAttribute() to 1.5 followed by getAttribute()
8697 PASS footer.lang: setAttribute() to 1.5 followed by IDL get
8698 PASS footer.lang: setAttribute() to true followed by getAttribute()
8699 PASS footer.lang: setAttribute() to true followed by IDL get
8700 PASS footer.lang: setAttribute() to false followed by getAttribute()
8701 PASS footer.lang: setAttribute() to false followed by IDL get
8702 PASS footer.lang: setAttribute() to object "[object Object]" followed by getAttr ibute()
8703 PASS footer.lang: setAttribute() to object "[object Object]" followed by IDL get
8704 PASS footer.lang: setAttribute() to NaN followed by getAttribute()
8705 PASS footer.lang: setAttribute() to NaN followed by IDL get
8706 PASS footer.lang: setAttribute() to Infinity followed by getAttribute()
8707 PASS footer.lang: setAttribute() to Infinity followed by IDL get
8708 PASS footer.lang: setAttribute() to -Infinity followed by getAttribute()
8709 PASS footer.lang: setAttribute() to -Infinity followed by IDL get
8710 PASS footer.lang: setAttribute() to "\0" followed by getAttribute()
8711 PASS footer.lang: setAttribute() to "\0" followed by IDL get
8712 PASS footer.lang: setAttribute() to null followed by getAttribute()
8713 PASS footer.lang: setAttribute() to null followed by IDL get
8714 PASS footer.lang: setAttribute() to object "test-toString" followed by getAttrib ute()
8715 PASS footer.lang: setAttribute() to object "test-toString" followed by IDL get
8716 PASS footer.lang: setAttribute() to object "test-valueOf" followed by getAttribu te()
8717 PASS footer.lang: setAttribute() to object "test-valueOf" followed by IDL get
8718 PASS footer.lang: IDL set to "" should not throw
8719 PASS footer.lang: IDL set to "" followed by getAttribute()
8720 PASS footer.lang: IDL set to "" followed by IDL get
8721 PASS footer.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shou ld not throw
8722 PASS footer.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by getAttribute()
8723 PASS footer.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by IDL get
8724 PASS footer.lang: IDL set to undefined should not throw
8725 PASS footer.lang: IDL set to undefined followed by getAttribute()
8726 PASS footer.lang: IDL set to undefined followed by IDL get
8727 PASS footer.lang: IDL set to 7 should not throw
8728 PASS footer.lang: IDL set to 7 followed by getAttribute()
8729 PASS footer.lang: IDL set to 7 followed by IDL get
8730 PASS footer.lang: IDL set to 1.5 should not throw
8731 PASS footer.lang: IDL set to 1.5 followed by getAttribute()
8732 PASS footer.lang: IDL set to 1.5 followed by IDL get
8733 PASS footer.lang: IDL set to true should not throw
8734 PASS footer.lang: IDL set to true followed by getAttribute()
8735 PASS footer.lang: IDL set to true followed by IDL get
8736 PASS footer.lang: IDL set to false should not throw
8737 PASS footer.lang: IDL set to false followed by getAttribute()
8738 PASS footer.lang: IDL set to false followed by IDL get
8739 PASS footer.lang: IDL set to object "[object Object]" should not throw
8740 PASS footer.lang: IDL set to object "[object Object]" followed by getAttribute()
8741 PASS footer.lang: IDL set to object "[object Object]" followed by IDL get
8742 PASS footer.lang: IDL set to NaN should not throw
8743 PASS footer.lang: IDL set to NaN followed by getAttribute()
8744 PASS footer.lang: IDL set to NaN followed by IDL get
8745 PASS footer.lang: IDL set to Infinity should not throw
8746 PASS footer.lang: IDL set to Infinity followed by getAttribute()
8747 PASS footer.lang: IDL set to Infinity followed by IDL get
8748 PASS footer.lang: IDL set to -Infinity should not throw
8749 PASS footer.lang: IDL set to -Infinity followed by getAttribute()
8750 PASS footer.lang: IDL set to -Infinity followed by IDL get
8751 PASS footer.lang: IDL set to "\0" should not throw
8752 PASS footer.lang: IDL set to "\0" followed by getAttribute()
8753 PASS footer.lang: IDL set to "\0" followed by IDL get
8754 PASS footer.lang: IDL set to null should not throw
8755 PASS footer.lang: IDL set to null followed by getAttribute()
8756 PASS footer.lang: IDL set to null followed by IDL get
8757 PASS footer.lang: IDL set to object "test-toString" should not throw
8758 PASS footer.lang: IDL set to object "test-toString" followed by getAttribute()
8759 PASS footer.lang: IDL set to object "test-toString" followed by IDL get
8760 PASS footer.lang: IDL set to object "test-valueOf" should not throw
8761 PASS footer.lang: IDL set to object "test-valueOf" followed by getAttribute()
8762 PASS footer.lang: IDL set to object "test-valueOf" followed by IDL get
8763 PASS footer.dir: typeof IDL attribute
8764 PASS footer.dir: IDL get with DOM attribute unset
8765 PASS footer.dir: setAttribute() to "" followed by getAttribute()
8766 PASS footer.dir: setAttribute() to "" followed by IDL get
8767 PASS footer.dir: 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()
8768 PASS footer.dir: 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
8769 PASS footer.dir: setAttribute() to undefined followed by getAttribute()
8770 PASS footer.dir: setAttribute() to undefined followed by IDL get
8771 PASS footer.dir: setAttribute() to 7 followed by getAttribute()
8772 PASS footer.dir: setAttribute() to 7 followed by IDL get
8773 PASS footer.dir: setAttribute() to 1.5 followed by getAttribute()
8774 PASS footer.dir: setAttribute() to 1.5 followed by IDL get
8775 PASS footer.dir: setAttribute() to true followed by getAttribute()
8776 PASS footer.dir: setAttribute() to true followed by IDL get
8777 PASS footer.dir: setAttribute() to false followed by getAttribute()
8778 PASS footer.dir: setAttribute() to false followed by IDL get
8779 PASS footer.dir: setAttribute() to object "[object Object]" followed by getAttri bute()
8780 PASS footer.dir: setAttribute() to object "[object Object]" followed by IDL get
8781 PASS footer.dir: setAttribute() to NaN followed by getAttribute()
8782 PASS footer.dir: setAttribute() to NaN followed by IDL get
8783 PASS footer.dir: setAttribute() to Infinity followed by getAttribute()
8784 PASS footer.dir: setAttribute() to Infinity followed by IDL get
8785 PASS footer.dir: setAttribute() to -Infinity followed by getAttribute()
8786 PASS footer.dir: setAttribute() to -Infinity followed by IDL get
8787 PASS footer.dir: setAttribute() to "\0" followed by getAttribute()
8788 PASS footer.dir: setAttribute() to "\0" followed by IDL get
8789 PASS footer.dir: setAttribute() to null followed by getAttribute()
8790 PASS footer.dir: setAttribute() to null followed by IDL get
8791 PASS footer.dir: setAttribute() to object "test-toString" followed by getAttribu te()
8792 PASS footer.dir: setAttribute() to object "test-toString" followed by IDL get
8793 PASS footer.dir: setAttribute() to object "test-valueOf" followed by getAttribut e()
8794 PASS footer.dir: setAttribute() to object "test-valueOf" followed by IDL get
8795 PASS footer.dir: setAttribute() to "ltr" followed by getAttribute()
8796 PASS footer.dir: setAttribute() to "ltr" followed by IDL get
8797 PASS footer.dir: setAttribute() to "xltr" followed by getAttribute()
8798 PASS footer.dir: setAttribute() to "xltr" followed by IDL get
8799 PASS footer.dir: setAttribute() to "ltr\0" followed by getAttribute()
8800 PASS footer.dir: setAttribute() to "ltr\0" followed by IDL get
8801 PASS footer.dir: setAttribute() to "tr" followed by getAttribute()
8802 PASS footer.dir: setAttribute() to "tr" followed by IDL get
8803 PASS footer.dir: setAttribute() to "LTR" followed by getAttribute()
8804 PASS footer.dir: setAttribute() to "LTR" followed by IDL get
8805 PASS footer.dir: setAttribute() to "rtl" followed by getAttribute()
8806 PASS footer.dir: setAttribute() to "rtl" followed by IDL get
8807 PASS footer.dir: setAttribute() to "xrtl" followed by getAttribute()
8808 PASS footer.dir: setAttribute() to "xrtl" followed by IDL get
8809 PASS footer.dir: setAttribute() to "rtl\0" followed by getAttribute()
8810 PASS footer.dir: setAttribute() to "rtl\0" followed by IDL get
8811 PASS footer.dir: setAttribute() to "tl" followed by getAttribute()
8812 PASS footer.dir: setAttribute() to "tl" followed by IDL get
8813 PASS footer.dir: setAttribute() to "RTL" followed by getAttribute()
8814 PASS footer.dir: setAttribute() to "RTL" followed by IDL get
8815 PASS footer.dir: setAttribute() to "auto" followed by getAttribute()
8816 PASS footer.dir: setAttribute() to "auto" followed by IDL get
8817 PASS footer.dir: setAttribute() to "xauto" followed by getAttribute()
8818 PASS footer.dir: setAttribute() to "xauto" followed by IDL get
8819 PASS footer.dir: setAttribute() to "auto\0" followed by getAttribute()
8820 PASS footer.dir: setAttribute() to "auto\0" followed by IDL get
8821 PASS footer.dir: setAttribute() to "uto" followed by getAttribute()
8822 PASS footer.dir: setAttribute() to "uto" followed by IDL get
8823 PASS footer.dir: setAttribute() to "AUTO" followed by getAttribute()
8824 PASS footer.dir: setAttribute() to "AUTO" followed by IDL get
8825 PASS footer.dir: IDL set to "" should not throw
8826 PASS footer.dir: IDL set to "" followed by getAttribute()
8827 PASS footer.dir: IDL set to "" followed by IDL get
8828 PASS footer.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shoul d not throw
8829 PASS footer.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by getAttribute()
8830 PASS footer.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " follo wed by IDL get
8831 PASS footer.dir: IDL set to undefined should not throw
8832 PASS footer.dir: IDL set to undefined followed by getAttribute()
8833 PASS footer.dir: IDL set to undefined followed by IDL get
8834 PASS footer.dir: IDL set to 7 should not throw
8835 PASS footer.dir: IDL set to 7 followed by getAttribute()
8836 PASS footer.dir: IDL set to 7 followed by IDL get
8837 PASS footer.dir: IDL set to 1.5 should not throw
8838 PASS footer.dir: IDL set to 1.5 followed by getAttribute()
8839 PASS footer.dir: IDL set to 1.5 followed by IDL get
8840 PASS footer.dir: IDL set to true should not throw
8841 PASS footer.dir: IDL set to true followed by getAttribute()
8842 PASS footer.dir: IDL set to true followed by IDL get
8843 PASS footer.dir: IDL set to false should not throw
8844 PASS footer.dir: IDL set to false followed by getAttribute()
8845 PASS footer.dir: IDL set to false followed by IDL get
8846 PASS footer.dir: IDL set to object "[object Object]" should not throw
8847 PASS footer.dir: IDL set to object "[object Object]" followed by getAttribute()
8848 PASS footer.dir: IDL set to object "[object Object]" followed by IDL get
8849 PASS footer.dir: IDL set to NaN should not throw
8850 PASS footer.dir: IDL set to NaN followed by getAttribute()
8851 PASS footer.dir: IDL set to NaN followed by IDL get
8852 PASS footer.dir: IDL set to Infinity should not throw
8853 PASS footer.dir: IDL set to Infinity followed by getAttribute()
8854 PASS footer.dir: IDL set to Infinity followed by IDL get
8855 PASS footer.dir: IDL set to -Infinity should not throw
8856 PASS footer.dir: IDL set to -Infinity followed by getAttribute()
8857 PASS footer.dir: IDL set to -Infinity followed by IDL get
8858 PASS footer.dir: IDL set to "\0" should not throw
8859 PASS footer.dir: IDL set to "\0" followed by getAttribute()
8860 PASS footer.dir: IDL set to "\0" followed by IDL get
8861 PASS footer.dir: IDL set to null should not throw
8862 PASS footer.dir: IDL set to null followed by IDL get
8863 PASS footer.dir: IDL set to object "test-toString" should not throw
8864 PASS footer.dir: IDL set to object "test-toString" followed by getAttribute()
8865 PASS footer.dir: IDL set to object "test-toString" followed by IDL get
8866 PASS footer.dir: IDL set to object "test-valueOf" should not throw
8867 PASS footer.dir: IDL set to object "test-valueOf" followed by getAttribute()
8868 PASS footer.dir: IDL set to object "test-valueOf" followed by IDL get
8869 PASS footer.dir: IDL set to "ltr" should not throw
8870 PASS footer.dir: IDL set to "ltr" followed by getAttribute()
8871 PASS footer.dir: IDL set to "ltr" followed by IDL get
8872 PASS footer.dir: IDL set to "xltr" should not throw
8873 PASS footer.dir: IDL set to "xltr" followed by getAttribute()
8874 PASS footer.dir: IDL set to "xltr" followed by IDL get
8875 PASS footer.dir: IDL set to "ltr\0" should not throw
8876 PASS footer.dir: IDL set to "ltr\0" followed by getAttribute()
8877 PASS footer.dir: IDL set to "ltr\0" followed by IDL get
8878 PASS footer.dir: IDL set to "tr" should not throw
8879 PASS footer.dir: IDL set to "tr" followed by getAttribute()
8880 PASS footer.dir: IDL set to "tr" followed by IDL get
8881 PASS footer.dir: IDL set to "LTR" should not throw
8882 PASS footer.dir: IDL set to "LTR" followed by getAttribute()
8883 PASS footer.dir: IDL set to "LTR" followed by IDL get
8884 PASS footer.dir: IDL set to "rtl" should not throw
8885 PASS footer.dir: IDL set to "rtl" followed by getAttribute()
8886 PASS footer.dir: IDL set to "rtl" followed by IDL get
8887 PASS footer.dir: IDL set to "xrtl" should not throw
8888 PASS footer.dir: IDL set to "xrtl" followed by getAttribute()
8889 PASS footer.dir: IDL set to "xrtl" followed by IDL get
8890 PASS footer.dir: IDL set to "rtl\0" should not throw
8891 PASS footer.dir: IDL set to "rtl\0" followed by getAttribute()
8892 PASS footer.dir: IDL set to "rtl\0" followed by IDL get
8893 PASS footer.dir: IDL set to "tl" should not throw
8894 PASS footer.dir: IDL set to "tl" followed by getAttribute()
8895 PASS footer.dir: IDL set to "tl" followed by IDL get
8896 PASS footer.dir: IDL set to "RTL" should not throw
8897 PASS footer.dir: IDL set to "RTL" followed by getAttribute()
8898 PASS footer.dir: IDL set to "RTL" followed by IDL get
8899 PASS footer.dir: IDL set to "auto" should not throw
8900 PASS footer.dir: IDL set to "auto" followed by getAttribute()
8901 PASS footer.dir: IDL set to "auto" followed by IDL get
8902 PASS footer.dir: IDL set to "xauto" should not throw
8903 PASS footer.dir: IDL set to "xauto" followed by getAttribute()
8904 PASS footer.dir: IDL set to "xauto" followed by IDL get
8905 PASS footer.dir: IDL set to "auto\0" should not throw
8906 PASS footer.dir: IDL set to "auto\0" followed by getAttribute()
8907 PASS footer.dir: IDL set to "auto\0" followed by IDL get
8908 PASS footer.dir: IDL set to "uto" should not throw
8909 PASS footer.dir: IDL set to "uto" followed by getAttribute()
8910 PASS footer.dir: IDL set to "uto" followed by IDL get
8911 PASS footer.dir: IDL set to "AUTO" should not throw
8912 PASS footer.dir: IDL set to "AUTO" followed by getAttribute()
8913 PASS footer.dir: IDL set to "AUTO" followed by IDL get
8914 PASS footer.className (<footer class>): typeof IDL attribute
8915 PASS footer.className (<footer class>): IDL get with DOM attribute unset
8916 PASS footer.className (<footer class>): setAttribute() to "" followed by getAttr ibute()
8917 PASS footer.className (<footer class>): setAttribute() to "" followed by IDL get
8918 PASS footer.className (<footer class>): setAttribute() to " \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 " followed by getAttribute()
8919 PASS footer.className (<footer class>): setAttribute() to " \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 " followed by IDL get
8920 PASS footer.className (<footer class>): setAttribute() to undefined followed by getAttribute()
8921 PASS footer.className (<footer class>): setAttribute() to undefined followed by IDL get
8922 PASS footer.className (<footer class>): setAttribute() to 7 followed by getAttri bute()
8923 PASS footer.className (<footer class>): setAttribute() to 7 followed by IDL get
8924 PASS footer.className (<footer class>): setAttribute() to 1.5 followed by getAtt ribute()
8925 PASS footer.className (<footer class>): setAttribute() to 1.5 followed by IDL ge t
8926 PASS footer.className (<footer class>): setAttribute() to true followed by getAt tribute()
8927 PASS footer.className (<footer class>): setAttribute() to true followed by IDL g et
8928 PASS footer.className (<footer class>): setAttribute() to false followed by getA ttribute()
8929 PASS footer.className (<footer class>): setAttribute() to false followed by IDL get
8930 PASS footer.className (<footer class>): setAttribute() to object "[object Object ]" followed by getAttribute()
8931 PASS footer.className (<footer class>): setAttribute() to object "[object Object ]" followed by IDL get
8932 PASS footer.className (<footer class>): setAttribute() to NaN followed by getAtt ribute()
8933 PASS footer.className (<footer class>): setAttribute() to NaN followed by IDL ge t
8934 PASS footer.className (<footer class>): setAttribute() to Infinity followed by g etAttribute()
8935 PASS footer.className (<footer class>): setAttribute() to Infinity followed by I DL get
8936 PASS footer.className (<footer class>): setAttribute() to -Infinity followed by getAttribute()
8937 PASS footer.className (<footer class>): setAttribute() to -Infinity followed by IDL get
8938 PASS footer.className (<footer class>): setAttribute() to "\0" followed by getAt tribute()
8939 PASS footer.className (<footer class>): setAttribute() to "\0" followed by IDL g et
8940 PASS footer.className (<footer class>): setAttribute() to null followed by getAt tribute()
8941 PASS footer.className (<footer class>): setAttribute() to null followed by IDL g et
8942 PASS footer.className (<footer class>): setAttribute() to object "test-toString" followed by getAttribute()
8943 PASS footer.className (<footer class>): setAttribute() to object "test-toString" followed by IDL get
8944 PASS footer.className (<footer class>): setAttribute() to object "test-valueOf" followed by getAttribute()
8945 PASS footer.className (<footer class>): setAttribute() to object "test-valueOf" followed by IDL get
8946 PASS footer.className (<footer class>): IDL set to "" should not throw
8947 PASS footer.className (<footer class>): IDL set to "" followed by getAttribute()
8948 PASS footer.className (<footer class>): IDL set to "" followed by IDL get
8949 PASS footer.className (<footer class>): IDL set 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\x 1d\x1e\x1f foo " should not throw
8950 PASS footer.className (<footer class>): IDL set 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\x 1d\x1e\x1f foo " followed by getAttribute()
8951 PASS footer.className (<footer class>): IDL set 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\x 1d\x1e\x1f foo " followed by IDL get
8952 PASS footer.className (<footer class>): IDL set to undefined should not throw
8953 PASS footer.className (<footer class>): IDL set to undefined followed by getAttr ibute()
8954 PASS footer.className (<footer class>): IDL set to undefined followed by IDL get
8955 PASS footer.className (<footer class>): IDL set to 7 should not throw
8956 PASS footer.className (<footer class>): IDL set to 7 followed by getAttribute()
8957 PASS footer.className (<footer class>): IDL set to 7 followed by IDL get
8958 PASS footer.className (<footer class>): IDL set to 1.5 should not throw
8959 PASS footer.className (<footer class>): IDL set to 1.5 followed by getAttribute( )
8960 PASS footer.className (<footer class>): IDL set to 1.5 followed by IDL get
8961 PASS footer.className (<footer class>): IDL set to true should not throw
8962 PASS footer.className (<footer class>): IDL set to true followed by getAttribute ()
8963 PASS footer.className (<footer class>): IDL set to true followed by IDL get
8964 PASS footer.className (<footer class>): IDL set to false should not throw
8965 PASS footer.className (<footer class>): IDL set to false followed by getAttribut e()
8966 PASS footer.className (<footer class>): IDL set to false followed by IDL get
8967 PASS footer.className (<footer class>): IDL set to object "[object Object]" shou ld not throw
8968 PASS footer.className (<footer class>): IDL set to object "[object Object]" foll owed by getAttribute()
8969 PASS footer.className (<footer class>): IDL set to object "[object Object]" foll owed by IDL get
8970 PASS footer.className (<footer class>): IDL set to NaN should not throw
8971 PASS footer.className (<footer class>): IDL set to NaN followed by getAttribute( )
8972 PASS footer.className (<footer class>): IDL set to NaN followed by IDL get
8973 PASS footer.className (<footer class>): IDL set to Infinity should not throw
8974 PASS footer.className (<footer class>): IDL set to Infinity followed by getAttri bute()
8975 PASS footer.className (<footer class>): IDL set to Infinity followed by IDL get
8976 PASS footer.className (<footer class>): IDL set to -Infinity should not throw
8977 PASS footer.className (<footer class>): IDL set to -Infinity followed by getAttr ibute()
8978 PASS footer.className (<footer class>): IDL set to -Infinity followed by IDL get
8979 PASS footer.className (<footer class>): IDL set to "\0" should not throw
8980 PASS footer.className (<footer class>): IDL set to "\0" followed by getAttribute ()
8981 PASS footer.className (<footer class>): IDL set to "\0" followed by IDL get
8982 PASS footer.className (<footer class>): IDL set to null should not throw
8983 PASS footer.className (<footer class>): IDL set to null followed by getAttribute ()
8984 PASS footer.className (<footer class>): IDL set to null followed by IDL get
8985 PASS footer.className (<footer class>): IDL set to object "test-toString" should not throw
8986 PASS footer.className (<footer class>): IDL set to object "test-toString" follow ed by getAttribute()
8987 PASS footer.className (<footer class>): IDL set to object "test-toString" follow ed by IDL get
8988 PASS footer.className (<footer class>): IDL set to object "test-valueOf" should not throw
8989 PASS footer.className (<footer class>): IDL set to object "test-valueOf" followe d by getAttribute()
8990 PASS footer.className (<footer class>): IDL set to object "test-valueOf" followe d by IDL get
8991 PASS footer.hidden: typeof IDL attribute
8992 PASS footer.hidden: IDL get with DOM attribute unset
8993 PASS footer.hidden: setAttribute() to "" followed by getAttribute()
8994 PASS footer.hidden: setAttribute() to "" followed by IDL get
8995 PASS footer.hidden: setAttribute() to " foo " followed by getAttribute()
8996 PASS footer.hidden: setAttribute() to " foo " followed by IDL get
8997 PASS footer.hidden: setAttribute() to undefined followed by getAttribute()
8998 PASS footer.hidden: setAttribute() to undefined followed by IDL get
8999 PASS footer.hidden: setAttribute() to null followed by getAttribute()
9000 PASS footer.hidden: setAttribute() to null followed by IDL get
9001 PASS footer.hidden: setAttribute() to 7 followed by getAttribute()
9002 PASS footer.hidden: setAttribute() to 7 followed by IDL get
9003 PASS footer.hidden: setAttribute() to 1.5 followed by getAttribute()
9004 PASS footer.hidden: setAttribute() to 1.5 followed by IDL get
9005 PASS footer.hidden: setAttribute() to true followed by getAttribute()
9006 PASS footer.hidden: setAttribute() to true followed by IDL get
9007 PASS footer.hidden: setAttribute() to false followed by getAttribute()
9008 PASS footer.hidden: setAttribute() to false followed by IDL get
9009 PASS footer.hidden: setAttribute() to object "[object Object]" followed by getAt tribute()
9010 PASS footer.hidden: setAttribute() to object "[object Object]" followed by IDL g et
9011 PASS footer.hidden: setAttribute() to NaN followed by getAttribute()
9012 PASS footer.hidden: setAttribute() to NaN followed by IDL get
9013 PASS footer.hidden: setAttribute() to Infinity followed by getAttribute()
9014 PASS footer.hidden: setAttribute() to Infinity followed by IDL get
9015 PASS footer.hidden: setAttribute() to -Infinity followed by getAttribute()
9016 PASS footer.hidden: setAttribute() to -Infinity followed by IDL get
9017 PASS footer.hidden: setAttribute() to "\0" followed by getAttribute()
9018 PASS footer.hidden: setAttribute() to "\0" followed by IDL get
9019 PASS footer.hidden: setAttribute() to object "test-toString" followed by getAttr ibute()
9020 PASS footer.hidden: setAttribute() to object "test-toString" followed by IDL get
9021 PASS footer.hidden: setAttribute() to object "test-valueOf" followed by getAttri bute()
9022 PASS footer.hidden: setAttribute() to object "test-valueOf" followed by IDL get
9023 PASS footer.hidden: setAttribute() to "hidden" followed by getAttribute()
9024 PASS footer.hidden: setAttribute() to "hidden" followed by IDL get
9025 PASS footer.hidden: IDL set to "" should not throw
9026 PASS footer.hidden: IDL set to "" followed by hasAttribute()
9027 PASS footer.hidden: IDL set to "" followed by IDL get
9028 PASS footer.hidden: IDL set to " foo " should not throw
9029 PASS footer.hidden: IDL set to " foo " followed by hasAttribute()
9030 PASS footer.hidden: IDL set to " foo " followed by IDL get
9031 PASS footer.hidden: IDL set to undefined should not throw
9032 PASS footer.hidden: IDL set to undefined followed by hasAttribute()
9033 PASS footer.hidden: IDL set to undefined followed by IDL get
9034 PASS footer.hidden: IDL set to null should not throw
9035 PASS footer.hidden: IDL set to null followed by hasAttribute()
9036 PASS footer.hidden: IDL set to null followed by IDL get
9037 PASS footer.hidden: IDL set to 7 should not throw
9038 PASS footer.hidden: IDL set to 7 followed by hasAttribute()
9039 PASS footer.hidden: IDL set to 7 followed by IDL get
9040 PASS footer.hidden: IDL set to 1.5 should not throw
9041 PASS footer.hidden: IDL set to 1.5 followed by hasAttribute()
9042 PASS footer.hidden: IDL set to 1.5 followed by IDL get
9043 PASS footer.hidden: IDL set to true should not throw
9044 PASS footer.hidden: IDL set to true followed by hasAttribute()
9045 PASS footer.hidden: IDL set to true followed by IDL get
9046 PASS footer.hidden: IDL set to false should not throw
9047 PASS footer.hidden: IDL set to false followed by hasAttribute()
9048 PASS footer.hidden: IDL set to false followed by IDL get
9049 PASS footer.hidden: IDL set to object "[object Object]" should not throw
9050 PASS footer.hidden: IDL set to object "[object Object]" followed by hasAttribute ()
9051 PASS footer.hidden: IDL set to object "[object Object]" followed by IDL get
9052 PASS footer.hidden: IDL set to NaN should not throw
9053 PASS footer.hidden: IDL set to NaN followed by hasAttribute()
9054 PASS footer.hidden: IDL set to NaN followed by IDL get
9055 PASS footer.hidden: IDL set to Infinity should not throw
9056 PASS footer.hidden: IDL set to Infinity followed by hasAttribute()
9057 PASS footer.hidden: IDL set to Infinity followed by IDL get
9058 PASS footer.hidden: IDL set to -Infinity should not throw
9059 PASS footer.hidden: IDL set to -Infinity followed by hasAttribute()
9060 PASS footer.hidden: IDL set to -Infinity followed by IDL get
9061 PASS footer.hidden: IDL set to "\0" should not throw
9062 PASS footer.hidden: IDL set to "\0" followed by hasAttribute()
9063 PASS footer.hidden: IDL set to "\0" followed by IDL get
9064 PASS footer.hidden: IDL set to object "test-toString" should not throw
9065 PASS footer.hidden: IDL set to object "test-toString" followed by hasAttribute()
9066 PASS footer.hidden: IDL set to object "test-toString" followed by IDL get
9067 PASS footer.hidden: IDL set to object "test-valueOf" should not throw
9068 PASS footer.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
9069 PASS footer.hidden: IDL set to object "test-valueOf" followed by IDL get
9070 PASS footer.accessKey: typeof IDL attribute
9071 PASS footer.accessKey: IDL get with DOM attribute unset
9072 PASS footer.accessKey: setAttribute() to "" followed by getAttribute()
9073 PASS footer.accessKey: setAttribute() to "" followed by IDL get
9074 PASS footer.accessKey: 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()
9075 PASS footer.accessKey: 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
9076 PASS footer.accessKey: setAttribute() to undefined followed by getAttribute()
9077 PASS footer.accessKey: setAttribute() to undefined followed by IDL get
9078 PASS footer.accessKey: setAttribute() to 7 followed by getAttribute()
9079 PASS footer.accessKey: setAttribute() to 7 followed by IDL get
9080 PASS footer.accessKey: setAttribute() to 1.5 followed by getAttribute()
9081 PASS footer.accessKey: setAttribute() to 1.5 followed by IDL get
9082 PASS footer.accessKey: setAttribute() to true followed by getAttribute()
9083 PASS footer.accessKey: setAttribute() to true followed by IDL get
9084 PASS footer.accessKey: setAttribute() to false followed by getAttribute()
9085 PASS footer.accessKey: setAttribute() to false followed by IDL get
9086 PASS footer.accessKey: setAttribute() to object "[object Object]" followed by ge tAttribute()
9087 PASS footer.accessKey: setAttribute() to object "[object Object]" followed by ID L get
9088 PASS footer.accessKey: setAttribute() to NaN followed by getAttribute()
9089 PASS footer.accessKey: setAttribute() to NaN followed by IDL get
9090 PASS footer.accessKey: setAttribute() to Infinity followed by getAttribute()
9091 PASS footer.accessKey: setAttribute() to Infinity followed by IDL get
9092 PASS footer.accessKey: setAttribute() to -Infinity followed by getAttribute()
9093 PASS footer.accessKey: setAttribute() to -Infinity followed by IDL get
9094 PASS footer.accessKey: setAttribute() to "\0" followed by getAttribute()
9095 PASS footer.accessKey: setAttribute() to "\0" followed by IDL get
9096 PASS footer.accessKey: setAttribute() to null followed by getAttribute()
9097 PASS footer.accessKey: setAttribute() to null followed by IDL get
9098 PASS footer.accessKey: setAttribute() to object "test-toString" followed by getA ttribute()
9099 PASS footer.accessKey: setAttribute() to object "test-toString" followed by IDL get
9100 PASS footer.accessKey: setAttribute() to object "test-valueOf" followed by getAt tribute()
9101 PASS footer.accessKey: setAttribute() to object "test-valueOf" followed by IDL g et
9102 PASS footer.accessKey: IDL set to "" should not throw
9103 PASS footer.accessKey: IDL set to "" followed by getAttribute()
9104 PASS footer.accessKey: IDL set to "" followed by IDL get
9105 PASS footer.accessKey: IDL set 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 " should not throw
9106 PASS footer.accessKey: IDL set 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()
9107 PASS footer.accessKey: IDL set 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
9108 PASS footer.accessKey: IDL set to undefined should not throw
9109 PASS footer.accessKey: IDL set to undefined followed by getAttribute()
9110 PASS footer.accessKey: IDL set to undefined followed by IDL get
9111 PASS footer.accessKey: IDL set to 7 should not throw
9112 PASS footer.accessKey: IDL set to 7 followed by getAttribute()
9113 PASS footer.accessKey: IDL set to 7 followed by IDL get
9114 PASS footer.accessKey: IDL set to 1.5 should not throw
9115 PASS footer.accessKey: IDL set to 1.5 followed by getAttribute()
9116 PASS footer.accessKey: IDL set to 1.5 followed by IDL get
9117 PASS footer.accessKey: IDL set to true should not throw
9118 PASS footer.accessKey: IDL set to true followed by getAttribute()
9119 PASS footer.accessKey: IDL set to true followed by IDL get
9120 PASS footer.accessKey: IDL set to false should not throw
9121 PASS footer.accessKey: IDL set to false followed by getAttribute()
9122 PASS footer.accessKey: IDL set to false followed by IDL get
9123 PASS footer.accessKey: IDL set to object "[object Object]" should not throw
9124 PASS footer.accessKey: IDL set to object "[object Object]" followed by getAttrib ute()
9125 PASS footer.accessKey: IDL set to object "[object Object]" followed by IDL get
9126 PASS footer.accessKey: IDL set to NaN should not throw
9127 PASS footer.accessKey: IDL set to NaN followed by getAttribute()
9128 PASS footer.accessKey: IDL set to NaN followed by IDL get
9129 PASS footer.accessKey: IDL set to Infinity should not throw
9130 PASS footer.accessKey: IDL set to Infinity followed by getAttribute()
9131 PASS footer.accessKey: IDL set to Infinity followed by IDL get
9132 PASS footer.accessKey: IDL set to -Infinity should not throw
9133 PASS footer.accessKey: IDL set to -Infinity followed by getAttribute()
9134 PASS footer.accessKey: IDL set to -Infinity followed by IDL get
9135 PASS footer.accessKey: IDL set to "\0" should not throw
9136 PASS footer.accessKey: IDL set to "\0" followed by getAttribute()
9137 PASS footer.accessKey: IDL set to "\0" followed by IDL get
9138 PASS footer.accessKey: IDL set to null should not throw
9139 PASS footer.accessKey: IDL set to null followed by getAttribute()
9140 PASS footer.accessKey: IDL set to null followed by IDL get
9141 PASS footer.accessKey: IDL set to object "test-toString" should not throw
9142 PASS footer.accessKey: IDL set to object "test-toString" followed by getAttribut e()
9143 PASS footer.accessKey: IDL set to object "test-toString" followed by IDL get
9144 PASS footer.accessKey: IDL set to object "test-valueOf" should not throw
9145 PASS footer.accessKey: IDL set to object "test-valueOf" followed by getAttribute ()
9146 PASS footer.accessKey: IDL set to object "test-valueOf" followed by IDL get
9147 PASS footer.tabIndex: typeof IDL attribute
9148 PASS footer.tabIndex: setAttribute() to -36 followed by getAttribute()
9149 PASS footer.tabIndex: setAttribute() to -36 followed by IDL get
9150 PASS footer.tabIndex: setAttribute() to -1 followed by getAttribute()
9151 PASS footer.tabIndex: setAttribute() to -1 followed by IDL get
9152 PASS footer.tabIndex: setAttribute() to 0 followed by getAttribute()
9153 PASS footer.tabIndex: setAttribute() to 0 followed by IDL get
9154 PASS footer.tabIndex: setAttribute() to 1 followed by getAttribute()
9155 PASS footer.tabIndex: setAttribute() to 1 followed by IDL get
9156 PASS footer.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
9157 FAIL footer.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
9158 PASS footer.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
9159 FAIL footer.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
9160 PASS footer.tabIndex: setAttribute() to "-1" followed by getAttribute()
9161 PASS footer.tabIndex: setAttribute() to "-1" followed by IDL get
9162 PASS footer.tabIndex: setAttribute() to "-0" followed by getAttribute()
9163 PASS footer.tabIndex: setAttribute() to "-0" followed by IDL get
9164 PASS footer.tabIndex: setAttribute() to "0" followed by getAttribute()
9165 PASS footer.tabIndex: setAttribute() to "0" followed by IDL get
9166 PASS footer.tabIndex: setAttribute() to "1" followed by getAttribute()
9167 PASS footer.tabIndex: setAttribute() to "1" followed by IDL get
9168 PASS footer.tabIndex: setAttribute() to "\t7" followed by getAttribute()
9169 PASS footer.tabIndex: setAttribute() to "\t7" followed by IDL get
9170 PASS footer.tabIndex: setAttribute() to "\f7" followed by getAttribute()
9171 PASS footer.tabIndex: setAttribute() to "\f7" followed by IDL get
9172 PASS footer.tabIndex: setAttribute() to " 7" followed by getAttribute()
9173 PASS footer.tabIndex: setAttribute() to " 7" followed by IDL get
9174 PASS footer.tabIndex: setAttribute() to "\n7" followed by getAttribute()
9175 PASS footer.tabIndex: setAttribute() to "\n7" followed by IDL get
9176 PASS footer.tabIndex: setAttribute() to "\r7" followed by getAttribute()
9177 PASS footer.tabIndex: setAttribute() to "\r7" followed by IDL get
9178 PASS footer.tabIndex: setAttribute() to 1.5 followed by getAttribute()
9179 PASS footer.tabIndex: setAttribute() to 1.5 followed by IDL get
9180 PASS footer.tabIndex: setAttribute() to object "2" followed by getAttribute()
9181 PASS footer.tabIndex: setAttribute() to object "2" followed by IDL get
9182 PASS footer.tabIndex: IDL set to -36 should not throw
9183 PASS footer.tabIndex: IDL set to -36 followed by getAttribute()
9184 PASS footer.tabIndex: IDL set to -36 followed by IDL get
9185 PASS footer.tabIndex: IDL set to -1 should not throw
9186 PASS footer.tabIndex: IDL set to -1 followed by getAttribute()
9187 PASS footer.tabIndex: IDL set to -1 followed by IDL get
9188 PASS footer.tabIndex: IDL set to 0 should not throw
9189 PASS footer.tabIndex: IDL set to 0 followed by getAttribute()
9190 PASS footer.tabIndex: IDL set to 0 followed by IDL get
9191 PASS footer.tabIndex: IDL set to 1 should not throw
9192 PASS footer.tabIndex: IDL set to 1 followed by getAttribute()
9193 PASS footer.tabIndex: IDL set to 1 followed by IDL get
9194 PASS footer.tabIndex: IDL set to 2147483647 should not throw
9195 PASS footer.tabIndex: IDL set to 2147483647 followed by getAttribute()
9196 FAIL footer.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
9197 PASS footer.tabIndex: IDL set to -2147483648 should not throw
9198 PASS footer.tabIndex: IDL set to -2147483648 followed by getAttribute()
9199 FAIL footer.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
9200 PASS address.title: typeof IDL attribute
9201 PASS address.title: IDL get with DOM attribute unset
9202 PASS address.title: setAttribute() to "" followed by getAttribute()
9203 PASS address.title: setAttribute() to "" followed by IDL get
9204 PASS address.title: 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()
9205 PASS address.title: 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
9206 PASS address.title: setAttribute() to undefined followed by getAttribute()
9207 PASS address.title: setAttribute() to undefined followed by IDL get
9208 PASS address.title: setAttribute() to 7 followed by getAttribute()
9209 PASS address.title: setAttribute() to 7 followed by IDL get
9210 PASS address.title: setAttribute() to 1.5 followed by getAttribute()
9211 PASS address.title: setAttribute() to 1.5 followed by IDL get
9212 PASS address.title: setAttribute() to true followed by getAttribute()
9213 PASS address.title: setAttribute() to true followed by IDL get
9214 PASS address.title: setAttribute() to false followed by getAttribute()
9215 PASS address.title: setAttribute() to false followed by IDL get
9216 PASS address.title: setAttribute() to object "[object Object]" followed by getAt tribute()
9217 PASS address.title: setAttribute() to object "[object Object]" followed by IDL g et
9218 PASS address.title: setAttribute() to NaN followed by getAttribute()
9219 PASS address.title: setAttribute() to NaN followed by IDL get
9220 PASS address.title: setAttribute() to Infinity followed by getAttribute()
9221 PASS address.title: setAttribute() to Infinity followed by IDL get
9222 PASS address.title: setAttribute() to -Infinity followed by getAttribute()
9223 PASS address.title: setAttribute() to -Infinity followed by IDL get
9224 PASS address.title: setAttribute() to "\0" followed by getAttribute()
9225 PASS address.title: setAttribute() to "\0" followed by IDL get
9226 PASS address.title: setAttribute() to null followed by getAttribute()
9227 PASS address.title: setAttribute() to null followed by IDL get
9228 PASS address.title: setAttribute() to object "test-toString" followed by getAttr ibute()
9229 PASS address.title: setAttribute() to object "test-toString" followed by IDL get
9230 PASS address.title: setAttribute() to object "test-valueOf" followed by getAttri bute()
9231 PASS address.title: setAttribute() to object "test-valueOf" followed by IDL get
9232 PASS address.title: IDL set to "" should not throw
9233 PASS address.title: IDL set to "" followed by getAttribute()
9234 PASS address.title: IDL set to "" followed by IDL get
9235 PASS address.title: IDL set 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 " sh ould not throw
9236 PASS address.title: IDL set 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 " fo llowed by getAttribute()
9237 PASS address.title: IDL set 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 " fo llowed by IDL get
9238 PASS address.title: IDL set to undefined should not throw
9239 PASS address.title: IDL set to undefined followed by getAttribute()
9240 PASS address.title: IDL set to undefined followed by IDL get
9241 PASS address.title: IDL set to 7 should not throw
9242 PASS address.title: IDL set to 7 followed by getAttribute()
9243 PASS address.title: IDL set to 7 followed by IDL get
9244 PASS address.title: IDL set to 1.5 should not throw
9245 PASS address.title: IDL set to 1.5 followed by getAttribute()
9246 PASS address.title: IDL set to 1.5 followed by IDL get
9247 PASS address.title: IDL set to true should not throw
9248 PASS address.title: IDL set to true followed by getAttribute()
9249 PASS address.title: IDL set to true followed by IDL get
9250 PASS address.title: IDL set to false should not throw
9251 PASS address.title: IDL set to false followed by getAttribute()
9252 PASS address.title: IDL set to false followed by IDL get
9253 PASS address.title: IDL set to object "[object Object]" should not throw
9254 PASS address.title: IDL set to object "[object Object]" followed by getAttribute ()
9255 PASS address.title: IDL set to object "[object Object]" followed by IDL get
9256 PASS address.title: IDL set to NaN should not throw
9257 PASS address.title: IDL set to NaN followed by getAttribute()
9258 PASS address.title: IDL set to NaN followed by IDL get
9259 PASS address.title: IDL set to Infinity should not throw
9260 PASS address.title: IDL set to Infinity followed by getAttribute()
9261 PASS address.title: IDL set to Infinity followed by IDL get
9262 PASS address.title: IDL set to -Infinity should not throw
9263 PASS address.title: IDL set to -Infinity followed by getAttribute()
9264 PASS address.title: IDL set to -Infinity followed by IDL get
9265 PASS address.title: IDL set to "\0" should not throw
9266 PASS address.title: IDL set to "\0" followed by getAttribute()
9267 PASS address.title: IDL set to "\0" followed by IDL get
9268 PASS address.title: IDL set to null should not throw
9269 PASS address.title: IDL set to null followed by getAttribute()
9270 PASS address.title: IDL set to null followed by IDL get
9271 PASS address.title: IDL set to object "test-toString" should not throw
9272 PASS address.title: IDL set to object "test-toString" followed by getAttribute()
9273 PASS address.title: IDL set to object "test-toString" followed by IDL get
9274 PASS address.title: IDL set to object "test-valueOf" should not throw
9275 PASS address.title: IDL set to object "test-valueOf" followed by getAttribute()
9276 PASS address.title: IDL set to object "test-valueOf" followed by IDL get
9277 PASS address.lang: typeof IDL attribute
9278 PASS address.lang: IDL get with DOM attribute unset
9279 PASS address.lang: setAttribute() to "" followed by getAttribute()
9280 PASS address.lang: setAttribute() to "" followed by IDL get
9281 PASS address.lang: 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 fo o " followed by getAttribute()
9282 PASS address.lang: 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 fo o " followed by IDL get
9283 PASS address.lang: setAttribute() to undefined followed by getAttribute()
9284 PASS address.lang: setAttribute() to undefined followed by IDL get
9285 PASS address.lang: setAttribute() to 7 followed by getAttribute()
9286 PASS address.lang: setAttribute() to 7 followed by IDL get
9287 PASS address.lang: setAttribute() to 1.5 followed by getAttribute()
9288 PASS address.lang: setAttribute() to 1.5 followed by IDL get
9289 PASS address.lang: setAttribute() to true followed by getAttribute()
9290 PASS address.lang: setAttribute() to true followed by IDL get
9291 PASS address.lang: setAttribute() to false followed by getAttribute()
9292 PASS address.lang: setAttribute() to false followed by IDL get
9293 PASS address.lang: setAttribute() to object "[object Object]" followed by getAtt ribute()
9294 PASS address.lang: setAttribute() to object "[object Object]" followed by IDL ge t
9295 PASS address.lang: setAttribute() to NaN followed by getAttribute()
9296 PASS address.lang: setAttribute() to NaN followed by IDL get
9297 PASS address.lang: setAttribute() to Infinity followed by getAttribute()
9298 PASS address.lang: setAttribute() to Infinity followed by IDL get
9299 PASS address.lang: setAttribute() to -Infinity followed by getAttribute()
9300 PASS address.lang: setAttribute() to -Infinity followed by IDL get
9301 PASS address.lang: setAttribute() to "\0" followed by getAttribute()
9302 PASS address.lang: setAttribute() to "\0" followed by IDL get
9303 PASS address.lang: setAttribute() to null followed by getAttribute()
9304 PASS address.lang: setAttribute() to null followed by IDL get
9305 PASS address.lang: setAttribute() to object "test-toString" followed by getAttri bute()
9306 PASS address.lang: setAttribute() to object "test-toString" followed by IDL get
9307 PASS address.lang: setAttribute() to object "test-valueOf" followed by getAttrib ute()
9308 PASS address.lang: setAttribute() to object "test-valueOf" followed by IDL get
9309 PASS address.lang: IDL set to "" should not throw
9310 PASS address.lang: IDL set to "" followed by getAttribute()
9311 PASS address.lang: IDL set to "" followed by IDL get
9312 PASS address.lang: IDL set 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 " sho uld not throw
9313 PASS address.lang: IDL set 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 " fol lowed by getAttribute()
9314 PASS address.lang: IDL set 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 " fol lowed by IDL get
9315 PASS address.lang: IDL set to undefined should not throw
9316 PASS address.lang: IDL set to undefined followed by getAttribute()
9317 PASS address.lang: IDL set to undefined followed by IDL get
9318 PASS address.lang: IDL set to 7 should not throw
9319 PASS address.lang: IDL set to 7 followed by getAttribute()
9320 PASS address.lang: IDL set to 7 followed by IDL get
9321 PASS address.lang: IDL set to 1.5 should not throw
9322 PASS address.lang: IDL set to 1.5 followed by getAttribute()
9323 PASS address.lang: IDL set to 1.5 followed by IDL get
9324 PASS address.lang: IDL set to true should not throw
9325 PASS address.lang: IDL set to true followed by getAttribute()
9326 PASS address.lang: IDL set to true followed by IDL get
9327 PASS address.lang: IDL set to false should not throw
9328 PASS address.lang: IDL set to false followed by getAttribute()
9329 PASS address.lang: IDL set to false followed by IDL get
9330 PASS address.lang: IDL set to object "[object Object]" should not throw
9331 PASS address.lang: IDL set to object "[object Object]" followed by getAttribute( )
9332 PASS address.lang: IDL set to object "[object Object]" followed by IDL get
9333 PASS address.lang: IDL set to NaN should not throw
9334 PASS address.lang: IDL set to NaN followed by getAttribute()
9335 PASS address.lang: IDL set to NaN followed by IDL get
9336 PASS address.lang: IDL set to Infinity should not throw
9337 PASS address.lang: IDL set to Infinity followed by getAttribute()
9338 PASS address.lang: IDL set to Infinity followed by IDL get
9339 PASS address.lang: IDL set to -Infinity should not throw
9340 PASS address.lang: IDL set to -Infinity followed by getAttribute()
9341 PASS address.lang: IDL set to -Infinity followed by IDL get
9342 PASS address.lang: IDL set to "\0" should not throw
9343 PASS address.lang: IDL set to "\0" followed by getAttribute()
9344 PASS address.lang: IDL set to "\0" followed by IDL get
9345 PASS address.lang: IDL set to null should not throw
9346 PASS address.lang: IDL set to null followed by getAttribute()
9347 PASS address.lang: IDL set to null followed by IDL get
9348 PASS address.lang: IDL set to object "test-toString" should not throw
9349 PASS address.lang: IDL set to object "test-toString" followed by getAttribute()
9350 PASS address.lang: IDL set to object "test-toString" followed by IDL get
9351 PASS address.lang: IDL set to object "test-valueOf" should not throw
9352 PASS address.lang: IDL set to object "test-valueOf" followed by getAttribute()
9353 PASS address.lang: IDL set to object "test-valueOf" followed by IDL get
9354 PASS address.dir: typeof IDL attribute
9355 PASS address.dir: IDL get with DOM attribute unset
9356 PASS address.dir: setAttribute() to "" followed by getAttribute()
9357 PASS address.dir: setAttribute() to "" followed by IDL get
9358 PASS address.dir: 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()
9359 PASS address.dir: 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
9360 PASS address.dir: setAttribute() to undefined followed by getAttribute()
9361 PASS address.dir: setAttribute() to undefined followed by IDL get
9362 PASS address.dir: setAttribute() to 7 followed by getAttribute()
9363 PASS address.dir: setAttribute() to 7 followed by IDL get
9364 PASS address.dir: setAttribute() to 1.5 followed by getAttribute()
9365 PASS address.dir: setAttribute() to 1.5 followed by IDL get
9366 PASS address.dir: setAttribute() to true followed by getAttribute()
9367 PASS address.dir: setAttribute() to true followed by IDL get
9368 PASS address.dir: setAttribute() to false followed by getAttribute()
9369 PASS address.dir: setAttribute() to false followed by IDL get
9370 PASS address.dir: setAttribute() to object "[object Object]" followed by getAttr ibute()
9371 PASS address.dir: setAttribute() to object "[object Object]" followed by IDL get
9372 PASS address.dir: setAttribute() to NaN followed by getAttribute()
9373 PASS address.dir: setAttribute() to NaN followed by IDL get
9374 PASS address.dir: setAttribute() to Infinity followed by getAttribute()
9375 PASS address.dir: setAttribute() to Infinity followed by IDL get
9376 PASS address.dir: setAttribute() to -Infinity followed by getAttribute()
9377 PASS address.dir: setAttribute() to -Infinity followed by IDL get
9378 PASS address.dir: setAttribute() to "\0" followed by getAttribute()
9379 PASS address.dir: setAttribute() to "\0" followed by IDL get
9380 PASS address.dir: setAttribute() to null followed by getAttribute()
9381 PASS address.dir: setAttribute() to null followed by IDL get
9382 PASS address.dir: setAttribute() to object "test-toString" followed by getAttrib ute()
9383 PASS address.dir: setAttribute() to object "test-toString" followed by IDL get
9384 PASS address.dir: setAttribute() to object "test-valueOf" followed by getAttribu te()
9385 PASS address.dir: setAttribute() to object "test-valueOf" followed by IDL get
9386 PASS address.dir: setAttribute() to "ltr" followed by getAttribute()
9387 PASS address.dir: setAttribute() to "ltr" followed by IDL get
9388 PASS address.dir: setAttribute() to "xltr" followed by getAttribute()
9389 PASS address.dir: setAttribute() to "xltr" followed by IDL get
9390 PASS address.dir: setAttribute() to "ltr\0" followed by getAttribute()
9391 PASS address.dir: setAttribute() to "ltr\0" followed by IDL get
9392 PASS address.dir: setAttribute() to "tr" followed by getAttribute()
9393 PASS address.dir: setAttribute() to "tr" followed by IDL get
9394 PASS address.dir: setAttribute() to "LTR" followed by getAttribute()
9395 PASS address.dir: setAttribute() to "LTR" followed by IDL get
9396 PASS address.dir: setAttribute() to "rtl" followed by getAttribute()
9397 PASS address.dir: setAttribute() to "rtl" followed by IDL get
9398 PASS address.dir: setAttribute() to "xrtl" followed by getAttribute()
9399 PASS address.dir: setAttribute() to "xrtl" followed by IDL get
9400 PASS address.dir: setAttribute() to "rtl\0" followed by getAttribute()
9401 PASS address.dir: setAttribute() to "rtl\0" followed by IDL get
9402 PASS address.dir: setAttribute() to "tl" followed by getAttribute()
9403 PASS address.dir: setAttribute() to "tl" followed by IDL get
9404 PASS address.dir: setAttribute() to "RTL" followed by getAttribute()
9405 PASS address.dir: setAttribute() to "RTL" followed by IDL get
9406 PASS address.dir: setAttribute() to "auto" followed by getAttribute()
9407 PASS address.dir: setAttribute() to "auto" followed by IDL get
9408 PASS address.dir: setAttribute() to "xauto" followed by getAttribute()
9409 PASS address.dir: setAttribute() to "xauto" followed by IDL get
9410 PASS address.dir: setAttribute() to "auto\0" followed by getAttribute()
9411 PASS address.dir: setAttribute() to "auto\0" followed by IDL get
9412 PASS address.dir: setAttribute() to "uto" followed by getAttribute()
9413 PASS address.dir: setAttribute() to "uto" followed by IDL get
9414 PASS address.dir: setAttribute() to "AUTO" followed by getAttribute()
9415 PASS address.dir: setAttribute() to "AUTO" followed by IDL get
9416 PASS address.dir: IDL set to "" should not throw
9417 PASS address.dir: IDL set to "" followed by getAttribute()
9418 PASS address.dir: IDL set to "" followed by IDL get
9419 PASS address.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " shou ld not throw
9420 PASS address.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by getAttribute()
9421 PASS address.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x 0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " foll owed by IDL get
9422 PASS address.dir: IDL set to undefined should not throw
9423 PASS address.dir: IDL set to undefined followed by getAttribute()
9424 PASS address.dir: IDL set to undefined followed by IDL get
9425 PASS address.dir: IDL set to 7 should not throw
9426 PASS address.dir: IDL set to 7 followed by getAttribute()
9427 PASS address.dir: IDL set to 7 followed by IDL get
9428 PASS address.dir: IDL set to 1.5 should not throw
9429 PASS address.dir: IDL set to 1.5 followed by getAttribute()
9430 PASS address.dir: IDL set to 1.5 followed by IDL get
9431 PASS address.dir: IDL set to true should not throw
9432 PASS address.dir: IDL set to true followed by getAttribute()
9433 PASS address.dir: IDL set to true followed by IDL get
9434 PASS address.dir: IDL set to false should not throw
9435 PASS address.dir: IDL set to false followed by getAttribute()
9436 PASS address.dir: IDL set to false followed by IDL get
9437 PASS address.dir: IDL set to object "[object Object]" should not throw
9438 PASS address.dir: IDL set to object "[object Object]" followed by getAttribute()
9439 PASS address.dir: IDL set to object "[object Object]" followed by IDL get
9440 PASS address.dir: IDL set to NaN should not throw
9441 PASS address.dir: IDL set to NaN followed by getAttribute()
9442 PASS address.dir: IDL set to NaN followed by IDL get
9443 PASS address.dir: IDL set to Infinity should not throw
9444 PASS address.dir: IDL set to Infinity followed by getAttribute()
9445 PASS address.dir: IDL set to Infinity followed by IDL get
9446 PASS address.dir: IDL set to -Infinity should not throw
9447 PASS address.dir: IDL set to -Infinity followed by getAttribute()
9448 PASS address.dir: IDL set to -Infinity followed by IDL get
9449 PASS address.dir: IDL set to "\0" should not throw
9450 PASS address.dir: IDL set to "\0" followed by getAttribute()
9451 PASS address.dir: IDL set to "\0" followed by IDL get
9452 PASS address.dir: IDL set to null should not throw
9453 PASS address.dir: IDL set to null followed by IDL get
9454 PASS address.dir: IDL set to object "test-toString" should not throw
9455 PASS address.dir: IDL set to object "test-toString" followed by getAttribute()
9456 PASS address.dir: IDL set to object "test-toString" followed by IDL get
9457 PASS address.dir: IDL set to object "test-valueOf" should not throw
9458 PASS address.dir: IDL set to object "test-valueOf" followed by getAttribute()
9459 PASS address.dir: IDL set to object "test-valueOf" followed by IDL get
9460 PASS address.dir: IDL set to "ltr" should not throw
9461 PASS address.dir: IDL set to "ltr" followed by getAttribute()
9462 PASS address.dir: IDL set to "ltr" followed by IDL get
9463 PASS address.dir: IDL set to "xltr" should not throw
9464 PASS address.dir: IDL set to "xltr" followed by getAttribute()
9465 PASS address.dir: IDL set to "xltr" followed by IDL get
9466 PASS address.dir: IDL set to "ltr\0" should not throw
9467 PASS address.dir: IDL set to "ltr\0" followed by getAttribute()
9468 PASS address.dir: IDL set to "ltr\0" followed by IDL get
9469 PASS address.dir: IDL set to "tr" should not throw
9470 PASS address.dir: IDL set to "tr" followed by getAttribute()
9471 PASS address.dir: IDL set to "tr" followed by IDL get
9472 PASS address.dir: IDL set to "LTR" should not throw
9473 PASS address.dir: IDL set to "LTR" followed by getAttribute()
9474 PASS address.dir: IDL set to "LTR" followed by IDL get
9475 PASS address.dir: IDL set to "rtl" should not throw
9476 PASS address.dir: IDL set to "rtl" followed by getAttribute()
9477 PASS address.dir: IDL set to "rtl" followed by IDL get
9478 PASS address.dir: IDL set to "xrtl" should not throw
9479 PASS address.dir: IDL set to "xrtl" followed by getAttribute()
9480 PASS address.dir: IDL set to "xrtl" followed by IDL get
9481 PASS address.dir: IDL set to "rtl\0" should not throw
9482 PASS address.dir: IDL set to "rtl\0" followed by getAttribute()
9483 PASS address.dir: IDL set to "rtl\0" followed by IDL get
9484 PASS address.dir: IDL set to "tl" should not throw
9485 PASS address.dir: IDL set to "tl" followed by getAttribute()
9486 PASS address.dir: IDL set to "tl" followed by IDL get
9487 PASS address.dir: IDL set to "RTL" should not throw
9488 PASS address.dir: IDL set to "RTL" followed by getAttribute()
9489 PASS address.dir: IDL set to "RTL" followed by IDL get
9490 PASS address.dir: IDL set to "auto" should not throw
9491 PASS address.dir: IDL set to "auto" followed by getAttribute()
9492 PASS address.dir: IDL set to "auto" followed by IDL get
9493 PASS address.dir: IDL set to "xauto" should not throw
9494 PASS address.dir: IDL set to "xauto" followed by getAttribute()
9495 PASS address.dir: IDL set to "xauto" followed by IDL get
9496 PASS address.dir: IDL set to "auto\0" should not throw
9497 PASS address.dir: IDL set to "auto\0" followed by getAttribute()
9498 PASS address.dir: IDL set to "auto\0" followed by IDL get
9499 PASS address.dir: IDL set to "uto" should not throw
9500 PASS address.dir: IDL set to "uto" followed by getAttribute()
9501 PASS address.dir: IDL set to "uto" followed by IDL get
9502 PASS address.dir: IDL set to "AUTO" should not throw
9503 PASS address.dir: IDL set to "AUTO" followed by getAttribute()
9504 PASS address.dir: IDL set to "AUTO" followed by IDL get
9505 PASS address.className (<address class>): typeof IDL attribute
9506 PASS address.className (<address class>): IDL get with DOM attribute unset
9507 PASS address.className (<address class>): setAttribute() to "" followed by getAt tribute()
9508 PASS address.className (<address class>): setAttribute() to "" followed by IDL g et
9509 PASS address.className (<address class>): 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()
9510 PASS address.className (<address class>): 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
9511 PASS address.className (<address class>): setAttribute() to undefined followed b y getAttribute()
9512 PASS address.className (<address class>): setAttribute() to undefined followed b y IDL get
9513 PASS address.className (<address class>): setAttribute() to 7 followed by getAtt ribute()
9514 PASS address.className (<address class>): setAttribute() to 7 followed by IDL ge t
9515 PASS address.className (<address class>): setAttribute() to 1.5 followed by getA ttribute()
9516 PASS address.className (<address class>): setAttribute() to 1.5 followed by IDL get
9517 PASS address.className (<address class>): setAttribute() to true followed by get Attribute()
9518 PASS address.className (<address class>): setAttribute() to true followed by IDL get
9519 PASS address.className (<address class>): setAttribute() to false followed by ge tAttribute()
9520 PASS address.className (<address class>): setAttribute() to false followed by ID L get
9521 PASS address.className (<address class>): setAttribute() to object "[object Obje ct]" followed by getAttribute()
9522 PASS address.className (<address class>): setAttribute() to object "[object Obje ct]" followed by IDL get
9523 PASS address.className (<address class>): setAttribute() to NaN followed by getA ttribute()
9524 PASS address.className (<address class>): setAttribute() to NaN followed by IDL get
9525 PASS address.className (<address class>): setAttribute() to Infinity followed by getAttribute()
9526 PASS address.className (<address class>): setAttribute() to Infinity followed by IDL get
9527 PASS address.className (<address class>): setAttribute() to -Infinity followed b y getAttribute()
9528 PASS address.className (<address class>): setAttribute() to -Infinity followed b y IDL get
9529 PASS address.className (<address class>): setAttribute() to "\0" followed by get Attribute()
9530 PASS address.className (<address class>): setAttribute() to "\0" followed by IDL get
9531 PASS address.className (<address class>): setAttribute() to null followed by get Attribute()
9532 PASS address.className (<address class>): setAttribute() to null followed by IDL get
9533 PASS address.className (<address class>): setAttribute() to object "test-toStrin g" followed by getAttribute()
9534 PASS address.className (<address class>): setAttribute() to object "test-toStrin g" followed by IDL get
9535 PASS address.className (<address class>): setAttribute() to object "test-valueOf " followed by getAttribute()
9536 PASS address.className (<address class>): setAttribute() to object "test-valueOf " followed by IDL get
9537 PASS address.className (<address class>): IDL set to "" should not throw
9538 PASS address.className (<address class>): IDL set to "" followed by getAttribute ()
9539 PASS address.className (<address class>): IDL set to "" followed by IDL get
9540 PASS address.className (<address class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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 " should not throw
9541 PASS address.className (<address class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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()
9542 PASS address.className (<address class>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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
9543 PASS address.className (<address class>): IDL set to undefined should not throw
9544 PASS address.className (<address class>): IDL set to undefined followed by getAt tribute()
9545 PASS address.className (<address class>): IDL set to undefined followed by IDL g et
9546 PASS address.className (<address class>): IDL set to 7 should not throw
9547 PASS address.className (<address class>): IDL set to 7 followed by getAttribute( )
9548 PASS address.className (<address class>): IDL set to 7 followed by IDL get
9549 PASS address.className (<address class>): IDL set to 1.5 should not throw
9550 PASS address.className (<address class>): IDL set to 1.5 followed by getAttribut e()
9551 PASS address.className (<address class>): IDL set to 1.5 followed by IDL get
9552 PASS address.className (<address class>): IDL set to true should not throw
9553 PASS address.className (<address class>): IDL set to true followed by getAttribu te()
9554 PASS address.className (<address class>): IDL set to true followed by IDL get
9555 PASS address.className (<address class>): IDL set to false should not throw
9556 PASS address.className (<address class>): IDL set to false followed by getAttrib ute()
9557 PASS address.className (<address class>): IDL set to false followed by IDL get
9558 PASS address.className (<address class>): IDL set to object "[object Object]" sh ould not throw
9559 PASS address.className (<address class>): IDL set to object "[object Object]" fo llowed by getAttribute()
9560 PASS address.className (<address class>): IDL set to object "[object Object]" fo llowed by IDL get
9561 PASS address.className (<address class>): IDL set to NaN should not throw
9562 PASS address.className (<address class>): IDL set to NaN followed by getAttribut e()
9563 PASS address.className (<address class>): IDL set to NaN followed by IDL get
9564 PASS address.className (<address class>): IDL set to Infinity should not throw
9565 PASS address.className (<address class>): IDL set to Infinity followed by getAtt ribute()
9566 PASS address.className (<address class>): IDL set to Infinity followed by IDL ge t
9567 PASS address.className (<address class>): IDL set to -Infinity should not throw
9568 PASS address.className (<address class>): IDL set to -Infinity followed by getAt tribute()
9569 PASS address.className (<address class>): IDL set to -Infinity followed by IDL g et
9570 PASS address.className (<address class>): IDL set to "\0" should not throw
9571 PASS address.className (<address class>): IDL set to "\0" followed by getAttribu te()
9572 PASS address.className (<address class>): IDL set to "\0" followed by IDL get
9573 PASS address.className (<address class>): IDL set to null should not throw
9574 PASS address.className (<address class>): IDL set to null followed by getAttribu te()
9575 PASS address.className (<address class>): IDL set to null followed by IDL get
9576 PASS address.className (<address class>): IDL set to object "test-toString" shou ld not throw
9577 PASS address.className (<address class>): IDL set to object "test-toString" foll owed by getAttribute()
9578 PASS address.className (<address class>): IDL set to object "test-toString" foll owed by IDL get
9579 PASS address.className (<address class>): IDL set to object "test-valueOf" shoul d not throw
9580 PASS address.className (<address class>): IDL set to object "test-valueOf" follo wed by getAttribute()
9581 PASS address.className (<address class>): IDL set to object "test-valueOf" follo wed by IDL get
9582 PASS address.hidden: typeof IDL attribute
9583 PASS address.hidden: IDL get with DOM attribute unset
9584 PASS address.hidden: setAttribute() to "" followed by getAttribute()
9585 PASS address.hidden: setAttribute() to "" followed by IDL get
9586 PASS address.hidden: setAttribute() to " foo " followed by getAttribute()
9587 PASS address.hidden: setAttribute() to " foo " followed by IDL get
9588 PASS address.hidden: setAttribute() to undefined followed by getAttribute()
9589 PASS address.hidden: setAttribute() to undefined followed by IDL get
9590 PASS address.hidden: setAttribute() to null followed by getAttribute()
9591 PASS address.hidden: setAttribute() to null followed by IDL get
9592 PASS address.hidden: setAttribute() to 7 followed by getAttribute()
9593 PASS address.hidden: setAttribute() to 7 followed by IDL get
9594 PASS address.hidden: setAttribute() to 1.5 followed by getAttribute()
9595 PASS address.hidden: setAttribute() to 1.5 followed by IDL get
9596 PASS address.hidden: setAttribute() to true followed by getAttribute()
9597 PASS address.hidden: setAttribute() to true followed by IDL get
9598 PASS address.hidden: setAttribute() to false followed by getAttribute()
9599 PASS address.hidden: setAttribute() to false followed by IDL get
9600 PASS address.hidden: setAttribute() to object "[object Object]" followed by getA ttribute()
9601 PASS address.hidden: setAttribute() to object "[object Object]" followed by IDL get
9602 PASS address.hidden: setAttribute() to NaN followed by getAttribute()
9603 PASS address.hidden: setAttribute() to NaN followed by IDL get
9604 PASS address.hidden: setAttribute() to Infinity followed by getAttribute()
9605 PASS address.hidden: setAttribute() to Infinity followed by IDL get
9606 PASS address.hidden: setAttribute() to -Infinity followed by getAttribute()
9607 PASS address.hidden: setAttribute() to -Infinity followed by IDL get
9608 PASS address.hidden: setAttribute() to "\0" followed by getAttribute()
9609 PASS address.hidden: setAttribute() to "\0" followed by IDL get
9610 PASS address.hidden: setAttribute() to object "test-toString" followed by getAtt ribute()
9611 PASS address.hidden: setAttribute() to object "test-toString" followed by IDL ge t
9612 PASS address.hidden: setAttribute() to object "test-valueOf" followed by getAttr ibute()
9613 PASS address.hidden: setAttribute() to object "test-valueOf" followed by IDL get
9614 PASS address.hidden: setAttribute() to "hidden" followed by getAttribute()
9615 PASS address.hidden: setAttribute() to "hidden" followed by IDL get
9616 PASS address.hidden: IDL set to "" should not throw
9617 PASS address.hidden: IDL set to "" followed by hasAttribute()
9618 PASS address.hidden: IDL set to "" followed by IDL get
9619 PASS address.hidden: IDL set to " foo " should not throw
9620 PASS address.hidden: IDL set to " foo " followed by hasAttribute()
9621 PASS address.hidden: IDL set to " foo " followed by IDL get
9622 PASS address.hidden: IDL set to undefined should not throw
9623 PASS address.hidden: IDL set to undefined followed by hasAttribute()
9624 PASS address.hidden: IDL set to undefined followed by IDL get
9625 PASS address.hidden: IDL set to null should not throw
9626 PASS address.hidden: IDL set to null followed by hasAttribute()
9627 PASS address.hidden: IDL set to null followed by IDL get
9628 PASS address.hidden: IDL set to 7 should not throw
9629 PASS address.hidden: IDL set to 7 followed by hasAttribute()
9630 PASS address.hidden: IDL set to 7 followed by IDL get
9631 PASS address.hidden: IDL set to 1.5 should not throw
9632 PASS address.hidden: IDL set to 1.5 followed by hasAttribute()
9633 PASS address.hidden: IDL set to 1.5 followed by IDL get
9634 PASS address.hidden: IDL set to true should not throw
9635 PASS address.hidden: IDL set to true followed by hasAttribute()
9636 PASS address.hidden: IDL set to true followed by IDL get
9637 PASS address.hidden: IDL set to false should not throw
9638 PASS address.hidden: IDL set to false followed by hasAttribute()
9639 PASS address.hidden: IDL set to false followed by IDL get
9640 PASS address.hidden: IDL set to object "[object Object]" should not throw
9641 PASS address.hidden: IDL set to object "[object Object]" followed by hasAttribut e()
9642 PASS address.hidden: IDL set to object "[object Object]" followed by IDL get
9643 PASS address.hidden: IDL set to NaN should not throw
9644 PASS address.hidden: IDL set to NaN followed by hasAttribute()
9645 PASS address.hidden: IDL set to NaN followed by IDL get
9646 PASS address.hidden: IDL set to Infinity should not throw
9647 PASS address.hidden: IDL set to Infinity followed by hasAttribute()
9648 PASS address.hidden: IDL set to Infinity followed by IDL get
9649 PASS address.hidden: IDL set to -Infinity should not throw
9650 PASS address.hidden: IDL set to -Infinity followed by hasAttribute()
9651 PASS address.hidden: IDL set to -Infinity followed by IDL get
9652 PASS address.hidden: IDL set to "\0" should not throw
9653 PASS address.hidden: IDL set to "\0" followed by hasAttribute()
9654 PASS address.hidden: IDL set to "\0" followed by IDL get
9655 PASS address.hidden: IDL set to object "test-toString" should not throw
9656 PASS address.hidden: IDL set to object "test-toString" followed by hasAttribute( )
9657 PASS address.hidden: IDL set to object "test-toString" followed by IDL get
9658 PASS address.hidden: IDL set to object "test-valueOf" should not throw
9659 PASS address.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
9660 PASS address.hidden: IDL set to object "test-valueOf" followed by IDL get
9661 PASS address.accessKey: typeof IDL attribute
9662 PASS address.accessKey: IDL get with DOM attribute unset
9663 PASS address.accessKey: setAttribute() to "" followed by getAttribute()
9664 PASS address.accessKey: setAttribute() to "" followed by IDL get
9665 PASS address.accessKey: 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\x1 f foo " followed by getAttribute()
9666 PASS address.accessKey: 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\x1 f foo " followed by IDL get
9667 PASS address.accessKey: setAttribute() to undefined followed by getAttribute()
9668 PASS address.accessKey: setAttribute() to undefined followed by IDL get
9669 PASS address.accessKey: setAttribute() to 7 followed by getAttribute()
9670 PASS address.accessKey: setAttribute() to 7 followed by IDL get
9671 PASS address.accessKey: setAttribute() to 1.5 followed by getAttribute()
9672 PASS address.accessKey: setAttribute() to 1.5 followed by IDL get
9673 PASS address.accessKey: setAttribute() to true followed by getAttribute()
9674 PASS address.accessKey: setAttribute() to true followed by IDL get
9675 PASS address.accessKey: setAttribute() to false followed by getAttribute()
9676 PASS address.accessKey: setAttribute() to false followed by IDL get
9677 PASS address.accessKey: setAttribute() to object "[object Object]" followed by g etAttribute()
9678 PASS address.accessKey: setAttribute() to object "[object Object]" followed by I DL get
9679 PASS address.accessKey: setAttribute() to NaN followed by getAttribute()
9680 PASS address.accessKey: setAttribute() to NaN followed by IDL get
9681 PASS address.accessKey: setAttribute() to Infinity followed by getAttribute()
9682 PASS address.accessKey: setAttribute() to Infinity followed by IDL get
9683 PASS address.accessKey: setAttribute() to -Infinity followed by getAttribute()
9684 PASS address.accessKey: setAttribute() to -Infinity followed by IDL get
9685 PASS address.accessKey: setAttribute() to "\0" followed by getAttribute()
9686 PASS address.accessKey: setAttribute() to "\0" followed by IDL get
9687 PASS address.accessKey: setAttribute() to null followed by getAttribute()
9688 PASS address.accessKey: setAttribute() to null followed by IDL get
9689 PASS address.accessKey: setAttribute() to object "test-toString" followed by get Attribute()
9690 PASS address.accessKey: setAttribute() to object "test-toString" followed by IDL get
9691 PASS address.accessKey: setAttribute() to object "test-valueOf" followed by getA ttribute()
9692 PASS address.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
9693 PASS address.accessKey: IDL set to "" should not throw
9694 PASS address.accessKey: IDL set to "" followed by getAttribute()
9695 PASS address.accessKey: IDL set to "" followed by IDL get
9696 PASS address.accessKey: IDL set 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 " should not throw
9697 PASS address.accessKey: IDL set 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()
9698 PASS address.accessKey: IDL set 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
9699 PASS address.accessKey: IDL set to undefined should not throw
9700 PASS address.accessKey: IDL set to undefined followed by getAttribute()
9701 PASS address.accessKey: IDL set to undefined followed by IDL get
9702 PASS address.accessKey: IDL set to 7 should not throw
9703 PASS address.accessKey: IDL set to 7 followed by getAttribute()
9704 PASS address.accessKey: IDL set to 7 followed by IDL get
9705 PASS address.accessKey: IDL set to 1.5 should not throw
9706 PASS address.accessKey: IDL set to 1.5 followed by getAttribute()
9707 PASS address.accessKey: IDL set to 1.5 followed by IDL get
9708 PASS address.accessKey: IDL set to true should not throw
9709 PASS address.accessKey: IDL set to true followed by getAttribute()
9710 PASS address.accessKey: IDL set to true followed by IDL get
9711 PASS address.accessKey: IDL set to false should not throw
9712 PASS address.accessKey: IDL set to false followed by getAttribute()
9713 PASS address.accessKey: IDL set to false followed by IDL get
9714 PASS address.accessKey: IDL set to object "[object Object]" should not throw
9715 PASS address.accessKey: IDL set to object "[object Object]" followed by getAttri bute()
9716 PASS address.accessKey: IDL set to object "[object Object]" followed by IDL get
9717 PASS address.accessKey: IDL set to NaN should not throw
9718 PASS address.accessKey: IDL set to NaN followed by getAttribute()
9719 PASS address.accessKey: IDL set to NaN followed by IDL get
9720 PASS address.accessKey: IDL set to Infinity should not throw
9721 PASS address.accessKey: IDL set to Infinity followed by getAttribute()
9722 PASS address.accessKey: IDL set to Infinity followed by IDL get
9723 PASS address.accessKey: IDL set to -Infinity should not throw
9724 PASS address.accessKey: IDL set to -Infinity followed by getAttribute()
9725 PASS address.accessKey: IDL set to -Infinity followed by IDL get
9726 PASS address.accessKey: IDL set to "\0" should not throw
9727 PASS address.accessKey: IDL set to "\0" followed by getAttribute()
9728 PASS address.accessKey: IDL set to "\0" followed by IDL get
9729 PASS address.accessKey: IDL set to null should not throw
9730 PASS address.accessKey: IDL set to null followed by getAttribute()
9731 PASS address.accessKey: IDL set to null followed by IDL get
9732 PASS address.accessKey: IDL set to object "test-toString" should not throw
9733 PASS address.accessKey: IDL set to object "test-toString" followed by getAttribu te()
9734 PASS address.accessKey: IDL set to object "test-toString" followed by IDL get
9735 PASS address.accessKey: IDL set to object "test-valueOf" should not throw
9736 PASS address.accessKey: IDL set to object "test-valueOf" followed by getAttribut e()
9737 PASS address.accessKey: IDL set to object "test-valueOf" followed by IDL get
9738 PASS address.tabIndex: typeof IDL attribute
9739 PASS address.tabIndex: setAttribute() to -36 followed by getAttribute()
9740 PASS address.tabIndex: setAttribute() to -36 followed by IDL get
9741 PASS address.tabIndex: setAttribute() to -1 followed by getAttribute()
9742 PASS address.tabIndex: setAttribute() to -1 followed by IDL get
9743 PASS address.tabIndex: setAttribute() to 0 followed by getAttribute()
9744 PASS address.tabIndex: setAttribute() to 0 followed by IDL get
9745 PASS address.tabIndex: setAttribute() to 1 followed by getAttribute()
9746 PASS address.tabIndex: setAttribute() to 1 followed by IDL get
9747 PASS address.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
9748 FAIL address.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767
9749 PASS address.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
9750 FAIL address.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got -32768
9751 PASS address.tabIndex: setAttribute() to "-1" followed by getAttribute()
9752 PASS address.tabIndex: setAttribute() to "-1" followed by IDL get
9753 PASS address.tabIndex: setAttribute() to "-0" followed by getAttribute()
9754 PASS address.tabIndex: setAttribute() to "-0" followed by IDL get
9755 PASS address.tabIndex: setAttribute() to "0" followed by getAttribute()
9756 PASS address.tabIndex: setAttribute() to "0" followed by IDL get
9757 PASS address.tabIndex: setAttribute() to "1" followed by getAttribute()
9758 PASS address.tabIndex: setAttribute() to "1" followed by IDL get
9759 PASS address.tabIndex: setAttribute() to "\t7" followed by getAttribute()
9760 PASS address.tabIndex: setAttribute() to "\t7" followed by IDL get
9761 PASS address.tabIndex: setAttribute() to "\f7" followed by getAttribute()
9762 PASS address.tabIndex: setAttribute() to "\f7" followed by IDL get
9763 PASS address.tabIndex: setAttribute() to " 7" followed by getAttribute()
9764 PASS address.tabIndex: setAttribute() to " 7" followed by IDL get
9765 PASS address.tabIndex: setAttribute() to "\n7" followed by getAttribute()
9766 PASS address.tabIndex: setAttribute() to "\n7" followed by IDL get
9767 PASS address.tabIndex: setAttribute() to "\r7" followed by getAttribute()
9768 PASS address.tabIndex: setAttribute() to "\r7" followed by IDL get
9769 PASS address.tabIndex: setAttribute() to 1.5 followed by getAttribute()
9770 PASS address.tabIndex: setAttribute() to 1.5 followed by IDL get
9771 PASS address.tabIndex: setAttribute() to object "2" followed by getAttribute()
9772 PASS address.tabIndex: setAttribute() to object "2" followed by IDL get
9773 PASS address.tabIndex: IDL set to -36 should not throw
9774 PASS address.tabIndex: IDL set to -36 followed by getAttribute()
9775 PASS address.tabIndex: IDL set to -36 followed by IDL get
9776 PASS address.tabIndex: IDL set to -1 should not throw
9777 PASS address.tabIndex: IDL set to -1 followed by getAttribute()
9778 PASS address.tabIndex: IDL set to -1 followed by IDL get
9779 PASS address.tabIndex: IDL set to 0 should not throw
9780 PASS address.tabIndex: IDL set to 0 followed by getAttribute()
9781 PASS address.tabIndex: IDL set to 0 followed by IDL get
9782 PASS address.tabIndex: IDL set to 1 should not throw
9783 PASS address.tabIndex: IDL set to 1 followed by getAttribute()
9784 PASS address.tabIndex: IDL set to 1 followed by IDL get
9785 PASS address.tabIndex: IDL set to 2147483647 should not throw
9786 PASS address.tabIndex: IDL set to 2147483647 followed by getAttribute()
9787 FAIL address.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
9788 PASS address.tabIndex: IDL set to -2147483648 should not throw
9789 PASS address.tabIndex: IDL set to -2147483648 followed by getAttribute()
9790 FAIL address.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
9791 PASS #document.dir (<html dir>): typeof IDL attribute
9792 PASS #document.dir (<html dir>): IDL get with DOM attribute unset
9793 PASS #document.dir (<html dir>): setAttribute() to "" followed by getAttribute()
9794 PASS #document.dir (<html dir>): setAttribute() to "" followed by IDL get
9795 PASS #document.dir (<html dir>): 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\x 1d\x1e\x1f foo " followed by getAttribute()
9796 PASS #document.dir (<html dir>): 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\x 1d\x1e\x1f foo " followed by IDL get
9797 PASS #document.dir (<html dir>): setAttribute() to undefined followed by getAttr ibute()
9798 PASS #document.dir (<html dir>): setAttribute() to undefined followed by IDL get
9799 PASS #document.dir (<html dir>): setAttribute() to 7 followed by getAttribute()
9800 PASS #document.dir (<html dir>): setAttribute() to 7 followed by IDL get
9801 PASS #document.dir (<html dir>): setAttribute() to 1.5 followed by getAttribute( )
9802 PASS #document.dir (<html dir>): setAttribute() to 1.5 followed by IDL get
9803 PASS #document.dir (<html dir>): setAttribute() to true followed by getAttribute ()
9804 PASS #document.dir (<html dir>): setAttribute() to true followed by IDL get
9805 PASS #document.dir (<html dir>): setAttribute() to false followed by getAttribut e()
9806 PASS #document.dir (<html dir>): setAttribute() to false followed by IDL get
9807 PASS #document.dir (<html dir>): setAttribute() to object "[object Object]" foll owed by getAttribute()
9808 PASS #document.dir (<html dir>): setAttribute() to object "[object Object]" foll owed by IDL get
9809 PASS #document.dir (<html dir>): setAttribute() to NaN followed by getAttribute( )
9810 PASS #document.dir (<html dir>): setAttribute() to NaN followed by IDL get
9811 PASS #document.dir (<html dir>): setAttribute() to Infinity followed by getAttri bute()
9812 PASS #document.dir (<html dir>): setAttribute() to Infinity followed by IDL get
9813 PASS #document.dir (<html dir>): setAttribute() to -Infinity followed by getAttr ibute()
9814 PASS #document.dir (<html dir>): setAttribute() to -Infinity followed by IDL get
9815 PASS #document.dir (<html dir>): setAttribute() to "\0" followed by getAttribute ()
9816 PASS #document.dir (<html dir>): setAttribute() to "\0" followed by IDL get
9817 PASS #document.dir (<html dir>): setAttribute() to null followed by getAttribute ()
9818 PASS #document.dir (<html dir>): setAttribute() to null followed by IDL get
9819 PASS #document.dir (<html dir>): setAttribute() to object "test-toString" follow ed by getAttribute()
9820 PASS #document.dir (<html dir>): setAttribute() to object "test-toString" follow ed by IDL get
9821 PASS #document.dir (<html dir>): setAttribute() to object "test-valueOf" followe d by getAttribute()
9822 PASS #document.dir (<html dir>): setAttribute() to object "test-valueOf" followe d by IDL get
9823 PASS #document.dir (<html dir>): setAttribute() to "ltr" followed by getAttribut e()
9824 PASS #document.dir (<html dir>): setAttribute() to "ltr" followed by IDL get
9825 PASS #document.dir (<html dir>): setAttribute() to "xltr" followed by getAttribu te()
9826 PASS #document.dir (<html dir>): setAttribute() to "xltr" followed by IDL get
9827 PASS #document.dir (<html dir>): setAttribute() to "ltr\0" followed by getAttrib ute()
9828 PASS #document.dir (<html dir>): setAttribute() to "ltr\0" followed by IDL get
9829 PASS #document.dir (<html dir>): setAttribute() to "tr" followed by getAttribute ()
9830 PASS #document.dir (<html dir>): setAttribute() to "tr" followed by IDL get
9831 PASS #document.dir (<html dir>): setAttribute() to "LTR" followed by getAttribut e()
9832 PASS #document.dir (<html dir>): setAttribute() to "LTR" followed by IDL get
9833 PASS #document.dir (<html dir>): setAttribute() to "rtl" followed by getAttribut e()
9834 PASS #document.dir (<html dir>): setAttribute() to "rtl" followed by IDL get
9835 PASS #document.dir (<html dir>): setAttribute() to "xrtl" followed by getAttribu te()
9836 PASS #document.dir (<html dir>): setAttribute() to "xrtl" followed by IDL get
9837 PASS #document.dir (<html dir>): setAttribute() to "rtl\0" followed by getAttrib ute()
9838 PASS #document.dir (<html dir>): setAttribute() to "rtl\0" followed by IDL get
9839 PASS #document.dir (<html dir>): setAttribute() to "tl" followed by getAttribute ()
9840 PASS #document.dir (<html dir>): setAttribute() to "tl" followed by IDL get
9841 PASS #document.dir (<html dir>): setAttribute() to "RTL" followed by getAttribut e()
9842 PASS #document.dir (<html dir>): setAttribute() to "RTL" followed by IDL get
9843 PASS #document.dir (<html dir>): setAttribute() to "auto" followed by getAttribu te()
9844 PASS #document.dir (<html dir>): setAttribute() to "auto" followed by IDL get
9845 PASS #document.dir (<html dir>): setAttribute() to "xauto" followed by getAttrib ute()
9846 PASS #document.dir (<html dir>): setAttribute() to "xauto" followed by IDL get
9847 PASS #document.dir (<html dir>): setAttribute() to "auto\0" followed by getAttri bute()
9848 PASS #document.dir (<html dir>): setAttribute() to "auto\0" followed by IDL get
9849 PASS #document.dir (<html dir>): setAttribute() to "uto" followed by getAttribut e()
9850 PASS #document.dir (<html dir>): setAttribute() to "uto" followed by IDL get
9851 PASS #document.dir (<html dir>): setAttribute() to "AUTO" followed by getAttribu te()
9852 PASS #document.dir (<html dir>): setAttribute() to "AUTO" followed by IDL get
9853 PASS #document.dir (<html dir>): IDL set to "" should not throw
9854 PASS #document.dir (<html dir>): IDL set to "" followed by getAttribute()
9855 PASS #document.dir (<html dir>): IDL set to "" followed by IDL get
9856 PASS #document.dir (<html dir>): IDL set 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 " should not throw
9857 PASS #document.dir (<html dir>): IDL set 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()
9858 PASS #document.dir (<html dir>): IDL set 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
9859 PASS #document.dir (<html dir>): IDL set to undefined should not throw
9860 PASS #document.dir (<html dir>): IDL set to undefined followed by getAttribute()
9861 PASS #document.dir (<html dir>): IDL set to undefined followed by IDL get
9862 PASS #document.dir (<html dir>): IDL set to 7 should not throw
9863 PASS #document.dir (<html dir>): IDL set to 7 followed by getAttribute()
9864 PASS #document.dir (<html dir>): IDL set to 7 followed by IDL get
9865 PASS #document.dir (<html dir>): IDL set to 1.5 should not throw
9866 PASS #document.dir (<html dir>): IDL set to 1.5 followed by getAttribute()
9867 PASS #document.dir (<html dir>): IDL set to 1.5 followed by IDL get
9868 PASS #document.dir (<html dir>): IDL set to true should not throw
9869 PASS #document.dir (<html dir>): IDL set to true followed by getAttribute()
9870 PASS #document.dir (<html dir>): IDL set to true followed by IDL get
9871 PASS #document.dir (<html dir>): IDL set to false should not throw
9872 PASS #document.dir (<html dir>): IDL set to false followed by getAttribute()
9873 PASS #document.dir (<html dir>): IDL set to false followed by IDL get
9874 PASS #document.dir (<html dir>): IDL set to object "[object Object]" should not throw
9875 PASS #document.dir (<html dir>): IDL set to object "[object Object]" followed by getAttribute()
9876 PASS #document.dir (<html dir>): IDL set to object "[object Object]" followed by IDL get
9877 PASS #document.dir (<html dir>): IDL set to NaN should not throw
9878 PASS #document.dir (<html dir>): IDL set to NaN followed by getAttribute()
9879 PASS #document.dir (<html dir>): IDL set to NaN followed by IDL get
9880 PASS #document.dir (<html dir>): IDL set to Infinity should not throw
9881 PASS #document.dir (<html dir>): IDL set to Infinity followed by getAttribute()
9882 PASS #document.dir (<html dir>): IDL set to Infinity followed by IDL get
9883 PASS #document.dir (<html dir>): IDL set to -Infinity should not throw
9884 PASS #document.dir (<html dir>): IDL set to -Infinity followed by getAttribute()
9885 PASS #document.dir (<html dir>): IDL set to -Infinity followed by IDL get
9886 PASS #document.dir (<html dir>): IDL set to "\0" should not throw
9887 PASS #document.dir (<html dir>): IDL set to "\0" followed by getAttribute()
9888 PASS #document.dir (<html dir>): IDL set to "\0" followed by IDL get
9889 PASS #document.dir (<html dir>): IDL set to null should not throw
9890 PASS #document.dir (<html dir>): IDL set to null followed by IDL get
9891 PASS #document.dir (<html dir>): IDL set to object "test-toString" should not th row
9892 PASS #document.dir (<html dir>): IDL set to object "test-toString" followed by g etAttribute()
9893 PASS #document.dir (<html dir>): IDL set to object "test-toString" followed by I DL get
9894 PASS #document.dir (<html dir>): IDL set to object "test-valueOf" should not thr ow
9895 PASS #document.dir (<html dir>): IDL set to object "test-valueOf" followed by ge tAttribute()
9896 PASS #document.dir (<html dir>): IDL set to object "test-valueOf" followed by ID L get
9897 PASS #document.dir (<html dir>): IDL set to "ltr" should not throw
9898 PASS #document.dir (<html dir>): IDL set to "ltr" followed by getAttribute()
9899 PASS #document.dir (<html dir>): IDL set to "ltr" followed by IDL get
9900 PASS #document.dir (<html dir>): IDL set to "xltr" should not throw
9901 PASS #document.dir (<html dir>): IDL set to "xltr" followed by getAttribute()
9902 PASS #document.dir (<html dir>): IDL set to "xltr" followed by IDL get
9903 PASS #document.dir (<html dir>): IDL set to "ltr\0" should not throw
9904 PASS #document.dir (<html dir>): IDL set to "ltr\0" followed by getAttribute()
9905 PASS #document.dir (<html dir>): IDL set to "ltr\0" followed by IDL get
9906 PASS #document.dir (<html dir>): IDL set to "tr" should not throw
9907 PASS #document.dir (<html dir>): IDL set to "tr" followed by getAttribute()
9908 PASS #document.dir (<html dir>): IDL set to "tr" followed by IDL get
9909 PASS #document.dir (<html dir>): IDL set to "LTR" should not throw
9910 PASS #document.dir (<html dir>): IDL set to "LTR" followed by getAttribute()
9911 PASS #document.dir (<html dir>): IDL set to "LTR" followed by IDL get
9912 PASS #document.dir (<html dir>): IDL set to "rtl" should not throw
9913 PASS #document.dir (<html dir>): IDL set to "rtl" followed by getAttribute()
9914 PASS #document.dir (<html dir>): IDL set to "rtl" followed by IDL get
9915 PASS #document.dir (<html dir>): IDL set to "xrtl" should not throw
9916 PASS #document.dir (<html dir>): IDL set to "xrtl" followed by getAttribute()
9917 PASS #document.dir (<html dir>): IDL set to "xrtl" followed by IDL get
9918 PASS #document.dir (<html dir>): IDL set to "rtl\0" should not throw
9919 PASS #document.dir (<html dir>): IDL set to "rtl\0" followed by getAttribute()
9920 PASS #document.dir (<html dir>): IDL set to "rtl\0" followed by IDL get
9921 PASS #document.dir (<html dir>): IDL set to "tl" should not throw
9922 PASS #document.dir (<html dir>): IDL set to "tl" followed by getAttribute()
9923 PASS #document.dir (<html dir>): IDL set to "tl" followed by IDL get
9924 PASS #document.dir (<html dir>): IDL set to "RTL" should not throw
9925 PASS #document.dir (<html dir>): IDL set to "RTL" followed by getAttribute()
9926 PASS #document.dir (<html dir>): IDL set to "RTL" followed by IDL get
9927 PASS #document.dir (<html dir>): IDL set to "auto" should not throw
9928 PASS #document.dir (<html dir>): IDL set to "auto" followed by getAttribute()
9929 PASS #document.dir (<html dir>): IDL set to "auto" followed by IDL get
9930 PASS #document.dir (<html dir>): IDL set to "xauto" should not throw
9931 PASS #document.dir (<html dir>): IDL set to "xauto" followed by getAttribute()
9932 PASS #document.dir (<html dir>): IDL set to "xauto" followed by IDL get
9933 PASS #document.dir (<html dir>): IDL set to "auto\0" should not throw
9934 PASS #document.dir (<html dir>): IDL set to "auto\0" followed by getAttribute()
9935 PASS #document.dir (<html dir>): IDL set to "auto\0" followed by IDL get
9936 PASS #document.dir (<html dir>): IDL set to "uto" should not throw
9937 PASS #document.dir (<html dir>): IDL set to "uto" followed by getAttribute()
9938 PASS #document.dir (<html dir>): IDL set to "uto" followed by IDL get
9939 PASS #document.dir (<html dir>): IDL set to "AUTO" should not throw
9940 PASS #document.dir (<html dir>): IDL set to "AUTO" followed by getAttribute()
9941 PASS #document.dir (<html dir>): IDL set to "AUTO" followed by IDL get
9942 PASS #document.fgColor (<body text>): typeof IDL attribute
9943 PASS #document.fgColor (<body text>): IDL get with DOM attribute unset
9944 PASS #document.fgColor (<body text>): setAttribute() to "" followed by getAttrib ute()
9945 PASS #document.fgColor (<body text>): setAttribute() to "" followed by IDL get
9946 PASS #document.fgColor (<body text>): 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()
9947 PASS #document.fgColor (<body text>): 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
9948 PASS #document.fgColor (<body text>): setAttribute() to undefined followed by ge tAttribute()
9949 PASS #document.fgColor (<body text>): setAttribute() to undefined followed by ID L get
9950 PASS #document.fgColor (<body text>): setAttribute() to 7 followed by getAttribu te()
9951 PASS #document.fgColor (<body text>): setAttribute() to 7 followed by IDL get
9952 PASS #document.fgColor (<body text>): setAttribute() to 1.5 followed by getAttri bute()
9953 PASS #document.fgColor (<body text>): setAttribute() to 1.5 followed by IDL get
9954 PASS #document.fgColor (<body text>): setAttribute() to true followed by getAttr ibute()
9955 PASS #document.fgColor (<body text>): setAttribute() to true followed by IDL get
9956 PASS #document.fgColor (<body text>): setAttribute() to false followed by getAtt ribute()
9957 PASS #document.fgColor (<body text>): setAttribute() to false followed by IDL ge t
9958 PASS #document.fgColor (<body text>): setAttribute() to object "[object Object]" followed by getAttribute()
9959 PASS #document.fgColor (<body text>): setAttribute() to object "[object Object]" followed by IDL get
9960 PASS #document.fgColor (<body text>): setAttribute() to NaN followed by getAttri bute()
9961 PASS #document.fgColor (<body text>): setAttribute() to NaN followed by IDL get
9962 PASS #document.fgColor (<body text>): setAttribute() to Infinity followed by get Attribute()
9963 PASS #document.fgColor (<body text>): setAttribute() to Infinity followed by IDL get
9964 PASS #document.fgColor (<body text>): setAttribute() to -Infinity followed by ge tAttribute()
9965 PASS #document.fgColor (<body text>): setAttribute() to -Infinity followed by ID L get
9966 PASS #document.fgColor (<body text>): setAttribute() to "\0" followed by getAttr ibute()
9967 PASS #document.fgColor (<body text>): setAttribute() to "\0" followed by IDL get
9968 PASS #document.fgColor (<body text>): setAttribute() to null followed by getAttr ibute()
9969 PASS #document.fgColor (<body text>): setAttribute() to null followed by IDL get
9970 PASS #document.fgColor (<body text>): setAttribute() to object "test-toString" f ollowed by getAttribute()
9971 PASS #document.fgColor (<body text>): setAttribute() to object "test-toString" f ollowed by IDL get
9972 PASS #document.fgColor (<body text>): setAttribute() to object "test-valueOf" fo llowed by getAttribute()
9973 PASS #document.fgColor (<body text>): setAttribute() to object "test-valueOf" fo llowed by IDL get
9974 PASS #document.fgColor (<body text>): IDL set to "" should not throw
9975 PASS #document.fgColor (<body text>): IDL set to "" followed by getAttribute()
9976 PASS #document.fgColor (<body text>): IDL set to "" followed by IDL get
9977 PASS #document.fgColor (<body text>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x0 7 \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 " should not throw
9978 PASS #document.fgColor (<body text>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x0 7 \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()
9979 PASS #document.fgColor (<body text>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x0 7 \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
9980 PASS #document.fgColor (<body text>): IDL set to undefined should not throw
9981 PASS #document.fgColor (<body text>): IDL set to undefined followed by getAttrib ute()
9982 PASS #document.fgColor (<body text>): IDL set to undefined followed by IDL get
9983 PASS #document.fgColor (<body text>): IDL set to 7 should not throw
9984 PASS #document.fgColor (<body text>): IDL set to 7 followed by getAttribute()
9985 PASS #document.fgColor (<body text>): IDL set to 7 followed by IDL get
9986 PASS #document.fgColor (<body text>): IDL set to 1.5 should not throw
9987 PASS #document.fgColor (<body text>): IDL set to 1.5 followed by getAttribute()
9988 PASS #document.fgColor (<body text>): IDL set to 1.5 followed by IDL get
9989 PASS #document.fgColor (<body text>): IDL set to true should not throw
9990 PASS #document.fgColor (<body text>): IDL set to true followed by getAttribute()
9991 PASS #document.fgColor (<body text>): IDL set to true followed by IDL get
9992 PASS #document.fgColor (<body text>): IDL set to false should not throw
9993 PASS #document.fgColor (<body text>): IDL set to false followed by getAttribute( )
9994 PASS #document.fgColor (<body text>): IDL set to false followed by IDL get
9995 PASS #document.fgColor (<body text>): IDL set to object "[object Object]" should not throw
9996 PASS #document.fgColor (<body text>): IDL set to object "[object Object]" follow ed by getAttribute()
9997 PASS #document.fgColor (<body text>): IDL set to object "[object Object]" follow ed by IDL get
9998 PASS #document.fgColor (<body text>): IDL set to NaN should not throw
9999 PASS #document.fgColor (<body text>): IDL set to NaN followed by getAttribute()
10000 PASS #document.fgColor (<body text>): IDL set to NaN followed by IDL get
10001 PASS #document.fgColor (<body text>): IDL set to Infinity should not throw
10002 PASS #document.fgColor (<body text>): IDL set to Infinity followed by getAttribu te()
10003 PASS #document.fgColor (<body text>): IDL set to Infinity followed by IDL get
10004 PASS #document.fgColor (<body text>): IDL set to -Infinity should not throw
10005 PASS #document.fgColor (<body text>): IDL set to -Infinity followed by getAttrib ute()
10006 PASS #document.fgColor (<body text>): IDL set to -Infinity followed by IDL get
10007 PASS #document.fgColor (<body text>): IDL set to "\0" should not throw
10008 PASS #document.fgColor (<body text>): IDL set to "\0" followed by getAttribute()
10009 PASS #document.fgColor (<body text>): IDL set to "\0" followed by IDL get
10010 PASS #document.fgColor (<body text>): IDL set to null should not throw
10011 PASS #document.fgColor (<body text>): IDL set to null followed by getAttribute()
10012 PASS #document.fgColor (<body text>): IDL set to null followed by IDL get
10013 PASS #document.fgColor (<body text>): IDL set to object "test-toString" should n ot throw
10014 PASS #document.fgColor (<body text>): IDL set to object "test-toString" followed by getAttribute()
10015 PASS #document.fgColor (<body text>): IDL set to object "test-toString" followed by IDL get
10016 PASS #document.fgColor (<body text>): IDL set to object "test-valueOf" should no t throw
10017 PASS #document.fgColor (<body text>): IDL set to object "test-valueOf" followed by getAttribute()
10018 PASS #document.fgColor (<body text>): IDL set to object "test-valueOf" followed by IDL get
10019 PASS #document.linkColor (<body link>): typeof IDL attribute
10020 PASS #document.linkColor (<body link>): IDL get with DOM attribute unset
10021 PASS #document.linkColor (<body link>): setAttribute() to "" followed by getAttr ibute()
10022 PASS #document.linkColor (<body link>): setAttribute() to "" followed by IDL get
10023 PASS #document.linkColor (<body link>): setAttribute() to " \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 " followed by getAttribute()
10024 PASS #document.linkColor (<body link>): setAttribute() to " \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 " followed by IDL get
10025 PASS #document.linkColor (<body link>): setAttribute() to undefined followed by getAttribute()
10026 PASS #document.linkColor (<body link>): setAttribute() to undefined followed by IDL get
10027 PASS #document.linkColor (<body link>): setAttribute() to 7 followed by getAttri bute()
10028 PASS #document.linkColor (<body link>): setAttribute() to 7 followed by IDL get
10029 PASS #document.linkColor (<body link>): setAttribute() to 1.5 followed by getAtt ribute()
10030 PASS #document.linkColor (<body link>): setAttribute() to 1.5 followed by IDL ge t
10031 PASS #document.linkColor (<body link>): setAttribute() to true followed by getAt tribute()
10032 PASS #document.linkColor (<body link>): setAttribute() to true followed by IDL g et
10033 PASS #document.linkColor (<body link>): setAttribute() to false followed by getA ttribute()
10034 PASS #document.linkColor (<body link>): setAttribute() to false followed by IDL get
10035 PASS #document.linkColor (<body link>): setAttribute() to object "[object Object ]" followed by getAttribute()
10036 PASS #document.linkColor (<body link>): setAttribute() to object "[object Object ]" followed by IDL get
10037 PASS #document.linkColor (<body link>): setAttribute() to NaN followed by getAtt ribute()
10038 PASS #document.linkColor (<body link>): setAttribute() to NaN followed by IDL ge t
10039 PASS #document.linkColor (<body link>): setAttribute() to Infinity followed by g etAttribute()
10040 PASS #document.linkColor (<body link>): setAttribute() to Infinity followed by I DL get
10041 PASS #document.linkColor (<body link>): setAttribute() to -Infinity followed by getAttribute()
10042 PASS #document.linkColor (<body link>): setAttribute() to -Infinity followed by IDL get
10043 PASS #document.linkColor (<body link>): setAttribute() to "\0" followed by getAt tribute()
10044 PASS #document.linkColor (<body link>): setAttribute() to "\0" followed by IDL g et
10045 PASS #document.linkColor (<body link>): setAttribute() to null followed by getAt tribute()
10046 PASS #document.linkColor (<body link>): setAttribute() to null followed by IDL g et
10047 PASS #document.linkColor (<body link>): setAttribute() to object "test-toString" followed by getAttribute()
10048 PASS #document.linkColor (<body link>): setAttribute() to object "test-toString" followed by IDL get
10049 PASS #document.linkColor (<body link>): setAttribute() to object "test-valueOf" followed by getAttribute()
10050 PASS #document.linkColor (<body link>): setAttribute() to object "test-valueOf" followed by IDL get
10051 PASS #document.linkColor (<body link>): IDL set to "" should not throw
10052 PASS #document.linkColor (<body link>): IDL set to "" followed by getAttribute()
10053 PASS #document.linkColor (<body link>): IDL set to "" followed by IDL get
10054 PASS #document.linkColor (<body link>): IDL set 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\x 1d\x1e\x1f foo " should not throw
10055 PASS #document.linkColor (<body link>): IDL set 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\x 1d\x1e\x1f foo " followed by getAttribute()
10056 PASS #document.linkColor (<body link>): IDL set 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\x 1d\x1e\x1f foo " followed by IDL get
10057 PASS #document.linkColor (<body link>): IDL set to undefined should not throw
10058 PASS #document.linkColor (<body link>): IDL set to undefined followed by getAttr ibute()
10059 PASS #document.linkColor (<body link>): IDL set to undefined followed by IDL get
10060 PASS #document.linkColor (<body link>): IDL set to 7 should not throw
10061 PASS #document.linkColor (<body link>): IDL set to 7 followed by getAttribute()
10062 PASS #document.linkColor (<body link>): IDL set to 7 followed by IDL get
10063 PASS #document.linkColor (<body link>): IDL set to 1.5 should not throw
10064 PASS #document.linkColor (<body link>): IDL set to 1.5 followed by getAttribute( )
10065 PASS #document.linkColor (<body link>): IDL set to 1.5 followed by IDL get
10066 PASS #document.linkColor (<body link>): IDL set to true should not throw
10067 PASS #document.linkColor (<body link>): IDL set to true followed by getAttribute ()
10068 PASS #document.linkColor (<body link>): IDL set to true followed by IDL get
10069 PASS #document.linkColor (<body link>): IDL set to false should not throw
10070 PASS #document.linkColor (<body link>): IDL set to false followed by getAttribut e()
10071 PASS #document.linkColor (<body link>): IDL set to false followed by IDL get
10072 PASS #document.linkColor (<body link>): IDL set to object "[object Object]" shou ld not throw
10073 PASS #document.linkColor (<body link>): IDL set to object "[object Object]" foll owed by getAttribute()
10074 PASS #document.linkColor (<body link>): IDL set to object "[object Object]" foll owed by IDL get
10075 PASS #document.linkColor (<body link>): IDL set to NaN should not throw
10076 PASS #document.linkColor (<body link>): IDL set to NaN followed by getAttribute( )
10077 PASS #document.linkColor (<body link>): IDL set to NaN followed by IDL get
10078 PASS #document.linkColor (<body link>): IDL set to Infinity should not throw
10079 PASS #document.linkColor (<body link>): IDL set to Infinity followed by getAttri bute()
10080 PASS #document.linkColor (<body link>): IDL set to Infinity followed by IDL get
10081 PASS #document.linkColor (<body link>): IDL set to -Infinity should not throw
10082 PASS #document.linkColor (<body link>): IDL set to -Infinity followed by getAttr ibute()
10083 PASS #document.linkColor (<body link>): IDL set to -Infinity followed by IDL get
10084 PASS #document.linkColor (<body link>): IDL set to "\0" should not throw
10085 PASS #document.linkColor (<body link>): IDL set to "\0" followed by getAttribute ()
10086 PASS #document.linkColor (<body link>): IDL set to "\0" followed by IDL get
10087 PASS #document.linkColor (<body link>): IDL set to null should not throw
10088 PASS #document.linkColor (<body link>): IDL set to null followed by getAttribute ()
10089 PASS #document.linkColor (<body link>): IDL set to null followed by IDL get
10090 PASS #document.linkColor (<body link>): IDL set to object "test-toString" should not throw
10091 PASS #document.linkColor (<body link>): IDL set to object "test-toString" follow ed by getAttribute()
10092 PASS #document.linkColor (<body link>): IDL set to object "test-toString" follow ed by IDL get
10093 PASS #document.linkColor (<body link>): IDL set to object "test-valueOf" should not throw
10094 PASS #document.linkColor (<body link>): IDL set to object "test-valueOf" followe d by getAttribute()
10095 PASS #document.linkColor (<body link>): IDL set to object "test-valueOf" followe d by IDL get
10096 PASS #document.vlinkColor (<body vlink>): typeof IDL attribute
10097 PASS #document.vlinkColor (<body vlink>): IDL get with DOM attribute unset
10098 PASS #document.vlinkColor (<body vlink>): setAttribute() to "" followed by getAt tribute()
10099 PASS #document.vlinkColor (<body vlink>): setAttribute() to "" followed by IDL g et
10100 PASS #document.vlinkColor (<body vlink>): 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()
10101 PASS #document.vlinkColor (<body vlink>): 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
10102 PASS #document.vlinkColor (<body vlink>): setAttribute() to undefined followed b y getAttribute()
10103 PASS #document.vlinkColor (<body vlink>): setAttribute() to undefined followed b y IDL get
10104 PASS #document.vlinkColor (<body vlink>): setAttribute() to 7 followed by getAtt ribute()
10105 PASS #document.vlinkColor (<body vlink>): setAttribute() to 7 followed by IDL ge t
10106 PASS #document.vlinkColor (<body vlink>): setAttribute() to 1.5 followed by getA ttribute()
10107 PASS #document.vlinkColor (<body vlink>): setAttribute() to 1.5 followed by IDL get
10108 PASS #document.vlinkColor (<body vlink>): setAttribute() to true followed by get Attribute()
10109 PASS #document.vlinkColor (<body vlink>): setAttribute() to true followed by IDL get
10110 PASS #document.vlinkColor (<body vlink>): setAttribute() to false followed by ge tAttribute()
10111 PASS #document.vlinkColor (<body vlink>): setAttribute() to false followed by ID L get
10112 PASS #document.vlinkColor (<body vlink>): setAttribute() to object "[object Obje ct]" followed by getAttribute()
10113 PASS #document.vlinkColor (<body vlink>): setAttribute() to object "[object Obje ct]" followed by IDL get
10114 PASS #document.vlinkColor (<body vlink>): setAttribute() to NaN followed by getA ttribute()
10115 PASS #document.vlinkColor (<body vlink>): setAttribute() to NaN followed by IDL get
10116 PASS #document.vlinkColor (<body vlink>): setAttribute() to Infinity followed by getAttribute()
10117 PASS #document.vlinkColor (<body vlink>): setAttribute() to Infinity followed by IDL get
10118 PASS #document.vlinkColor (<body vlink>): setAttribute() to -Infinity followed b y getAttribute()
10119 PASS #document.vlinkColor (<body vlink>): setAttribute() to -Infinity followed b y IDL get
10120 PASS #document.vlinkColor (<body vlink>): setAttribute() to "\0" followed by get Attribute()
10121 PASS #document.vlinkColor (<body vlink>): setAttribute() to "\0" followed by IDL get
10122 PASS #document.vlinkColor (<body vlink>): setAttribute() to null followed by get Attribute()
10123 PASS #document.vlinkColor (<body vlink>): setAttribute() to null followed by IDL get
10124 PASS #document.vlinkColor (<body vlink>): setAttribute() to object "test-toStrin g" followed by getAttribute()
10125 PASS #document.vlinkColor (<body vlink>): setAttribute() to object "test-toStrin g" followed by IDL get
10126 PASS #document.vlinkColor (<body vlink>): setAttribute() to object "test-valueOf " followed by getAttribute()
10127 PASS #document.vlinkColor (<body vlink>): setAttribute() to object "test-valueOf " followed by IDL get
10128 PASS #document.vlinkColor (<body vlink>): IDL set to "" should not throw
10129 PASS #document.vlinkColor (<body vlink>): IDL set to "" followed by getAttribute ()
10130 PASS #document.vlinkColor (<body vlink>): IDL set to "" followed by IDL get
10131 PASS #document.vlinkColor (<body vlink>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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 " should not throw
10132 PASS #document.vlinkColor (<body vlink>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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()
10133 PASS #document.vlinkColor (<body vlink>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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
10134 PASS #document.vlinkColor (<body vlink>): IDL set to undefined should not throw
10135 PASS #document.vlinkColor (<body vlink>): IDL set to undefined followed by getAt tribute()
10136 PASS #document.vlinkColor (<body vlink>): IDL set to undefined followed by IDL g et
10137 PASS #document.vlinkColor (<body vlink>): IDL set to 7 should not throw
10138 PASS #document.vlinkColor (<body vlink>): IDL set to 7 followed by getAttribute( )
10139 PASS #document.vlinkColor (<body vlink>): IDL set to 7 followed by IDL get
10140 PASS #document.vlinkColor (<body vlink>): IDL set to 1.5 should not throw
10141 PASS #document.vlinkColor (<body vlink>): IDL set to 1.5 followed by getAttribut e()
10142 PASS #document.vlinkColor (<body vlink>): IDL set to 1.5 followed by IDL get
10143 PASS #document.vlinkColor (<body vlink>): IDL set to true should not throw
10144 PASS #document.vlinkColor (<body vlink>): IDL set to true followed by getAttribu te()
10145 PASS #document.vlinkColor (<body vlink>): IDL set to true followed by IDL get
10146 PASS #document.vlinkColor (<body vlink>): IDL set to false should not throw
10147 PASS #document.vlinkColor (<body vlink>): IDL set to false followed by getAttrib ute()
10148 PASS #document.vlinkColor (<body vlink>): IDL set to false followed by IDL get
10149 PASS #document.vlinkColor (<body vlink>): IDL set to object "[object Object]" sh ould not throw
10150 PASS #document.vlinkColor (<body vlink>): IDL set to object "[object Object]" fo llowed by getAttribute()
10151 PASS #document.vlinkColor (<body vlink>): IDL set to object "[object Object]" fo llowed by IDL get
10152 PASS #document.vlinkColor (<body vlink>): IDL set to NaN should not throw
10153 PASS #document.vlinkColor (<body vlink>): IDL set to NaN followed by getAttribut e()
10154 PASS #document.vlinkColor (<body vlink>): IDL set to NaN followed by IDL get
10155 PASS #document.vlinkColor (<body vlink>): IDL set to Infinity should not throw
10156 PASS #document.vlinkColor (<body vlink>): IDL set to Infinity followed by getAtt ribute()
10157 PASS #document.vlinkColor (<body vlink>): IDL set to Infinity followed by IDL ge t
10158 PASS #document.vlinkColor (<body vlink>): IDL set to -Infinity should not throw
10159 PASS #document.vlinkColor (<body vlink>): IDL set to -Infinity followed by getAt tribute()
10160 PASS #document.vlinkColor (<body vlink>): IDL set to -Infinity followed by IDL g et
10161 PASS #document.vlinkColor (<body vlink>): IDL set to "\0" should not throw
10162 PASS #document.vlinkColor (<body vlink>): IDL set to "\0" followed by getAttribu te()
10163 PASS #document.vlinkColor (<body vlink>): IDL set to "\0" followed by IDL get
10164 PASS #document.vlinkColor (<body vlink>): IDL set to null should not throw
10165 PASS #document.vlinkColor (<body vlink>): IDL set to null followed by getAttribu te()
10166 PASS #document.vlinkColor (<body vlink>): IDL set to null followed by IDL get
10167 PASS #document.vlinkColor (<body vlink>): IDL set to object "test-toString" shou ld not throw
10168 PASS #document.vlinkColor (<body vlink>): IDL set to object "test-toString" foll owed by getAttribute()
10169 PASS #document.vlinkColor (<body vlink>): IDL set to object "test-toString" foll owed by IDL get
10170 PASS #document.vlinkColor (<body vlink>): IDL set to object "test-valueOf" shoul d not throw
10171 PASS #document.vlinkColor (<body vlink>): IDL set to object "test-valueOf" follo wed by getAttribute()
10172 PASS #document.vlinkColor (<body vlink>): IDL set to object "test-valueOf" follo wed by IDL get
10173 PASS #document.alinkColor (<body alink>): typeof IDL attribute
10174 PASS #document.alinkColor (<body alink>): IDL get with DOM attribute unset
10175 PASS #document.alinkColor (<body alink>): setAttribute() to "" followed by getAt tribute()
10176 PASS #document.alinkColor (<body alink>): setAttribute() to "" followed by IDL g et
10177 PASS #document.alinkColor (<body alink>): 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()
10178 PASS #document.alinkColor (<body alink>): 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
10179 PASS #document.alinkColor (<body alink>): setAttribute() to undefined followed b y getAttribute()
10180 PASS #document.alinkColor (<body alink>): setAttribute() to undefined followed b y IDL get
10181 PASS #document.alinkColor (<body alink>): setAttribute() to 7 followed by getAtt ribute()
10182 PASS #document.alinkColor (<body alink>): setAttribute() to 7 followed by IDL ge t
10183 PASS #document.alinkColor (<body alink>): setAttribute() to 1.5 followed by getA ttribute()
10184 PASS #document.alinkColor (<body alink>): setAttribute() to 1.5 followed by IDL get
10185 PASS #document.alinkColor (<body alink>): setAttribute() to true followed by get Attribute()
10186 PASS #document.alinkColor (<body alink>): setAttribute() to true followed by IDL get
10187 PASS #document.alinkColor (<body alink>): setAttribute() to false followed by ge tAttribute()
10188 PASS #document.alinkColor (<body alink>): setAttribute() to false followed by ID L get
10189 PASS #document.alinkColor (<body alink>): setAttribute() to object "[object Obje ct]" followed by getAttribute()
10190 PASS #document.alinkColor (<body alink>): setAttribute() to object "[object Obje ct]" followed by IDL get
10191 PASS #document.alinkColor (<body alink>): setAttribute() to NaN followed by getA ttribute()
10192 PASS #document.alinkColor (<body alink>): setAttribute() to NaN followed by IDL get
10193 PASS #document.alinkColor (<body alink>): setAttribute() to Infinity followed by getAttribute()
10194 PASS #document.alinkColor (<body alink>): setAttribute() to Infinity followed by IDL get
10195 PASS #document.alinkColor (<body alink>): setAttribute() to -Infinity followed b y getAttribute()
10196 PASS #document.alinkColor (<body alink>): setAttribute() to -Infinity followed b y IDL get
10197 PASS #document.alinkColor (<body alink>): setAttribute() to "\0" followed by get Attribute()
10198 PASS #document.alinkColor (<body alink>): setAttribute() to "\0" followed by IDL get
10199 PASS #document.alinkColor (<body alink>): setAttribute() to null followed by get Attribute()
10200 PASS #document.alinkColor (<body alink>): setAttribute() to null followed by IDL get
10201 PASS #document.alinkColor (<body alink>): setAttribute() to object "test-toStrin g" followed by getAttribute()
10202 PASS #document.alinkColor (<body alink>): setAttribute() to object "test-toStrin g" followed by IDL get
10203 PASS #document.alinkColor (<body alink>): setAttribute() to object "test-valueOf " followed by getAttribute()
10204 PASS #document.alinkColor (<body alink>): setAttribute() to object "test-valueOf " followed by IDL get
10205 PASS #document.alinkColor (<body alink>): IDL set to "" should not throw
10206 PASS #document.alinkColor (<body alink>): IDL set to "" followed by getAttribute ()
10207 PASS #document.alinkColor (<body alink>): IDL set to "" followed by IDL get
10208 PASS #document.alinkColor (<body alink>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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 " should not throw
10209 PASS #document.alinkColor (<body alink>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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()
10210 PASS #document.alinkColor (<body alink>): IDL set to " \0\x01\x02\x03\x04\x05\x0 6\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
10211 PASS #document.alinkColor (<body alink>): IDL set to undefined should not throw
10212 PASS #document.alinkColor (<body alink>): IDL set to undefined followed by getAt tribute()
10213 PASS #document.alinkColor (<body alink>): IDL set to undefined followed by IDL g et
10214 PASS #document.alinkColor (<body alink>): IDL set to 7 should not throw
10215 PASS #document.alinkColor (<body alink>): IDL set to 7 followed by getAttribute( )
10216 PASS #document.alinkColor (<body alink>): IDL set to 7 followed by IDL get
10217 PASS #document.alinkColor (<body alink>): IDL set to 1.5 should not throw
10218 PASS #document.alinkColor (<body alink>): IDL set to 1.5 followed by getAttribut e()
10219 PASS #document.alinkColor (<body alink>): IDL set to 1.5 followed by IDL get
10220 PASS #document.alinkColor (<body alink>): IDL set to true should not throw
10221 PASS #document.alinkColor (<body alink>): IDL set to true followed by getAttribu te()
10222 PASS #document.alinkColor (<body alink>): IDL set to true followed by IDL get
10223 PASS #document.alinkColor (<body alink>): IDL set to false should not throw
10224 PASS #document.alinkColor (<body alink>): IDL set to false followed by getAttrib ute()
10225 PASS #document.alinkColor (<body alink>): IDL set to false followed by IDL get
10226 PASS #document.alinkColor (<body alink>): IDL set to object "[object Object]" sh ould not throw
10227 PASS #document.alinkColor (<body alink>): IDL set to object "[object Object]" fo llowed by getAttribute()
10228 PASS #document.alinkColor (<body alink>): IDL set to object "[object Object]" fo llowed by IDL get
10229 PASS #document.alinkColor (<body alink>): IDL set to NaN should not throw
10230 PASS #document.alinkColor (<body alink>): IDL set to NaN followed by getAttribut e()
10231 PASS #document.alinkColor (<body alink>): IDL set to NaN followed by IDL get
10232 PASS #document.alinkColor (<body alink>): IDL set to Infinity should not throw
10233 PASS #document.alinkColor (<body alink>): IDL set to Infinity followed by getAtt ribute()
10234 PASS #document.alinkColor (<body alink>): IDL set to Infinity followed by IDL ge t
10235 PASS #document.alinkColor (<body alink>): IDL set to -Infinity should not throw
10236 PASS #document.alinkColor (<body alink>): IDL set to -Infinity followed by getAt tribute()
10237 PASS #document.alinkColor (<body alink>): IDL set to -Infinity followed by IDL g et
10238 PASS #document.alinkColor (<body alink>): IDL set to "\0" should not throw
10239 PASS #document.alinkColor (<body alink>): IDL set to "\0" followed by getAttribu te()
10240 PASS #document.alinkColor (<body alink>): IDL set to "\0" followed by IDL get
10241 PASS #document.alinkColor (<body alink>): IDL set to null should not throw
10242 PASS #document.alinkColor (<body alink>): IDL set to null followed by getAttribu te()
10243 PASS #document.alinkColor (<body alink>): IDL set to null followed by IDL get
10244 PASS #document.alinkColor (<body alink>): IDL set to object "test-toString" shou ld not throw
10245 PASS #document.alinkColor (<body alink>): IDL set to object "test-toString" foll owed by getAttribute()
10246 PASS #document.alinkColor (<body alink>): IDL set to object "test-toString" foll owed by IDL get
10247 PASS #document.alinkColor (<body alink>): IDL set to object "test-valueOf" shoul d not throw
10248 PASS #document.alinkColor (<body alink>): IDL set to object "test-valueOf" follo wed by getAttribute()
10249 PASS #document.alinkColor (<body alink>): IDL set to object "test-valueOf" follo wed by IDL get
10250 PASS #document.bgColor (<body bgcolor>): typeof IDL attribute
10251 PASS #document.bgColor (<body bgcolor>): IDL get with DOM attribute unset
10252 PASS #document.bgColor (<body bgcolor>): setAttribute() to "" followed by getAtt ribute()
10253 PASS #document.bgColor (<body bgcolor>): setAttribute() to "" followed by IDL ge t
10254 PASS #document.bgColor (<body bgcolor>): 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\x 1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
10255 PASS #document.bgColor (<body bgcolor>): 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\x 1b\x1c\x1d\x1e\x1f foo " followed by IDL get
10256 PASS #document.bgColor (<body bgcolor>): setAttribute() to undefined followed by getAttribute()
10257 PASS #document.bgColor (<body bgcolor>): setAttribute() to undefined followed by IDL get
10258 PASS #document.bgColor (<body bgcolor>): setAttribute() to 7 followed by getAttr ibute()
10259 PASS #document.bgColor (<body bgcolor>): setAttribute() to 7 followed by IDL get
10260 PASS #document.bgColor (<body bgcolor>): setAttribute() to 1.5 followed by getAt tribute()
10261 PASS #document.bgColor (<body bgcolor>): setAttribute() to 1.5 followed by IDL g et
10262 PASS #document.bgColor (<body bgcolor>): setAttribute() to true followed by getA ttribute()
10263 PASS #document.bgColor (<body bgcolor>): setAttribute() to true followed by IDL get
10264 PASS #document.bgColor (<body bgcolor>): setAttribute() to false followed by get Attribute()
10265 PASS #document.bgColor (<body bgcolor>): setAttribute() to false followed by IDL get
10266 PASS #document.bgColor (<body bgcolor>): setAttribute() to object "[object Objec t]" followed by getAttribute()
10267 PASS #document.bgColor (<body bgcolor>): setAttribute() to object "[object Objec t]" followed by IDL get
10268 PASS #document.bgColor (<body bgcolor>): setAttribute() to NaN followed by getAt tribute()
10269 PASS #document.bgColor (<body bgcolor>): setAttribute() to NaN followed by IDL g et
10270 PASS #document.bgColor (<body bgcolor>): setAttribute() to Infinity followed by getAttribute()
10271 PASS #document.bgColor (<body bgcolor>): setAttribute() to Infinity followed by IDL get
10272 PASS #document.bgColor (<body bgcolor>): setAttribute() to -Infinity followed by getAttribute()
10273 PASS #document.bgColor (<body bgcolor>): setAttribute() to -Infinity followed by IDL get
10274 PASS #document.bgColor (<body bgcolor>): setAttribute() to "\0" followed by getA ttribute()
10275 PASS #document.bgColor (<body bgcolor>): setAttribute() to "\0" followed by IDL get
10276 PASS #document.bgColor (<body bgcolor>): setAttribute() to null followed by getA ttribute()
10277 PASS #document.bgColor (<body bgcolor>): setAttribute() to null followed by IDL get
10278 PASS #document.bgColor (<body bgcolor>): setAttribute() to object "test-toString " followed by getAttribute()
10279 PASS #document.bgColor (<body bgcolor>): setAttribute() to object "test-toString " followed by IDL get
10280 PASS #document.bgColor (<body bgcolor>): setAttribute() to object "test-valueOf" followed by getAttribute()
10281 PASS #document.bgColor (<body bgcolor>): setAttribute() to object "test-valueOf" followed by IDL get
10282 PASS #document.bgColor (<body bgcolor>): IDL set to "" should not throw
10283 PASS #document.bgColor (<body bgcolor>): IDL set to "" followed by getAttribute( )
10284 PASS #document.bgColor (<body bgcolor>): IDL set to "" followed by IDL get
10285 PASS #document.bgColor (<body bgcolor>): IDL set 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 " should not throw
10286 PASS #document.bgColor (<body bgcolor>): IDL set 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()
10287 PASS #document.bgColor (<body bgcolor>): IDL set 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
10288 PASS #document.bgColor (<body bgcolor>): IDL set to undefined should not throw
10289 PASS #document.bgColor (<body bgcolor>): IDL set to undefined followed by getAtt ribute()
10290 PASS #document.bgColor (<body bgcolor>): IDL set to undefined followed by IDL ge t
10291 PASS #document.bgColor (<body bgcolor>): IDL set to 7 should not throw
10292 PASS #document.bgColor (<body bgcolor>): IDL set to 7 followed by getAttribute()
10293 PASS #document.bgColor (<body bgcolor>): IDL set to 7 followed by IDL get
10294 PASS #document.bgColor (<body bgcolor>): IDL set to 1.5 should not throw
10295 PASS #document.bgColor (<body bgcolor>): IDL set to 1.5 followed by getAttribute ()
10296 PASS #document.bgColor (<body bgcolor>): IDL set to 1.5 followed by IDL get
10297 PASS #document.bgColor (<body bgcolor>): IDL set to true should not throw
10298 PASS #document.bgColor (<body bgcolor>): IDL set to true followed by getAttribut e()
10299 PASS #document.bgColor (<body bgcolor>): IDL set to true followed by IDL get
10300 PASS #document.bgColor (<body bgcolor>): IDL set to false should not throw
10301 PASS #document.bgColor (<body bgcolor>): IDL set to false followed by getAttribu te()
10302 PASS #document.bgColor (<body bgcolor>): IDL set to false followed by IDL get
10303 PASS #document.bgColor (<body bgcolor>): IDL set to object "[object Object]" sho uld not throw
10304 PASS #document.bgColor (<body bgcolor>): IDL set to object "[object Object]" fol lowed by getAttribute()
10305 PASS #document.bgColor (<body bgcolor>): IDL set to object "[object Object]" fol lowed by IDL get
10306 PASS #document.bgColor (<body bgcolor>): IDL set to NaN should not throw
10307 PASS #document.bgColor (<body bgcolor>): IDL set to NaN followed by getAttribute ()
10308 PASS #document.bgColor (<body bgcolor>): IDL set to NaN followed by IDL get
10309 PASS #document.bgColor (<body bgcolor>): IDL set to Infinity should not throw
10310 PASS #document.bgColor (<body bgcolor>): IDL set to Infinity followed by getAttr ibute()
10311 PASS #document.bgColor (<body bgcolor>): IDL set to Infinity followed by IDL get
10312 PASS #document.bgColor (<body bgcolor>): IDL set to -Infinity should not throw
10313 PASS #document.bgColor (<body bgcolor>): IDL set to -Infinity followed by getAtt ribute()
10314 PASS #document.bgColor (<body bgcolor>): IDL set to -Infinity followed by IDL ge t
10315 PASS #document.bgColor (<body bgcolor>): IDL set to "\0" should not throw
10316 PASS #document.bgColor (<body bgcolor>): IDL set to "\0" followed by getAttribut e()
10317 PASS #document.bgColor (<body bgcolor>): IDL set to "\0" followed by IDL get
10318 PASS #document.bgColor (<body bgcolor>): IDL set to null should not throw
10319 PASS #document.bgColor (<body bgcolor>): IDL set to null followed by getAttribut e()
10320 PASS #document.bgColor (<body bgcolor>): IDL set to null followed by IDL get
10321 PASS #document.bgColor (<body bgcolor>): IDL set to object "test-toString" shoul d not throw
10322 PASS #document.bgColor (<body bgcolor>): IDL set to object "test-toString" follo wed by getAttribute()
10323 PASS #document.bgColor (<body bgcolor>): IDL set to object "test-toString" follo wed by IDL get
10324 PASS #document.bgColor (<body bgcolor>): IDL set to object "test-valueOf" should not throw
10325 PASS #document.bgColor (<body bgcolor>): IDL set to object "test-valueOf" follow ed by getAttribute()
10326 PASS #document.bgColor (<body bgcolor>): IDL set to object "test-valueOf" follow ed by IDL get
10327 Harness: the test ran to completion.
10328
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698