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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-metadata-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 head.title: typeof IDL attribute
3 PASS head.title: IDL get with DOM attribute unset
4 PASS head.title: setAttribute() to "" followed by getAttribute()
5 PASS head.title: setAttribute() to "" followed by IDL get
6 PASS head.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 head.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 head.title: setAttribute() to undefined followed by getAttribute()
9 PASS head.title: setAttribute() to undefined followed by IDL get
10 PASS head.title: setAttribute() to 7 followed by getAttribute()
11 PASS head.title: setAttribute() to 7 followed by IDL get
12 PASS head.title: setAttribute() to 1.5 followed by getAttribute()
13 PASS head.title: setAttribute() to 1.5 followed by IDL get
14 PASS head.title: setAttribute() to true followed by getAttribute()
15 PASS head.title: setAttribute() to true followed by IDL get
16 PASS head.title: setAttribute() to false followed by getAttribute()
17 PASS head.title: setAttribute() to false followed by IDL get
18 PASS head.title: setAttribute() to object "[object Object]" followed by getAttri bute()
19 PASS head.title: setAttribute() to object "[object Object]" followed by IDL get
20 PASS head.title: setAttribute() to NaN followed by getAttribute()
21 PASS head.title: setAttribute() to NaN followed by IDL get
22 PASS head.title: setAttribute() to Infinity followed by getAttribute()
23 PASS head.title: setAttribute() to Infinity followed by IDL get
24 PASS head.title: setAttribute() to -Infinity followed by getAttribute()
25 PASS head.title: setAttribute() to -Infinity followed by IDL get
26 PASS head.title: setAttribute() to "\0" followed by getAttribute()
27 PASS head.title: setAttribute() to "\0" followed by IDL get
28 PASS head.title: setAttribute() to null followed by getAttribute()
29 PASS head.title: setAttribute() to null followed by IDL get
30 PASS head.title: setAttribute() to object "test-toString" followed by getAttribu te()
31 PASS head.title: setAttribute() to object "test-toString" followed by IDL get
32 PASS head.title: setAttribute() to object "test-valueOf" followed by getAttribut e()
33 PASS head.title: setAttribute() to object "test-valueOf" followed by IDL get
34 PASS head.title: IDL set to "" should not throw
35 PASS head.title: IDL set to "" followed by getAttribute()
36 PASS head.title: IDL set to "" followed by IDL get
37 PASS head.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 head.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 head.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 head.title: IDL set to undefined should not throw
41 PASS head.title: IDL set to undefined followed by getAttribute()
42 PASS head.title: IDL set to undefined followed by IDL get
43 PASS head.title: IDL set to 7 should not throw
44 PASS head.title: IDL set to 7 followed by getAttribute()
45 PASS head.title: IDL set to 7 followed by IDL get
46 PASS head.title: IDL set to 1.5 should not throw
47 PASS head.title: IDL set to 1.5 followed by getAttribute()
48 PASS head.title: IDL set to 1.5 followed by IDL get
49 PASS head.title: IDL set to true should not throw
50 PASS head.title: IDL set to true followed by getAttribute()
51 PASS head.title: IDL set to true followed by IDL get
52 PASS head.title: IDL set to false should not throw
53 PASS head.title: IDL set to false followed by getAttribute()
54 PASS head.title: IDL set to false followed by IDL get
55 PASS head.title: IDL set to object "[object Object]" should not throw
56 PASS head.title: IDL set to object "[object Object]" followed by getAttribute()
57 PASS head.title: IDL set to object "[object Object]" followed by IDL get
58 PASS head.title: IDL set to NaN should not throw
59 PASS head.title: IDL set to NaN followed by getAttribute()
60 PASS head.title: IDL set to NaN followed by IDL get
61 PASS head.title: IDL set to Infinity should not throw
62 PASS head.title: IDL set to Infinity followed by getAttribute()
63 PASS head.title: IDL set to Infinity followed by IDL get
64 PASS head.title: IDL set to -Infinity should not throw
65 PASS head.title: IDL set to -Infinity followed by getAttribute()
66 PASS head.title: IDL set to -Infinity followed by IDL get
67 PASS head.title: IDL set to "\0" should not throw
68 PASS head.title: IDL set to "\0" followed by getAttribute()
69 PASS head.title: IDL set to "\0" followed by IDL get
70 PASS head.title: IDL set to null should not throw
71 PASS head.title: IDL set to null followed by getAttribute()
72 PASS head.title: IDL set to null followed by IDL get
73 PASS head.title: IDL set to object "test-toString" should not throw
74 PASS head.title: IDL set to object "test-toString" followed by getAttribute()
75 PASS head.title: IDL set to object "test-toString" followed by IDL get
76 PASS head.title: IDL set to object "test-valueOf" should not throw
77 PASS head.title: IDL set to object "test-valueOf" followed by getAttribute()
78 PASS head.title: IDL set to object "test-valueOf" followed by IDL get
79 PASS head.lang: typeof IDL attribute
80 PASS head.lang: IDL get with DOM attribute unset
81 PASS head.lang: setAttribute() to "" followed by getAttribute()
82 PASS head.lang: setAttribute() to "" followed by IDL get
83 PASS head.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 head.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 head.lang: setAttribute() to undefined followed by getAttribute()
86 PASS head.lang: setAttribute() to undefined followed by IDL get
87 PASS head.lang: setAttribute() to 7 followed by getAttribute()
88 PASS head.lang: setAttribute() to 7 followed by IDL get
89 PASS head.lang: setAttribute() to 1.5 followed by getAttribute()
90 PASS head.lang: setAttribute() to 1.5 followed by IDL get
91 PASS head.lang: setAttribute() to true followed by getAttribute()
92 PASS head.lang: setAttribute() to true followed by IDL get
93 PASS head.lang: setAttribute() to false followed by getAttribute()
94 PASS head.lang: setAttribute() to false followed by IDL get
95 PASS head.lang: setAttribute() to object "[object Object]" followed by getAttrib ute()
96 PASS head.lang: setAttribute() to object "[object Object]" followed by IDL get
97 PASS head.lang: setAttribute() to NaN followed by getAttribute()
98 PASS head.lang: setAttribute() to NaN followed by IDL get
99 PASS head.lang: setAttribute() to Infinity followed by getAttribute()
100 PASS head.lang: setAttribute() to Infinity followed by IDL get
101 PASS head.lang: setAttribute() to -Infinity followed by getAttribute()
102 PASS head.lang: setAttribute() to -Infinity followed by IDL get
103 PASS head.lang: setAttribute() to "\0" followed by getAttribute()
104 PASS head.lang: setAttribute() to "\0" followed by IDL get
105 PASS head.lang: setAttribute() to null followed by getAttribute()
106 PASS head.lang: setAttribute() to null followed by IDL get
107 PASS head.lang: setAttribute() to object "test-toString" followed by getAttribut e()
108 PASS head.lang: setAttribute() to object "test-toString" followed by IDL get
109 PASS head.lang: setAttribute() to object "test-valueOf" followed by getAttribute ()
110 PASS head.lang: setAttribute() to object "test-valueOf" followed by IDL get
111 PASS head.lang: IDL set to "" should not throw
112 PASS head.lang: IDL set to "" followed by getAttribute()
113 PASS head.lang: IDL set to "" followed by IDL get
114 PASS head.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 head.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 head.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 head.lang: IDL set to undefined should not throw
118 PASS head.lang: IDL set to undefined followed by getAttribute()
119 PASS head.lang: IDL set to undefined followed by IDL get
120 PASS head.lang: IDL set to 7 should not throw
121 PASS head.lang: IDL set to 7 followed by getAttribute()
122 PASS head.lang: IDL set to 7 followed by IDL get
123 PASS head.lang: IDL set to 1.5 should not throw
124 PASS head.lang: IDL set to 1.5 followed by getAttribute()
125 PASS head.lang: IDL set to 1.5 followed by IDL get
126 PASS head.lang: IDL set to true should not throw
127 PASS head.lang: IDL set to true followed by getAttribute()
128 PASS head.lang: IDL set to true followed by IDL get
129 PASS head.lang: IDL set to false should not throw
130 PASS head.lang: IDL set to false followed by getAttribute()
131 PASS head.lang: IDL set to false followed by IDL get
132 PASS head.lang: IDL set to object "[object Object]" should not throw
133 PASS head.lang: IDL set to object "[object Object]" followed by getAttribute()
134 PASS head.lang: IDL set to object "[object Object]" followed by IDL get
135 PASS head.lang: IDL set to NaN should not throw
136 PASS head.lang: IDL set to NaN followed by getAttribute()
137 PASS head.lang: IDL set to NaN followed by IDL get
138 PASS head.lang: IDL set to Infinity should not throw
139 PASS head.lang: IDL set to Infinity followed by getAttribute()
140 PASS head.lang: IDL set to Infinity followed by IDL get
141 PASS head.lang: IDL set to -Infinity should not throw
142 PASS head.lang: IDL set to -Infinity followed by getAttribute()
143 PASS head.lang: IDL set to -Infinity followed by IDL get
144 PASS head.lang: IDL set to "\0" should not throw
145 PASS head.lang: IDL set to "\0" followed by getAttribute()
146 PASS head.lang: IDL set to "\0" followed by IDL get
147 PASS head.lang: IDL set to null should not throw
148 PASS head.lang: IDL set to null followed by getAttribute()
149 PASS head.lang: IDL set to null followed by IDL get
150 PASS head.lang: IDL set to object "test-toString" should not throw
151 PASS head.lang: IDL set to object "test-toString" followed by getAttribute()
152 PASS head.lang: IDL set to object "test-toString" followed by IDL get
153 PASS head.lang: IDL set to object "test-valueOf" should not throw
154 PASS head.lang: IDL set to object "test-valueOf" followed by getAttribute()
155 PASS head.lang: IDL set to object "test-valueOf" followed by IDL get
156 PASS head.dir: typeof IDL attribute
157 PASS head.dir: IDL get with DOM attribute unset
158 PASS head.dir: setAttribute() to "" followed by getAttribute()
159 PASS head.dir: setAttribute() to "" followed by IDL get
160 PASS head.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 head.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 head.dir: setAttribute() to undefined followed by getAttribute()
163 PASS head.dir: setAttribute() to undefined followed by IDL get
164 PASS head.dir: setAttribute() to 7 followed by getAttribute()
165 PASS head.dir: setAttribute() to 7 followed by IDL get
166 PASS head.dir: setAttribute() to 1.5 followed by getAttribute()
167 PASS head.dir: setAttribute() to 1.5 followed by IDL get
168 PASS head.dir: setAttribute() to true followed by getAttribute()
169 PASS head.dir: setAttribute() to true followed by IDL get
170 PASS head.dir: setAttribute() to false followed by getAttribute()
171 PASS head.dir: setAttribute() to false followed by IDL get
172 PASS head.dir: setAttribute() to object "[object Object]" followed by getAttribu te()
173 PASS head.dir: setAttribute() to object "[object Object]" followed by IDL get
174 PASS head.dir: setAttribute() to NaN followed by getAttribute()
175 PASS head.dir: setAttribute() to NaN followed by IDL get
176 PASS head.dir: setAttribute() to Infinity followed by getAttribute()
177 PASS head.dir: setAttribute() to Infinity followed by IDL get
178 PASS head.dir: setAttribute() to -Infinity followed by getAttribute()
179 PASS head.dir: setAttribute() to -Infinity followed by IDL get
180 PASS head.dir: setAttribute() to "\0" followed by getAttribute()
181 PASS head.dir: setAttribute() to "\0" followed by IDL get
182 PASS head.dir: setAttribute() to null followed by getAttribute()
183 PASS head.dir: setAttribute() to null followed by IDL get
184 PASS head.dir: setAttribute() to object "test-toString" followed by getAttribute ()
185 PASS head.dir: setAttribute() to object "test-toString" followed by IDL get
186 PASS head.dir: setAttribute() to object "test-valueOf" followed by getAttribute( )
187 PASS head.dir: setAttribute() to object "test-valueOf" followed by IDL get
188 PASS head.dir: setAttribute() to "ltr" followed by getAttribute()
189 PASS head.dir: setAttribute() to "ltr" followed by IDL get
190 PASS head.dir: setAttribute() to "xltr" followed by getAttribute()
191 PASS head.dir: setAttribute() to "xltr" followed by IDL get
192 PASS head.dir: setAttribute() to "ltr\0" followed by getAttribute()
193 PASS head.dir: setAttribute() to "ltr\0" followed by IDL get
194 PASS head.dir: setAttribute() to "tr" followed by getAttribute()
195 PASS head.dir: setAttribute() to "tr" followed by IDL get
196 PASS head.dir: setAttribute() to "LTR" followed by getAttribute()
197 PASS head.dir: setAttribute() to "LTR" followed by IDL get
198 PASS head.dir: setAttribute() to "rtl" followed by getAttribute()
199 PASS head.dir: setAttribute() to "rtl" followed by IDL get
200 PASS head.dir: setAttribute() to "xrtl" followed by getAttribute()
201 PASS head.dir: setAttribute() to "xrtl" followed by IDL get
202 PASS head.dir: setAttribute() to "rtl\0" followed by getAttribute()
203 PASS head.dir: setAttribute() to "rtl\0" followed by IDL get
204 PASS head.dir: setAttribute() to "tl" followed by getAttribute()
205 PASS head.dir: setAttribute() to "tl" followed by IDL get
206 PASS head.dir: setAttribute() to "RTL" followed by getAttribute()
207 PASS head.dir: setAttribute() to "RTL" followed by IDL get
208 PASS head.dir: setAttribute() to "auto" followed by getAttribute()
209 PASS head.dir: setAttribute() to "auto" followed by IDL get
210 PASS head.dir: setAttribute() to "xauto" followed by getAttribute()
211 PASS head.dir: setAttribute() to "xauto" followed by IDL get
212 PASS head.dir: setAttribute() to "auto\0" followed by getAttribute()
213 PASS head.dir: setAttribute() to "auto\0" followed by IDL get
214 PASS head.dir: setAttribute() to "uto" followed by getAttribute()
215 PASS head.dir: setAttribute() to "uto" followed by IDL get
216 PASS head.dir: setAttribute() to "AUTO" followed by getAttribute()
217 PASS head.dir: setAttribute() to "AUTO" followed by IDL get
218 PASS head.dir: IDL set to "" should not throw
219 PASS head.dir: IDL set to "" followed by getAttribute()
220 PASS head.dir: IDL set to "" followed by IDL get
221 PASS head.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 head.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 head.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 head.dir: IDL set to undefined should not throw
225 PASS head.dir: IDL set to undefined followed by getAttribute()
226 PASS head.dir: IDL set to undefined followed by IDL get
227 PASS head.dir: IDL set to 7 should not throw
228 PASS head.dir: IDL set to 7 followed by getAttribute()
229 PASS head.dir: IDL set to 7 followed by IDL get
230 PASS head.dir: IDL set to 1.5 should not throw
231 PASS head.dir: IDL set to 1.5 followed by getAttribute()
232 PASS head.dir: IDL set to 1.5 followed by IDL get
233 PASS head.dir: IDL set to true should not throw
234 PASS head.dir: IDL set to true followed by getAttribute()
235 PASS head.dir: IDL set to true followed by IDL get
236 PASS head.dir: IDL set to false should not throw
237 PASS head.dir: IDL set to false followed by getAttribute()
238 PASS head.dir: IDL set to false followed by IDL get
239 PASS head.dir: IDL set to object "[object Object]" should not throw
240 PASS head.dir: IDL set to object "[object Object]" followed by getAttribute()
241 PASS head.dir: IDL set to object "[object Object]" followed by IDL get
242 PASS head.dir: IDL set to NaN should not throw
243 PASS head.dir: IDL set to NaN followed by getAttribute()
244 PASS head.dir: IDL set to NaN followed by IDL get
245 PASS head.dir: IDL set to Infinity should not throw
246 PASS head.dir: IDL set to Infinity followed by getAttribute()
247 PASS head.dir: IDL set to Infinity followed by IDL get
248 PASS head.dir: IDL set to -Infinity should not throw
249 PASS head.dir: IDL set to -Infinity followed by getAttribute()
250 PASS head.dir: IDL set to -Infinity followed by IDL get
251 PASS head.dir: IDL set to "\0" should not throw
252 PASS head.dir: IDL set to "\0" followed by getAttribute()
253 PASS head.dir: IDL set to "\0" followed by IDL get
254 PASS head.dir: IDL set to null should not throw
255 PASS head.dir: IDL set to null followed by IDL get
256 PASS head.dir: IDL set to object "test-toString" should not throw
257 PASS head.dir: IDL set to object "test-toString" followed by getAttribute()
258 PASS head.dir: IDL set to object "test-toString" followed by IDL get
259 PASS head.dir: IDL set to object "test-valueOf" should not throw
260 PASS head.dir: IDL set to object "test-valueOf" followed by getAttribute()
261 PASS head.dir: IDL set to object "test-valueOf" followed by IDL get
262 PASS head.dir: IDL set to "ltr" should not throw
263 PASS head.dir: IDL set to "ltr" followed by getAttribute()
264 PASS head.dir: IDL set to "ltr" followed by IDL get
265 PASS head.dir: IDL set to "xltr" should not throw
266 PASS head.dir: IDL set to "xltr" followed by getAttribute()
267 PASS head.dir: IDL set to "xltr" followed by IDL get
268 PASS head.dir: IDL set to "ltr\0" should not throw
269 PASS head.dir: IDL set to "ltr\0" followed by getAttribute()
270 PASS head.dir: IDL set to "ltr\0" followed by IDL get
271 PASS head.dir: IDL set to "tr" should not throw
272 PASS head.dir: IDL set to "tr" followed by getAttribute()
273 PASS head.dir: IDL set to "tr" followed by IDL get
274 PASS head.dir: IDL set to "LTR" should not throw
275 PASS head.dir: IDL set to "LTR" followed by getAttribute()
276 PASS head.dir: IDL set to "LTR" followed by IDL get
277 PASS head.dir: IDL set to "rtl" should not throw
278 PASS head.dir: IDL set to "rtl" followed by getAttribute()
279 PASS head.dir: IDL set to "rtl" followed by IDL get
280 PASS head.dir: IDL set to "xrtl" should not throw
281 PASS head.dir: IDL set to "xrtl" followed by getAttribute()
282 PASS head.dir: IDL set to "xrtl" followed by IDL get
283 PASS head.dir: IDL set to "rtl\0" should not throw
284 PASS head.dir: IDL set to "rtl\0" followed by getAttribute()
285 PASS head.dir: IDL set to "rtl\0" followed by IDL get
286 PASS head.dir: IDL set to "tl" should not throw
287 PASS head.dir: IDL set to "tl" followed by getAttribute()
288 PASS head.dir: IDL set to "tl" followed by IDL get
289 PASS head.dir: IDL set to "RTL" should not throw
290 PASS head.dir: IDL set to "RTL" followed by getAttribute()
291 PASS head.dir: IDL set to "RTL" followed by IDL get
292 PASS head.dir: IDL set to "auto" should not throw
293 PASS head.dir: IDL set to "auto" followed by getAttribute()
294 PASS head.dir: IDL set to "auto" followed by IDL get
295 PASS head.dir: IDL set to "xauto" should not throw
296 PASS head.dir: IDL set to "xauto" followed by getAttribute()
297 PASS head.dir: IDL set to "xauto" followed by IDL get
298 PASS head.dir: IDL set to "auto\0" should not throw
299 PASS head.dir: IDL set to "auto\0" followed by getAttribute()
300 PASS head.dir: IDL set to "auto\0" followed by IDL get
301 PASS head.dir: IDL set to "uto" should not throw
302 PASS head.dir: IDL set to "uto" followed by getAttribute()
303 PASS head.dir: IDL set to "uto" followed by IDL get
304 PASS head.dir: IDL set to "AUTO" should not throw
305 PASS head.dir: IDL set to "AUTO" followed by getAttribute()
306 PASS head.dir: IDL set to "AUTO" followed by IDL get
307 PASS head.className (<head class>): typeof IDL attribute
308 PASS head.className (<head class>): IDL get with DOM attribute unset
309 PASS head.className (<head class>): setAttribute() to "" followed by getAttribut e()
310 PASS head.className (<head class>): setAttribute() to "" followed by IDL get
311 PASS head.className (<head 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 head.className (<head 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 head.className (<head class>): setAttribute() to undefined followed by getA ttribute()
314 PASS head.className (<head class>): setAttribute() to undefined followed by IDL get
315 PASS head.className (<head class>): setAttribute() to 7 followed by getAttribute ()
316 PASS head.className (<head class>): setAttribute() to 7 followed by IDL get
317 PASS head.className (<head class>): setAttribute() to 1.5 followed by getAttribu te()
318 PASS head.className (<head class>): setAttribute() to 1.5 followed by IDL get
319 PASS head.className (<head class>): setAttribute() to true followed by getAttrib ute()
320 PASS head.className (<head class>): setAttribute() to true followed by IDL get
321 PASS head.className (<head class>): setAttribute() to false followed by getAttri bute()
322 PASS head.className (<head class>): setAttribute() to false followed by IDL get
323 PASS head.className (<head class>): setAttribute() to object "[object Object]" f ollowed by getAttribute()
324 PASS head.className (<head class>): setAttribute() to object "[object Object]" f ollowed by IDL get
325 PASS head.className (<head class>): setAttribute() to NaN followed by getAttribu te()
326 PASS head.className (<head class>): setAttribute() to NaN followed by IDL get
327 PASS head.className (<head class>): setAttribute() to Infinity followed by getAt tribute()
328 PASS head.className (<head class>): setAttribute() to Infinity followed by IDL g et
329 PASS head.className (<head class>): setAttribute() to -Infinity followed by getA ttribute()
330 PASS head.className (<head class>): setAttribute() to -Infinity followed by IDL get
331 PASS head.className (<head class>): setAttribute() to "\0" followed by getAttrib ute()
332 PASS head.className (<head class>): setAttribute() to "\0" followed by IDL get
333 PASS head.className (<head class>): setAttribute() to null followed by getAttrib ute()
334 PASS head.className (<head class>): setAttribute() to null followed by IDL get
335 PASS head.className (<head class>): setAttribute() to object "test-toString" fol lowed by getAttribute()
336 PASS head.className (<head class>): setAttribute() to object "test-toString" fol lowed by IDL get
337 PASS head.className (<head class>): setAttribute() to object "test-valueOf" foll owed by getAttribute()
338 PASS head.className (<head class>): setAttribute() to object "test-valueOf" foll owed by IDL get
339 PASS head.className (<head class>): IDL set to "" should not throw
340 PASS head.className (<head class>): IDL set to "" followed by getAttribute()
341 PASS head.className (<head class>): IDL set to "" followed by IDL get
342 PASS head.className (<head 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 head.className (<head 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 head.className (<head 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 head.className (<head class>): IDL set to undefined should not throw
346 PASS head.className (<head class>): IDL set to undefined followed by getAttribut e()
347 PASS head.className (<head class>): IDL set to undefined followed by IDL get
348 PASS head.className (<head class>): IDL set to 7 should not throw
349 PASS head.className (<head class>): IDL set to 7 followed by getAttribute()
350 PASS head.className (<head class>): IDL set to 7 followed by IDL get
351 PASS head.className (<head class>): IDL set to 1.5 should not throw
352 PASS head.className (<head class>): IDL set to 1.5 followed by getAttribute()
353 PASS head.className (<head class>): IDL set to 1.5 followed by IDL get
354 PASS head.className (<head class>): IDL set to true should not throw
355 PASS head.className (<head class>): IDL set to true followed by getAttribute()
356 PASS head.className (<head class>): IDL set to true followed by IDL get
357 PASS head.className (<head class>): IDL set to false should not throw
358 PASS head.className (<head class>): IDL set to false followed by getAttribute()
359 PASS head.className (<head class>): IDL set to false followed by IDL get
360 PASS head.className (<head class>): IDL set to object "[object Object]" should n ot throw
361 PASS head.className (<head class>): IDL set to object "[object Object]" followed by getAttribute()
362 PASS head.className (<head class>): IDL set to object "[object Object]" followed by IDL get
363 PASS head.className (<head class>): IDL set to NaN should not throw
364 PASS head.className (<head class>): IDL set to NaN followed by getAttribute()
365 PASS head.className (<head class>): IDL set to NaN followed by IDL get
366 PASS head.className (<head class>): IDL set to Infinity should not throw
367 PASS head.className (<head class>): IDL set to Infinity followed by getAttribute ()
368 PASS head.className (<head class>): IDL set to Infinity followed by IDL get
369 PASS head.className (<head class>): IDL set to -Infinity should not throw
370 PASS head.className (<head class>): IDL set to -Infinity followed by getAttribut e()
371 PASS head.className (<head class>): IDL set to -Infinity followed by IDL get
372 PASS head.className (<head class>): IDL set to "\0" should not throw
373 PASS head.className (<head class>): IDL set to "\0" followed by getAttribute()
374 PASS head.className (<head class>): IDL set to "\0" followed by IDL get
375 PASS head.className (<head class>): IDL set to null should not throw
376 PASS head.className (<head class>): IDL set to null followed by getAttribute()
377 PASS head.className (<head class>): IDL set to null followed by IDL get
378 PASS head.className (<head class>): IDL set to object "test-toString" should not throw
379 PASS head.className (<head class>): IDL set to object "test-toString" followed b y getAttribute()
380 PASS head.className (<head class>): IDL set to object "test-toString" followed b y IDL get
381 PASS head.className (<head class>): IDL set to object "test-valueOf" should not throw
382 PASS head.className (<head class>): IDL set to object "test-valueOf" followed by getAttribute()
383 PASS head.className (<head class>): IDL set to object "test-valueOf" followed by IDL get
384 PASS head.hidden: typeof IDL attribute
385 PASS head.hidden: IDL get with DOM attribute unset
386 PASS head.hidden: setAttribute() to "" followed by getAttribute()
387 PASS head.hidden: setAttribute() to "" followed by IDL get
388 PASS head.hidden: setAttribute() to " foo " followed by getAttribute()
389 PASS head.hidden: setAttribute() to " foo " followed by IDL get
390 PASS head.hidden: setAttribute() to undefined followed by getAttribute()
391 PASS head.hidden: setAttribute() to undefined followed by IDL get
392 PASS head.hidden: setAttribute() to null followed by getAttribute()
393 PASS head.hidden: setAttribute() to null followed by IDL get
394 PASS head.hidden: setAttribute() to 7 followed by getAttribute()
395 PASS head.hidden: setAttribute() to 7 followed by IDL get
396 PASS head.hidden: setAttribute() to 1.5 followed by getAttribute()
397 PASS head.hidden: setAttribute() to 1.5 followed by IDL get
398 PASS head.hidden: setAttribute() to true followed by getAttribute()
399 PASS head.hidden: setAttribute() to true followed by IDL get
400 PASS head.hidden: setAttribute() to false followed by getAttribute()
401 PASS head.hidden: setAttribute() to false followed by IDL get
402 PASS head.hidden: setAttribute() to object "[object Object]" followed by getAttr ibute()
403 PASS head.hidden: setAttribute() to object "[object Object]" followed by IDL get
404 PASS head.hidden: setAttribute() to NaN followed by getAttribute()
405 PASS head.hidden: setAttribute() to NaN followed by IDL get
406 PASS head.hidden: setAttribute() to Infinity followed by getAttribute()
407 PASS head.hidden: setAttribute() to Infinity followed by IDL get
408 PASS head.hidden: setAttribute() to -Infinity followed by getAttribute()
409 PASS head.hidden: setAttribute() to -Infinity followed by IDL get
410 PASS head.hidden: setAttribute() to "\0" followed by getAttribute()
411 PASS head.hidden: setAttribute() to "\0" followed by IDL get
412 PASS head.hidden: setAttribute() to object "test-toString" followed by getAttrib ute()
413 PASS head.hidden: setAttribute() to object "test-toString" followed by IDL get
414 PASS head.hidden: setAttribute() to object "test-valueOf" followed by getAttribu te()
415 PASS head.hidden: setAttribute() to object "test-valueOf" followed by IDL get
416 PASS head.hidden: setAttribute() to "hidden" followed by getAttribute()
417 PASS head.hidden: setAttribute() to "hidden" followed by IDL get
418 PASS head.hidden: IDL set to "" should not throw
419 PASS head.hidden: IDL set to "" followed by hasAttribute()
420 PASS head.hidden: IDL set to "" followed by IDL get
421 PASS head.hidden: IDL set to " foo " should not throw
422 PASS head.hidden: IDL set to " foo " followed by hasAttribute()
423 PASS head.hidden: IDL set to " foo " followed by IDL get
424 PASS head.hidden: IDL set to undefined should not throw
425 PASS head.hidden: IDL set to undefined followed by hasAttribute()
426 PASS head.hidden: IDL set to undefined followed by IDL get
427 PASS head.hidden: IDL set to null should not throw
428 PASS head.hidden: IDL set to null followed by hasAttribute()
429 PASS head.hidden: IDL set to null followed by IDL get
430 PASS head.hidden: IDL set to 7 should not throw
431 PASS head.hidden: IDL set to 7 followed by hasAttribute()
432 PASS head.hidden: IDL set to 7 followed by IDL get
433 PASS head.hidden: IDL set to 1.5 should not throw
434 PASS head.hidden: IDL set to 1.5 followed by hasAttribute()
435 PASS head.hidden: IDL set to 1.5 followed by IDL get
436 PASS head.hidden: IDL set to true should not throw
437 PASS head.hidden: IDL set to true followed by hasAttribute()
438 PASS head.hidden: IDL set to true followed by IDL get
439 PASS head.hidden: IDL set to false should not throw
440 PASS head.hidden: IDL set to false followed by hasAttribute()
441 PASS head.hidden: IDL set to false followed by IDL get
442 PASS head.hidden: IDL set to object "[object Object]" should not throw
443 PASS head.hidden: IDL set to object "[object Object]" followed by hasAttribute()
444 PASS head.hidden: IDL set to object "[object Object]" followed by IDL get
445 PASS head.hidden: IDL set to NaN should not throw
446 PASS head.hidden: IDL set to NaN followed by hasAttribute()
447 PASS head.hidden: IDL set to NaN followed by IDL get
448 PASS head.hidden: IDL set to Infinity should not throw
449 PASS head.hidden: IDL set to Infinity followed by hasAttribute()
450 PASS head.hidden: IDL set to Infinity followed by IDL get
451 PASS head.hidden: IDL set to -Infinity should not throw
452 PASS head.hidden: IDL set to -Infinity followed by hasAttribute()
453 PASS head.hidden: IDL set to -Infinity followed by IDL get
454 PASS head.hidden: IDL set to "\0" should not throw
455 PASS head.hidden: IDL set to "\0" followed by hasAttribute()
456 PASS head.hidden: IDL set to "\0" followed by IDL get
457 PASS head.hidden: IDL set to object "test-toString" should not throw
458 PASS head.hidden: IDL set to object "test-toString" followed by hasAttribute()
459 PASS head.hidden: IDL set to object "test-toString" followed by IDL get
460 PASS head.hidden: IDL set to object "test-valueOf" should not throw
461 PASS head.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
462 PASS head.hidden: IDL set to object "test-valueOf" followed by IDL get
463 PASS head.accessKey: typeof IDL attribute
464 PASS head.accessKey: IDL get with DOM attribute unset
465 PASS head.accessKey: setAttribute() to "" followed by getAttribute()
466 PASS head.accessKey: setAttribute() to "" followed by IDL get
467 PASS head.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 head.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 head.accessKey: setAttribute() to undefined followed by getAttribute()
470 PASS head.accessKey: setAttribute() to undefined followed by IDL get
471 PASS head.accessKey: setAttribute() to 7 followed by getAttribute()
472 PASS head.accessKey: setAttribute() to 7 followed by IDL get
473 PASS head.accessKey: setAttribute() to 1.5 followed by getAttribute()
474 PASS head.accessKey: setAttribute() to 1.5 followed by IDL get
475 PASS head.accessKey: setAttribute() to true followed by getAttribute()
476 PASS head.accessKey: setAttribute() to true followed by IDL get
477 PASS head.accessKey: setAttribute() to false followed by getAttribute()
478 PASS head.accessKey: setAttribute() to false followed by IDL get
479 PASS head.accessKey: setAttribute() to object "[object Object]" followed by getA ttribute()
480 PASS head.accessKey: setAttribute() to object "[object Object]" followed by IDL get
481 PASS head.accessKey: setAttribute() to NaN followed by getAttribute()
482 PASS head.accessKey: setAttribute() to NaN followed by IDL get
483 PASS head.accessKey: setAttribute() to Infinity followed by getAttribute()
484 PASS head.accessKey: setAttribute() to Infinity followed by IDL get
485 PASS head.accessKey: setAttribute() to -Infinity followed by getAttribute()
486 PASS head.accessKey: setAttribute() to -Infinity followed by IDL get
487 PASS head.accessKey: setAttribute() to "\0" followed by getAttribute()
488 PASS head.accessKey: setAttribute() to "\0" followed by IDL get
489 PASS head.accessKey: setAttribute() to null followed by getAttribute()
490 PASS head.accessKey: setAttribute() to null followed by IDL get
491 PASS head.accessKey: setAttribute() to object "test-toString" followed by getAtt ribute()
492 PASS head.accessKey: setAttribute() to object "test-toString" followed by IDL ge t
493 PASS head.accessKey: setAttribute() to object "test-valueOf" followed by getAttr ibute()
494 PASS head.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
495 PASS head.accessKey: IDL set to "" should not throw
496 PASS head.accessKey: IDL set to "" followed by getAttribute()
497 PASS head.accessKey: IDL set to "" followed by IDL get
498 PASS head.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 head.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 head.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 head.accessKey: IDL set to undefined should not throw
502 PASS head.accessKey: IDL set to undefined followed by getAttribute()
503 PASS head.accessKey: IDL set to undefined followed by IDL get
504 PASS head.accessKey: IDL set to 7 should not throw
505 PASS head.accessKey: IDL set to 7 followed by getAttribute()
506 PASS head.accessKey: IDL set to 7 followed by IDL get
507 PASS head.accessKey: IDL set to 1.5 should not throw
508 PASS head.accessKey: IDL set to 1.5 followed by getAttribute()
509 PASS head.accessKey: IDL set to 1.5 followed by IDL get
510 PASS head.accessKey: IDL set to true should not throw
511 PASS head.accessKey: IDL set to true followed by getAttribute()
512 PASS head.accessKey: IDL set to true followed by IDL get
513 PASS head.accessKey: IDL set to false should not throw
514 PASS head.accessKey: IDL set to false followed by getAttribute()
515 PASS head.accessKey: IDL set to false followed by IDL get
516 PASS head.accessKey: IDL set to object "[object Object]" should not throw
517 PASS head.accessKey: IDL set to object "[object Object]" followed by getAttribut e()
518 PASS head.accessKey: IDL set to object "[object Object]" followed by IDL get
519 PASS head.accessKey: IDL set to NaN should not throw
520 PASS head.accessKey: IDL set to NaN followed by getAttribute()
521 PASS head.accessKey: IDL set to NaN followed by IDL get
522 PASS head.accessKey: IDL set to Infinity should not throw
523 PASS head.accessKey: IDL set to Infinity followed by getAttribute()
524 PASS head.accessKey: IDL set to Infinity followed by IDL get
525 PASS head.accessKey: IDL set to -Infinity should not throw
526 PASS head.accessKey: IDL set to -Infinity followed by getAttribute()
527 PASS head.accessKey: IDL set to -Infinity followed by IDL get
528 PASS head.accessKey: IDL set to "\0" should not throw
529 PASS head.accessKey: IDL set to "\0" followed by getAttribute()
530 PASS head.accessKey: IDL set to "\0" followed by IDL get
531 PASS head.accessKey: IDL set to null should not throw
532 PASS head.accessKey: IDL set to null followed by getAttribute()
533 PASS head.accessKey: IDL set to null followed by IDL get
534 PASS head.accessKey: IDL set to object "test-toString" should not throw
535 PASS head.accessKey: IDL set to object "test-toString" followed by getAttribute( )
536 PASS head.accessKey: IDL set to object "test-toString" followed by IDL get
537 PASS head.accessKey: IDL set to object "test-valueOf" should not throw
538 PASS head.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
539 PASS head.accessKey: IDL set to object "test-valueOf" followed by IDL get
540 PASS head.tabIndex: typeof IDL attribute
541 PASS head.tabIndex: setAttribute() to -36 followed by getAttribute()
542 PASS head.tabIndex: setAttribute() to -36 followed by IDL get
543 PASS head.tabIndex: setAttribute() to -1 followed by getAttribute()
544 PASS head.tabIndex: setAttribute() to -1 followed by IDL get
545 PASS head.tabIndex: setAttribute() to 0 followed by getAttribute()
546 PASS head.tabIndex: setAttribute() to 0 followed by IDL get
547 PASS head.tabIndex: setAttribute() to 1 followed by getAttribute()
548 PASS head.tabIndex: setAttribute() to 1 followed by IDL get
549 PASS head.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
550 FAIL head.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
551 PASS head.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
552 FAIL head.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
553 PASS head.tabIndex: setAttribute() to "-1" followed by getAttribute()
554 PASS head.tabIndex: setAttribute() to "-1" followed by IDL get
555 PASS head.tabIndex: setAttribute() to "-0" followed by getAttribute()
556 PASS head.tabIndex: setAttribute() to "-0" followed by IDL get
557 PASS head.tabIndex: setAttribute() to "0" followed by getAttribute()
558 PASS head.tabIndex: setAttribute() to "0" followed by IDL get
559 PASS head.tabIndex: setAttribute() to "1" followed by getAttribute()
560 PASS head.tabIndex: setAttribute() to "1" followed by IDL get
561 PASS head.tabIndex: setAttribute() to "\t7" followed by getAttribute()
562 PASS head.tabIndex: setAttribute() to "\t7" followed by IDL get
563 PASS head.tabIndex: setAttribute() to "\f7" followed by getAttribute()
564 PASS head.tabIndex: setAttribute() to "\f7" followed by IDL get
565 PASS head.tabIndex: setAttribute() to " 7" followed by getAttribute()
566 PASS head.tabIndex: setAttribute() to " 7" followed by IDL get
567 PASS head.tabIndex: setAttribute() to "\n7" followed by getAttribute()
568 PASS head.tabIndex: setAttribute() to "\n7" followed by IDL get
569 PASS head.tabIndex: setAttribute() to "\r7" followed by getAttribute()
570 PASS head.tabIndex: setAttribute() to "\r7" followed by IDL get
571 PASS head.tabIndex: setAttribute() to 1.5 followed by getAttribute()
572 PASS head.tabIndex: setAttribute() to 1.5 followed by IDL get
573 PASS head.tabIndex: setAttribute() to object "2" followed by getAttribute()
574 PASS head.tabIndex: setAttribute() to object "2" followed by IDL get
575 PASS head.tabIndex: IDL set to -36 should not throw
576 PASS head.tabIndex: IDL set to -36 followed by getAttribute()
577 PASS head.tabIndex: IDL set to -36 followed by IDL get
578 PASS head.tabIndex: IDL set to -1 should not throw
579 PASS head.tabIndex: IDL set to -1 followed by getAttribute()
580 PASS head.tabIndex: IDL set to -1 followed by IDL get
581 PASS head.tabIndex: IDL set to 0 should not throw
582 PASS head.tabIndex: IDL set to 0 followed by getAttribute()
583 PASS head.tabIndex: IDL set to 0 followed by IDL get
584 PASS head.tabIndex: IDL set to 1 should not throw
585 PASS head.tabIndex: IDL set to 1 followed by getAttribute()
586 PASS head.tabIndex: IDL set to 1 followed by IDL get
587 PASS head.tabIndex: IDL set to 2147483647 should not throw
588 PASS head.tabIndex: IDL set to 2147483647 followed by getAttribute()
589 FAIL head.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
590 PASS head.tabIndex: IDL set to -2147483648 should not throw
591 PASS head.tabIndex: IDL set to -2147483648 followed by getAttribute()
592 FAIL head.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
593 PASS title.title: typeof IDL attribute
594 PASS title.title: IDL get with DOM attribute unset
595 PASS title.title: setAttribute() to "" followed by getAttribute()
596 PASS title.title: setAttribute() to "" followed by IDL get
597 PASS title.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()
598 PASS title.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
599 PASS title.title: setAttribute() to undefined followed by getAttribute()
600 PASS title.title: setAttribute() to undefined followed by IDL get
601 PASS title.title: setAttribute() to 7 followed by getAttribute()
602 PASS title.title: setAttribute() to 7 followed by IDL get
603 PASS title.title: setAttribute() to 1.5 followed by getAttribute()
604 PASS title.title: setAttribute() to 1.5 followed by IDL get
605 PASS title.title: setAttribute() to true followed by getAttribute()
606 PASS title.title: setAttribute() to true followed by IDL get
607 PASS title.title: setAttribute() to false followed by getAttribute()
608 PASS title.title: setAttribute() to false followed by IDL get
609 PASS title.title: setAttribute() to object "[object Object]" followed by getAttr ibute()
610 PASS title.title: setAttribute() to object "[object Object]" followed by IDL get
611 PASS title.title: setAttribute() to NaN followed by getAttribute()
612 PASS title.title: setAttribute() to NaN followed by IDL get
613 PASS title.title: setAttribute() to Infinity followed by getAttribute()
614 PASS title.title: setAttribute() to Infinity followed by IDL get
615 PASS title.title: setAttribute() to -Infinity followed by getAttribute()
616 PASS title.title: setAttribute() to -Infinity followed by IDL get
617 PASS title.title: setAttribute() to "\0" followed by getAttribute()
618 PASS title.title: setAttribute() to "\0" followed by IDL get
619 PASS title.title: setAttribute() to null followed by getAttribute()
620 PASS title.title: setAttribute() to null followed by IDL get
621 PASS title.title: setAttribute() to object "test-toString" followed by getAttrib ute()
622 PASS title.title: setAttribute() to object "test-toString" followed by IDL get
623 PASS title.title: setAttribute() to object "test-valueOf" followed by getAttribu te()
624 PASS title.title: setAttribute() to object "test-valueOf" followed by IDL get
625 PASS title.title: IDL set to "" should not throw
626 PASS title.title: IDL set to "" followed by getAttribute()
627 PASS title.title: IDL set to "" followed by IDL get
628 PASS title.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
629 PASS title.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()
630 PASS title.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
631 PASS title.title: IDL set to undefined should not throw
632 PASS title.title: IDL set to undefined followed by getAttribute()
633 PASS title.title: IDL set to undefined followed by IDL get
634 PASS title.title: IDL set to 7 should not throw
635 PASS title.title: IDL set to 7 followed by getAttribute()
636 PASS title.title: IDL set to 7 followed by IDL get
637 PASS title.title: IDL set to 1.5 should not throw
638 PASS title.title: IDL set to 1.5 followed by getAttribute()
639 PASS title.title: IDL set to 1.5 followed by IDL get
640 PASS title.title: IDL set to true should not throw
641 PASS title.title: IDL set to true followed by getAttribute()
642 PASS title.title: IDL set to true followed by IDL get
643 PASS title.title: IDL set to false should not throw
644 PASS title.title: IDL set to false followed by getAttribute()
645 PASS title.title: IDL set to false followed by IDL get
646 PASS title.title: IDL set to object "[object Object]" should not throw
647 PASS title.title: IDL set to object "[object Object]" followed by getAttribute()
648 PASS title.title: IDL set to object "[object Object]" followed by IDL get
649 PASS title.title: IDL set to NaN should not throw
650 PASS title.title: IDL set to NaN followed by getAttribute()
651 PASS title.title: IDL set to NaN followed by IDL get
652 PASS title.title: IDL set to Infinity should not throw
653 PASS title.title: IDL set to Infinity followed by getAttribute()
654 PASS title.title: IDL set to Infinity followed by IDL get
655 PASS title.title: IDL set to -Infinity should not throw
656 PASS title.title: IDL set to -Infinity followed by getAttribute()
657 PASS title.title: IDL set to -Infinity followed by IDL get
658 PASS title.title: IDL set to "\0" should not throw
659 PASS title.title: IDL set to "\0" followed by getAttribute()
660 PASS title.title: IDL set to "\0" followed by IDL get
661 PASS title.title: IDL set to null should not throw
662 PASS title.title: IDL set to null followed by getAttribute()
663 PASS title.title: IDL set to null followed by IDL get
664 PASS title.title: IDL set to object "test-toString" should not throw
665 PASS title.title: IDL set to object "test-toString" followed by getAttribute()
666 PASS title.title: IDL set to object "test-toString" followed by IDL get
667 PASS title.title: IDL set to object "test-valueOf" should not throw
668 PASS title.title: IDL set to object "test-valueOf" followed by getAttribute()
669 PASS title.title: IDL set to object "test-valueOf" followed by IDL get
670 PASS title.lang: typeof IDL attribute
671 PASS title.lang: IDL get with DOM attribute unset
672 PASS title.lang: setAttribute() to "" followed by getAttribute()
673 PASS title.lang: setAttribute() to "" followed by IDL get
674 PASS title.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()
675 PASS title.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
676 PASS title.lang: setAttribute() to undefined followed by getAttribute()
677 PASS title.lang: setAttribute() to undefined followed by IDL get
678 PASS title.lang: setAttribute() to 7 followed by getAttribute()
679 PASS title.lang: setAttribute() to 7 followed by IDL get
680 PASS title.lang: setAttribute() to 1.5 followed by getAttribute()
681 PASS title.lang: setAttribute() to 1.5 followed by IDL get
682 PASS title.lang: setAttribute() to true followed by getAttribute()
683 PASS title.lang: setAttribute() to true followed by IDL get
684 PASS title.lang: setAttribute() to false followed by getAttribute()
685 PASS title.lang: setAttribute() to false followed by IDL get
686 PASS title.lang: setAttribute() to object "[object Object]" followed by getAttri bute()
687 PASS title.lang: setAttribute() to object "[object Object]" followed by IDL get
688 PASS title.lang: setAttribute() to NaN followed by getAttribute()
689 PASS title.lang: setAttribute() to NaN followed by IDL get
690 PASS title.lang: setAttribute() to Infinity followed by getAttribute()
691 PASS title.lang: setAttribute() to Infinity followed by IDL get
692 PASS title.lang: setAttribute() to -Infinity followed by getAttribute()
693 PASS title.lang: setAttribute() to -Infinity followed by IDL get
694 PASS title.lang: setAttribute() to "\0" followed by getAttribute()
695 PASS title.lang: setAttribute() to "\0" followed by IDL get
696 PASS title.lang: setAttribute() to null followed by getAttribute()
697 PASS title.lang: setAttribute() to null followed by IDL get
698 PASS title.lang: setAttribute() to object "test-toString" followed by getAttribu te()
699 PASS title.lang: setAttribute() to object "test-toString" followed by IDL get
700 PASS title.lang: setAttribute() to object "test-valueOf" followed by getAttribut e()
701 PASS title.lang: setAttribute() to object "test-valueOf" followed by IDL get
702 PASS title.lang: IDL set to "" should not throw
703 PASS title.lang: IDL set to "" followed by getAttribute()
704 PASS title.lang: IDL set to "" followed by IDL get
705 PASS title.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
706 PASS title.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()
707 PASS title.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
708 PASS title.lang: IDL set to undefined should not throw
709 PASS title.lang: IDL set to undefined followed by getAttribute()
710 PASS title.lang: IDL set to undefined followed by IDL get
711 PASS title.lang: IDL set to 7 should not throw
712 PASS title.lang: IDL set to 7 followed by getAttribute()
713 PASS title.lang: IDL set to 7 followed by IDL get
714 PASS title.lang: IDL set to 1.5 should not throw
715 PASS title.lang: IDL set to 1.5 followed by getAttribute()
716 PASS title.lang: IDL set to 1.5 followed by IDL get
717 PASS title.lang: IDL set to true should not throw
718 PASS title.lang: IDL set to true followed by getAttribute()
719 PASS title.lang: IDL set to true followed by IDL get
720 PASS title.lang: IDL set to false should not throw
721 PASS title.lang: IDL set to false followed by getAttribute()
722 PASS title.lang: IDL set to false followed by IDL get
723 PASS title.lang: IDL set to object "[object Object]" should not throw
724 PASS title.lang: IDL set to object "[object Object]" followed by getAttribute()
725 PASS title.lang: IDL set to object "[object Object]" followed by IDL get
726 PASS title.lang: IDL set to NaN should not throw
727 PASS title.lang: IDL set to NaN followed by getAttribute()
728 PASS title.lang: IDL set to NaN followed by IDL get
729 PASS title.lang: IDL set to Infinity should not throw
730 PASS title.lang: IDL set to Infinity followed by getAttribute()
731 PASS title.lang: IDL set to Infinity followed by IDL get
732 PASS title.lang: IDL set to -Infinity should not throw
733 PASS title.lang: IDL set to -Infinity followed by getAttribute()
734 PASS title.lang: IDL set to -Infinity followed by IDL get
735 PASS title.lang: IDL set to "\0" should not throw
736 PASS title.lang: IDL set to "\0" followed by getAttribute()
737 PASS title.lang: IDL set to "\0" followed by IDL get
738 PASS title.lang: IDL set to null should not throw
739 PASS title.lang: IDL set to null followed by getAttribute()
740 PASS title.lang: IDL set to null followed by IDL get
741 PASS title.lang: IDL set to object "test-toString" should not throw
742 PASS title.lang: IDL set to object "test-toString" followed by getAttribute()
743 PASS title.lang: IDL set to object "test-toString" followed by IDL get
744 PASS title.lang: IDL set to object "test-valueOf" should not throw
745 PASS title.lang: IDL set to object "test-valueOf" followed by getAttribute()
746 PASS title.lang: IDL set to object "test-valueOf" followed by IDL get
747 PASS title.dir: typeof IDL attribute
748 PASS title.dir: IDL get with DOM attribute unset
749 PASS title.dir: setAttribute() to "" followed by getAttribute()
750 PASS title.dir: setAttribute() to "" followed by IDL get
751 PASS title.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()
752 PASS title.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
753 PASS title.dir: setAttribute() to undefined followed by getAttribute()
754 PASS title.dir: setAttribute() to undefined followed by IDL get
755 PASS title.dir: setAttribute() to 7 followed by getAttribute()
756 PASS title.dir: setAttribute() to 7 followed by IDL get
757 PASS title.dir: setAttribute() to 1.5 followed by getAttribute()
758 PASS title.dir: setAttribute() to 1.5 followed by IDL get
759 PASS title.dir: setAttribute() to true followed by getAttribute()
760 PASS title.dir: setAttribute() to true followed by IDL get
761 PASS title.dir: setAttribute() to false followed by getAttribute()
762 PASS title.dir: setAttribute() to false followed by IDL get
763 PASS title.dir: setAttribute() to object "[object Object]" followed by getAttrib ute()
764 PASS title.dir: setAttribute() to object "[object Object]" followed by IDL get
765 PASS title.dir: setAttribute() to NaN followed by getAttribute()
766 PASS title.dir: setAttribute() to NaN followed by IDL get
767 PASS title.dir: setAttribute() to Infinity followed by getAttribute()
768 PASS title.dir: setAttribute() to Infinity followed by IDL get
769 PASS title.dir: setAttribute() to -Infinity followed by getAttribute()
770 PASS title.dir: setAttribute() to -Infinity followed by IDL get
771 PASS title.dir: setAttribute() to "\0" followed by getAttribute()
772 PASS title.dir: setAttribute() to "\0" followed by IDL get
773 PASS title.dir: setAttribute() to null followed by getAttribute()
774 PASS title.dir: setAttribute() to null followed by IDL get
775 PASS title.dir: setAttribute() to object "test-toString" followed by getAttribut e()
776 PASS title.dir: setAttribute() to object "test-toString" followed by IDL get
777 PASS title.dir: setAttribute() to object "test-valueOf" followed by getAttribute ()
778 PASS title.dir: setAttribute() to object "test-valueOf" followed by IDL get
779 PASS title.dir: setAttribute() to "ltr" followed by getAttribute()
780 PASS title.dir: setAttribute() to "ltr" followed by IDL get
781 PASS title.dir: setAttribute() to "xltr" followed by getAttribute()
782 PASS title.dir: setAttribute() to "xltr" followed by IDL get
783 PASS title.dir: setAttribute() to "ltr\0" followed by getAttribute()
784 PASS title.dir: setAttribute() to "ltr\0" followed by IDL get
785 PASS title.dir: setAttribute() to "tr" followed by getAttribute()
786 PASS title.dir: setAttribute() to "tr" followed by IDL get
787 PASS title.dir: setAttribute() to "LTR" followed by getAttribute()
788 PASS title.dir: setAttribute() to "LTR" followed by IDL get
789 PASS title.dir: setAttribute() to "rtl" followed by getAttribute()
790 PASS title.dir: setAttribute() to "rtl" followed by IDL get
791 PASS title.dir: setAttribute() to "xrtl" followed by getAttribute()
792 PASS title.dir: setAttribute() to "xrtl" followed by IDL get
793 PASS title.dir: setAttribute() to "rtl\0" followed by getAttribute()
794 PASS title.dir: setAttribute() to "rtl\0" followed by IDL get
795 PASS title.dir: setAttribute() to "tl" followed by getAttribute()
796 PASS title.dir: setAttribute() to "tl" followed by IDL get
797 PASS title.dir: setAttribute() to "RTL" followed by getAttribute()
798 PASS title.dir: setAttribute() to "RTL" followed by IDL get
799 PASS title.dir: setAttribute() to "auto" followed by getAttribute()
800 PASS title.dir: setAttribute() to "auto" followed by IDL get
801 PASS title.dir: setAttribute() to "xauto" followed by getAttribute()
802 PASS title.dir: setAttribute() to "xauto" followed by IDL get
803 PASS title.dir: setAttribute() to "auto\0" followed by getAttribute()
804 PASS title.dir: setAttribute() to "auto\0" followed by IDL get
805 PASS title.dir: setAttribute() to "uto" followed by getAttribute()
806 PASS title.dir: setAttribute() to "uto" followed by IDL get
807 PASS title.dir: setAttribute() to "AUTO" followed by getAttribute()
808 PASS title.dir: setAttribute() to "AUTO" followed by IDL get
809 PASS title.dir: IDL set to "" should not throw
810 PASS title.dir: IDL set to "" followed by getAttribute()
811 PASS title.dir: IDL set to "" followed by IDL get
812 PASS title.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
813 PASS title.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()
814 PASS title.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
815 PASS title.dir: IDL set to undefined should not throw
816 PASS title.dir: IDL set to undefined followed by getAttribute()
817 PASS title.dir: IDL set to undefined followed by IDL get
818 PASS title.dir: IDL set to 7 should not throw
819 PASS title.dir: IDL set to 7 followed by getAttribute()
820 PASS title.dir: IDL set to 7 followed by IDL get
821 PASS title.dir: IDL set to 1.5 should not throw
822 PASS title.dir: IDL set to 1.5 followed by getAttribute()
823 PASS title.dir: IDL set to 1.5 followed by IDL get
824 PASS title.dir: IDL set to true should not throw
825 PASS title.dir: IDL set to true followed by getAttribute()
826 PASS title.dir: IDL set to true followed by IDL get
827 PASS title.dir: IDL set to false should not throw
828 PASS title.dir: IDL set to false followed by getAttribute()
829 PASS title.dir: IDL set to false followed by IDL get
830 PASS title.dir: IDL set to object "[object Object]" should not throw
831 PASS title.dir: IDL set to object "[object Object]" followed by getAttribute()
832 PASS title.dir: IDL set to object "[object Object]" followed by IDL get
833 PASS title.dir: IDL set to NaN should not throw
834 PASS title.dir: IDL set to NaN followed by getAttribute()
835 PASS title.dir: IDL set to NaN followed by IDL get
836 PASS title.dir: IDL set to Infinity should not throw
837 PASS title.dir: IDL set to Infinity followed by getAttribute()
838 PASS title.dir: IDL set to Infinity followed by IDL get
839 PASS title.dir: IDL set to -Infinity should not throw
840 PASS title.dir: IDL set to -Infinity followed by getAttribute()
841 PASS title.dir: IDL set to -Infinity followed by IDL get
842 PASS title.dir: IDL set to "\0" should not throw
843 PASS title.dir: IDL set to "\0" followed by getAttribute()
844 PASS title.dir: IDL set to "\0" followed by IDL get
845 PASS title.dir: IDL set to null should not throw
846 PASS title.dir: IDL set to null followed by IDL get
847 PASS title.dir: IDL set to object "test-toString" should not throw
848 PASS title.dir: IDL set to object "test-toString" followed by getAttribute()
849 PASS title.dir: IDL set to object "test-toString" followed by IDL get
850 PASS title.dir: IDL set to object "test-valueOf" should not throw
851 PASS title.dir: IDL set to object "test-valueOf" followed by getAttribute()
852 PASS title.dir: IDL set to object "test-valueOf" followed by IDL get
853 PASS title.dir: IDL set to "ltr" should not throw
854 PASS title.dir: IDL set to "ltr" followed by getAttribute()
855 PASS title.dir: IDL set to "ltr" followed by IDL get
856 PASS title.dir: IDL set to "xltr" should not throw
857 PASS title.dir: IDL set to "xltr" followed by getAttribute()
858 PASS title.dir: IDL set to "xltr" followed by IDL get
859 PASS title.dir: IDL set to "ltr\0" should not throw
860 PASS title.dir: IDL set to "ltr\0" followed by getAttribute()
861 PASS title.dir: IDL set to "ltr\0" followed by IDL get
862 PASS title.dir: IDL set to "tr" should not throw
863 PASS title.dir: IDL set to "tr" followed by getAttribute()
864 PASS title.dir: IDL set to "tr" followed by IDL get
865 PASS title.dir: IDL set to "LTR" should not throw
866 PASS title.dir: IDL set to "LTR" followed by getAttribute()
867 PASS title.dir: IDL set to "LTR" followed by IDL get
868 PASS title.dir: IDL set to "rtl" should not throw
869 PASS title.dir: IDL set to "rtl" followed by getAttribute()
870 PASS title.dir: IDL set to "rtl" followed by IDL get
871 PASS title.dir: IDL set to "xrtl" should not throw
872 PASS title.dir: IDL set to "xrtl" followed by getAttribute()
873 PASS title.dir: IDL set to "xrtl" followed by IDL get
874 PASS title.dir: IDL set to "rtl\0" should not throw
875 PASS title.dir: IDL set to "rtl\0" followed by getAttribute()
876 PASS title.dir: IDL set to "rtl\0" followed by IDL get
877 PASS title.dir: IDL set to "tl" should not throw
878 PASS title.dir: IDL set to "tl" followed by getAttribute()
879 PASS title.dir: IDL set to "tl" followed by IDL get
880 PASS title.dir: IDL set to "RTL" should not throw
881 PASS title.dir: IDL set to "RTL" followed by getAttribute()
882 PASS title.dir: IDL set to "RTL" followed by IDL get
883 PASS title.dir: IDL set to "auto" should not throw
884 PASS title.dir: IDL set to "auto" followed by getAttribute()
885 PASS title.dir: IDL set to "auto" followed by IDL get
886 PASS title.dir: IDL set to "xauto" should not throw
887 PASS title.dir: IDL set to "xauto" followed by getAttribute()
888 PASS title.dir: IDL set to "xauto" followed by IDL get
889 PASS title.dir: IDL set to "auto\0" should not throw
890 PASS title.dir: IDL set to "auto\0" followed by getAttribute()
891 PASS title.dir: IDL set to "auto\0" followed by IDL get
892 PASS title.dir: IDL set to "uto" should not throw
893 PASS title.dir: IDL set to "uto" followed by getAttribute()
894 PASS title.dir: IDL set to "uto" followed by IDL get
895 PASS title.dir: IDL set to "AUTO" should not throw
896 PASS title.dir: IDL set to "AUTO" followed by getAttribute()
897 PASS title.dir: IDL set to "AUTO" followed by IDL get
898 PASS title.className (<title class>): typeof IDL attribute
899 PASS title.className (<title class>): IDL get with DOM attribute unset
900 PASS title.className (<title class>): setAttribute() to "" followed by getAttrib ute()
901 PASS title.className (<title class>): setAttribute() to "" followed by IDL get
902 PASS title.className (<title 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()
903 PASS title.className (<title 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
904 PASS title.className (<title class>): setAttribute() to undefined followed by ge tAttribute()
905 PASS title.className (<title class>): setAttribute() to undefined followed by ID L get
906 PASS title.className (<title class>): setAttribute() to 7 followed by getAttribu te()
907 PASS title.className (<title class>): setAttribute() to 7 followed by IDL get
908 PASS title.className (<title class>): setAttribute() to 1.5 followed by getAttri bute()
909 PASS title.className (<title class>): setAttribute() to 1.5 followed by IDL get
910 PASS title.className (<title class>): setAttribute() to true followed by getAttr ibute()
911 PASS title.className (<title class>): setAttribute() to true followed by IDL get
912 PASS title.className (<title class>): setAttribute() to false followed by getAtt ribute()
913 PASS title.className (<title class>): setAttribute() to false followed by IDL ge t
914 PASS title.className (<title class>): setAttribute() to object "[object Object]" followed by getAttribute()
915 PASS title.className (<title class>): setAttribute() to object "[object Object]" followed by IDL get
916 PASS title.className (<title class>): setAttribute() to NaN followed by getAttri bute()
917 PASS title.className (<title class>): setAttribute() to NaN followed by IDL get
918 PASS title.className (<title class>): setAttribute() to Infinity followed by get Attribute()
919 PASS title.className (<title class>): setAttribute() to Infinity followed by IDL get
920 PASS title.className (<title class>): setAttribute() to -Infinity followed by ge tAttribute()
921 PASS title.className (<title class>): setAttribute() to -Infinity followed by ID L get
922 PASS title.className (<title class>): setAttribute() to "\0" followed by getAttr ibute()
923 PASS title.className (<title class>): setAttribute() to "\0" followed by IDL get
924 PASS title.className (<title class>): setAttribute() to null followed by getAttr ibute()
925 PASS title.className (<title class>): setAttribute() to null followed by IDL get
926 PASS title.className (<title class>): setAttribute() to object "test-toString" f ollowed by getAttribute()
927 PASS title.className (<title class>): setAttribute() to object "test-toString" f ollowed by IDL get
928 PASS title.className (<title class>): setAttribute() to object "test-valueOf" fo llowed by getAttribute()
929 PASS title.className (<title class>): setAttribute() to object "test-valueOf" fo llowed by IDL get
930 PASS title.className (<title class>): IDL set to "" should not throw
931 PASS title.className (<title class>): IDL set to "" followed by getAttribute()
932 PASS title.className (<title class>): IDL set to "" followed by IDL get
933 PASS title.className (<title 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
934 PASS title.className (<title 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()
935 PASS title.className (<title 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
936 PASS title.className (<title class>): IDL set to undefined should not throw
937 PASS title.className (<title class>): IDL set to undefined followed by getAttrib ute()
938 PASS title.className (<title class>): IDL set to undefined followed by IDL get
939 PASS title.className (<title class>): IDL set to 7 should not throw
940 PASS title.className (<title class>): IDL set to 7 followed by getAttribute()
941 PASS title.className (<title class>): IDL set to 7 followed by IDL get
942 PASS title.className (<title class>): IDL set to 1.5 should not throw
943 PASS title.className (<title class>): IDL set to 1.5 followed by getAttribute()
944 PASS title.className (<title class>): IDL set to 1.5 followed by IDL get
945 PASS title.className (<title class>): IDL set to true should not throw
946 PASS title.className (<title class>): IDL set to true followed by getAttribute()
947 PASS title.className (<title class>): IDL set to true followed by IDL get
948 PASS title.className (<title class>): IDL set to false should not throw
949 PASS title.className (<title class>): IDL set to false followed by getAttribute( )
950 PASS title.className (<title class>): IDL set to false followed by IDL get
951 PASS title.className (<title class>): IDL set to object "[object Object]" should not throw
952 PASS title.className (<title class>): IDL set to object "[object Object]" follow ed by getAttribute()
953 PASS title.className (<title class>): IDL set to object "[object Object]" follow ed by IDL get
954 PASS title.className (<title class>): IDL set to NaN should not throw
955 PASS title.className (<title class>): IDL set to NaN followed by getAttribute()
956 PASS title.className (<title class>): IDL set to NaN followed by IDL get
957 PASS title.className (<title class>): IDL set to Infinity should not throw
958 PASS title.className (<title class>): IDL set to Infinity followed by getAttribu te()
959 PASS title.className (<title class>): IDL set to Infinity followed by IDL get
960 PASS title.className (<title class>): IDL set to -Infinity should not throw
961 PASS title.className (<title class>): IDL set to -Infinity followed by getAttrib ute()
962 PASS title.className (<title class>): IDL set to -Infinity followed by IDL get
963 PASS title.className (<title class>): IDL set to "\0" should not throw
964 PASS title.className (<title class>): IDL set to "\0" followed by getAttribute()
965 PASS title.className (<title class>): IDL set to "\0" followed by IDL get
966 PASS title.className (<title class>): IDL set to null should not throw
967 PASS title.className (<title class>): IDL set to null followed by getAttribute()
968 PASS title.className (<title class>): IDL set to null followed by IDL get
969 PASS title.className (<title class>): IDL set to object "test-toString" should n ot throw
970 PASS title.className (<title class>): IDL set to object "test-toString" followed by getAttribute()
971 PASS title.className (<title class>): IDL set to object "test-toString" followed by IDL get
972 PASS title.className (<title class>): IDL set to object "test-valueOf" should no t throw
973 PASS title.className (<title class>): IDL set to object "test-valueOf" followed by getAttribute()
974 PASS title.className (<title class>): IDL set to object "test-valueOf" followed by IDL get
975 PASS title.hidden: typeof IDL attribute
976 PASS title.hidden: IDL get with DOM attribute unset
977 PASS title.hidden: setAttribute() to "" followed by getAttribute()
978 PASS title.hidden: setAttribute() to "" followed by IDL get
979 PASS title.hidden: setAttribute() to " foo " followed by getAttribute()
980 PASS title.hidden: setAttribute() to " foo " followed by IDL get
981 PASS title.hidden: setAttribute() to undefined followed by getAttribute()
982 PASS title.hidden: setAttribute() to undefined followed by IDL get
983 PASS title.hidden: setAttribute() to null followed by getAttribute()
984 PASS title.hidden: setAttribute() to null followed by IDL get
985 PASS title.hidden: setAttribute() to 7 followed by getAttribute()
986 PASS title.hidden: setAttribute() to 7 followed by IDL get
987 PASS title.hidden: setAttribute() to 1.5 followed by getAttribute()
988 PASS title.hidden: setAttribute() to 1.5 followed by IDL get
989 PASS title.hidden: setAttribute() to true followed by getAttribute()
990 PASS title.hidden: setAttribute() to true followed by IDL get
991 PASS title.hidden: setAttribute() to false followed by getAttribute()
992 PASS title.hidden: setAttribute() to false followed by IDL get
993 PASS title.hidden: setAttribute() to object "[object Object]" followed by getAtt ribute()
994 PASS title.hidden: setAttribute() to object "[object Object]" followed by IDL ge t
995 PASS title.hidden: setAttribute() to NaN followed by getAttribute()
996 PASS title.hidden: setAttribute() to NaN followed by IDL get
997 PASS title.hidden: setAttribute() to Infinity followed by getAttribute()
998 PASS title.hidden: setAttribute() to Infinity followed by IDL get
999 PASS title.hidden: setAttribute() to -Infinity followed by getAttribute()
1000 PASS title.hidden: setAttribute() to -Infinity followed by IDL get
1001 PASS title.hidden: setAttribute() to "\0" followed by getAttribute()
1002 PASS title.hidden: setAttribute() to "\0" followed by IDL get
1003 PASS title.hidden: setAttribute() to object "test-toString" followed by getAttri bute()
1004 PASS title.hidden: setAttribute() to object "test-toString" followed by IDL get
1005 PASS title.hidden: setAttribute() to object "test-valueOf" followed by getAttrib ute()
1006 PASS title.hidden: setAttribute() to object "test-valueOf" followed by IDL get
1007 PASS title.hidden: setAttribute() to "hidden" followed by getAttribute()
1008 PASS title.hidden: setAttribute() to "hidden" followed by IDL get
1009 PASS title.hidden: IDL set to "" should not throw
1010 PASS title.hidden: IDL set to "" followed by hasAttribute()
1011 PASS title.hidden: IDL set to "" followed by IDL get
1012 PASS title.hidden: IDL set to " foo " should not throw
1013 PASS title.hidden: IDL set to " foo " followed by hasAttribute()
1014 PASS title.hidden: IDL set to " foo " followed by IDL get
1015 PASS title.hidden: IDL set to undefined should not throw
1016 PASS title.hidden: IDL set to undefined followed by hasAttribute()
1017 PASS title.hidden: IDL set to undefined followed by IDL get
1018 PASS title.hidden: IDL set to null should not throw
1019 PASS title.hidden: IDL set to null followed by hasAttribute()
1020 PASS title.hidden: IDL set to null followed by IDL get
1021 PASS title.hidden: IDL set to 7 should not throw
1022 PASS title.hidden: IDL set to 7 followed by hasAttribute()
1023 PASS title.hidden: IDL set to 7 followed by IDL get
1024 PASS title.hidden: IDL set to 1.5 should not throw
1025 PASS title.hidden: IDL set to 1.5 followed by hasAttribute()
1026 PASS title.hidden: IDL set to 1.5 followed by IDL get
1027 PASS title.hidden: IDL set to true should not throw
1028 PASS title.hidden: IDL set to true followed by hasAttribute()
1029 PASS title.hidden: IDL set to true followed by IDL get
1030 PASS title.hidden: IDL set to false should not throw
1031 PASS title.hidden: IDL set to false followed by hasAttribute()
1032 PASS title.hidden: IDL set to false followed by IDL get
1033 PASS title.hidden: IDL set to object "[object Object]" should not throw
1034 PASS title.hidden: IDL set to object "[object Object]" followed by hasAttribute( )
1035 PASS title.hidden: IDL set to object "[object Object]" followed by IDL get
1036 PASS title.hidden: IDL set to NaN should not throw
1037 PASS title.hidden: IDL set to NaN followed by hasAttribute()
1038 PASS title.hidden: IDL set to NaN followed by IDL get
1039 PASS title.hidden: IDL set to Infinity should not throw
1040 PASS title.hidden: IDL set to Infinity followed by hasAttribute()
1041 PASS title.hidden: IDL set to Infinity followed by IDL get
1042 PASS title.hidden: IDL set to -Infinity should not throw
1043 PASS title.hidden: IDL set to -Infinity followed by hasAttribute()
1044 PASS title.hidden: IDL set to -Infinity followed by IDL get
1045 PASS title.hidden: IDL set to "\0" should not throw
1046 PASS title.hidden: IDL set to "\0" followed by hasAttribute()
1047 PASS title.hidden: IDL set to "\0" followed by IDL get
1048 PASS title.hidden: IDL set to object "test-toString" should not throw
1049 PASS title.hidden: IDL set to object "test-toString" followed by hasAttribute()
1050 PASS title.hidden: IDL set to object "test-toString" followed by IDL get
1051 PASS title.hidden: IDL set to object "test-valueOf" should not throw
1052 PASS title.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
1053 PASS title.hidden: IDL set to object "test-valueOf" followed by IDL get
1054 PASS title.accessKey: typeof IDL attribute
1055 PASS title.accessKey: IDL get with DOM attribute unset
1056 PASS title.accessKey: setAttribute() to "" followed by getAttribute()
1057 PASS title.accessKey: setAttribute() to "" followed by IDL get
1058 PASS title.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()
1059 PASS title.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
1060 PASS title.accessKey: setAttribute() to undefined followed by getAttribute()
1061 PASS title.accessKey: setAttribute() to undefined followed by IDL get
1062 PASS title.accessKey: setAttribute() to 7 followed by getAttribute()
1063 PASS title.accessKey: setAttribute() to 7 followed by IDL get
1064 PASS title.accessKey: setAttribute() to 1.5 followed by getAttribute()
1065 PASS title.accessKey: setAttribute() to 1.5 followed by IDL get
1066 PASS title.accessKey: setAttribute() to true followed by getAttribute()
1067 PASS title.accessKey: setAttribute() to true followed by IDL get
1068 PASS title.accessKey: setAttribute() to false followed by getAttribute()
1069 PASS title.accessKey: setAttribute() to false followed by IDL get
1070 PASS title.accessKey: setAttribute() to object "[object Object]" followed by get Attribute()
1071 PASS title.accessKey: setAttribute() to object "[object Object]" followed by IDL get
1072 PASS title.accessKey: setAttribute() to NaN followed by getAttribute()
1073 PASS title.accessKey: setAttribute() to NaN followed by IDL get
1074 PASS title.accessKey: setAttribute() to Infinity followed by getAttribute()
1075 PASS title.accessKey: setAttribute() to Infinity followed by IDL get
1076 PASS title.accessKey: setAttribute() to -Infinity followed by getAttribute()
1077 PASS title.accessKey: setAttribute() to -Infinity followed by IDL get
1078 PASS title.accessKey: setAttribute() to "\0" followed by getAttribute()
1079 PASS title.accessKey: setAttribute() to "\0" followed by IDL get
1080 PASS title.accessKey: setAttribute() to null followed by getAttribute()
1081 PASS title.accessKey: setAttribute() to null followed by IDL get
1082 PASS title.accessKey: setAttribute() to object "test-toString" followed by getAt tribute()
1083 PASS title.accessKey: setAttribute() to object "test-toString" followed by IDL g et
1084 PASS title.accessKey: setAttribute() to object "test-valueOf" followed by getAtt ribute()
1085 PASS title.accessKey: setAttribute() to object "test-valueOf" followed by IDL ge t
1086 PASS title.accessKey: IDL set to "" should not throw
1087 PASS title.accessKey: IDL set to "" followed by getAttribute()
1088 PASS title.accessKey: IDL set to "" followed by IDL get
1089 PASS title.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
1090 PASS title.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()
1091 PASS title.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
1092 PASS title.accessKey: IDL set to undefined should not throw
1093 PASS title.accessKey: IDL set to undefined followed by getAttribute()
1094 PASS title.accessKey: IDL set to undefined followed by IDL get
1095 PASS title.accessKey: IDL set to 7 should not throw
1096 PASS title.accessKey: IDL set to 7 followed by getAttribute()
1097 PASS title.accessKey: IDL set to 7 followed by IDL get
1098 PASS title.accessKey: IDL set to 1.5 should not throw
1099 PASS title.accessKey: IDL set to 1.5 followed by getAttribute()
1100 PASS title.accessKey: IDL set to 1.5 followed by IDL get
1101 PASS title.accessKey: IDL set to true should not throw
1102 PASS title.accessKey: IDL set to true followed by getAttribute()
1103 PASS title.accessKey: IDL set to true followed by IDL get
1104 PASS title.accessKey: IDL set to false should not throw
1105 PASS title.accessKey: IDL set to false followed by getAttribute()
1106 PASS title.accessKey: IDL set to false followed by IDL get
1107 PASS title.accessKey: IDL set to object "[object Object]" should not throw
1108 PASS title.accessKey: IDL set to object "[object Object]" followed by getAttribu te()
1109 PASS title.accessKey: IDL set to object "[object Object]" followed by IDL get
1110 PASS title.accessKey: IDL set to NaN should not throw
1111 PASS title.accessKey: IDL set to NaN followed by getAttribute()
1112 PASS title.accessKey: IDL set to NaN followed by IDL get
1113 PASS title.accessKey: IDL set to Infinity should not throw
1114 PASS title.accessKey: IDL set to Infinity followed by getAttribute()
1115 PASS title.accessKey: IDL set to Infinity followed by IDL get
1116 PASS title.accessKey: IDL set to -Infinity should not throw
1117 PASS title.accessKey: IDL set to -Infinity followed by getAttribute()
1118 PASS title.accessKey: IDL set to -Infinity followed by IDL get
1119 PASS title.accessKey: IDL set to "\0" should not throw
1120 PASS title.accessKey: IDL set to "\0" followed by getAttribute()
1121 PASS title.accessKey: IDL set to "\0" followed by IDL get
1122 PASS title.accessKey: IDL set to null should not throw
1123 PASS title.accessKey: IDL set to null followed by getAttribute()
1124 PASS title.accessKey: IDL set to null followed by IDL get
1125 PASS title.accessKey: IDL set to object "test-toString" should not throw
1126 PASS title.accessKey: IDL set to object "test-toString" followed by getAttribute ()
1127 PASS title.accessKey: IDL set to object "test-toString" followed by IDL get
1128 PASS title.accessKey: IDL set to object "test-valueOf" should not throw
1129 PASS title.accessKey: IDL set to object "test-valueOf" followed by getAttribute( )
1130 PASS title.accessKey: IDL set to object "test-valueOf" followed by IDL get
1131 PASS title.tabIndex: typeof IDL attribute
1132 PASS title.tabIndex: setAttribute() to -36 followed by getAttribute()
1133 PASS title.tabIndex: setAttribute() to -36 followed by IDL get
1134 PASS title.tabIndex: setAttribute() to -1 followed by getAttribute()
1135 PASS title.tabIndex: setAttribute() to -1 followed by IDL get
1136 PASS title.tabIndex: setAttribute() to 0 followed by getAttribute()
1137 PASS title.tabIndex: setAttribute() to 0 followed by IDL get
1138 PASS title.tabIndex: setAttribute() to 1 followed by getAttribute()
1139 PASS title.tabIndex: setAttribute() to 1 followed by IDL get
1140 PASS title.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
1141 FAIL title.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
1142 PASS title.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
1143 FAIL title.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
1144 PASS title.tabIndex: setAttribute() to "-1" followed by getAttribute()
1145 PASS title.tabIndex: setAttribute() to "-1" followed by IDL get
1146 PASS title.tabIndex: setAttribute() to "-0" followed by getAttribute()
1147 PASS title.tabIndex: setAttribute() to "-0" followed by IDL get
1148 PASS title.tabIndex: setAttribute() to "0" followed by getAttribute()
1149 PASS title.tabIndex: setAttribute() to "0" followed by IDL get
1150 PASS title.tabIndex: setAttribute() to "1" followed by getAttribute()
1151 PASS title.tabIndex: setAttribute() to "1" followed by IDL get
1152 PASS title.tabIndex: setAttribute() to "\t7" followed by getAttribute()
1153 PASS title.tabIndex: setAttribute() to "\t7" followed by IDL get
1154 PASS title.tabIndex: setAttribute() to "\f7" followed by getAttribute()
1155 PASS title.tabIndex: setAttribute() to "\f7" followed by IDL get
1156 PASS title.tabIndex: setAttribute() to " 7" followed by getAttribute()
1157 PASS title.tabIndex: setAttribute() to " 7" followed by IDL get
1158 PASS title.tabIndex: setAttribute() to "\n7" followed by getAttribute()
1159 PASS title.tabIndex: setAttribute() to "\n7" followed by IDL get
1160 PASS title.tabIndex: setAttribute() to "\r7" followed by getAttribute()
1161 PASS title.tabIndex: setAttribute() to "\r7" followed by IDL get
1162 PASS title.tabIndex: setAttribute() to 1.5 followed by getAttribute()
1163 PASS title.tabIndex: setAttribute() to 1.5 followed by IDL get
1164 PASS title.tabIndex: setAttribute() to object "2" followed by getAttribute()
1165 PASS title.tabIndex: setAttribute() to object "2" followed by IDL get
1166 PASS title.tabIndex: IDL set to -36 should not throw
1167 PASS title.tabIndex: IDL set to -36 followed by getAttribute()
1168 PASS title.tabIndex: IDL set to -36 followed by IDL get
1169 PASS title.tabIndex: IDL set to -1 should not throw
1170 PASS title.tabIndex: IDL set to -1 followed by getAttribute()
1171 PASS title.tabIndex: IDL set to -1 followed by IDL get
1172 PASS title.tabIndex: IDL set to 0 should not throw
1173 PASS title.tabIndex: IDL set to 0 followed by getAttribute()
1174 PASS title.tabIndex: IDL set to 0 followed by IDL get
1175 PASS title.tabIndex: IDL set to 1 should not throw
1176 PASS title.tabIndex: IDL set to 1 followed by getAttribute()
1177 PASS title.tabIndex: IDL set to 1 followed by IDL get
1178 PASS title.tabIndex: IDL set to 2147483647 should not throw
1179 PASS title.tabIndex: IDL set to 2147483647 followed by getAttribute()
1180 FAIL title.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
1181 PASS title.tabIndex: IDL set to -2147483648 should not throw
1182 PASS title.tabIndex: IDL set to -2147483648 followed by getAttribute()
1183 FAIL title.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
1184 PASS base.title: typeof IDL attribute
1185 PASS base.title: IDL get with DOM attribute unset
1186 PASS base.title: setAttribute() to "" followed by getAttribute()
1187 PASS base.title: setAttribute() to "" followed by IDL get
1188 PASS base.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()
1189 PASS base.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
1190 PASS base.title: setAttribute() to undefined followed by getAttribute()
1191 PASS base.title: setAttribute() to undefined followed by IDL get
1192 PASS base.title: setAttribute() to 7 followed by getAttribute()
1193 PASS base.title: setAttribute() to 7 followed by IDL get
1194 PASS base.title: setAttribute() to 1.5 followed by getAttribute()
1195 PASS base.title: setAttribute() to 1.5 followed by IDL get
1196 PASS base.title: setAttribute() to true followed by getAttribute()
1197 PASS base.title: setAttribute() to true followed by IDL get
1198 PASS base.title: setAttribute() to false followed by getAttribute()
1199 PASS base.title: setAttribute() to false followed by IDL get
1200 PASS base.title: setAttribute() to object "[object Object]" followed by getAttri bute()
1201 PASS base.title: setAttribute() to object "[object Object]" followed by IDL get
1202 PASS base.title: setAttribute() to NaN followed by getAttribute()
1203 PASS base.title: setAttribute() to NaN followed by IDL get
1204 PASS base.title: setAttribute() to Infinity followed by getAttribute()
1205 PASS base.title: setAttribute() to Infinity followed by IDL get
1206 PASS base.title: setAttribute() to -Infinity followed by getAttribute()
1207 PASS base.title: setAttribute() to -Infinity followed by IDL get
1208 PASS base.title: setAttribute() to "\0" followed by getAttribute()
1209 PASS base.title: setAttribute() to "\0" followed by IDL get
1210 PASS base.title: setAttribute() to null followed by getAttribute()
1211 PASS base.title: setAttribute() to null followed by IDL get
1212 PASS base.title: setAttribute() to object "test-toString" followed by getAttribu te()
1213 PASS base.title: setAttribute() to object "test-toString" followed by IDL get
1214 PASS base.title: setAttribute() to object "test-valueOf" followed by getAttribut e()
1215 PASS base.title: setAttribute() to object "test-valueOf" followed by IDL get
1216 PASS base.title: IDL set to "" should not throw
1217 PASS base.title: IDL set to "" followed by getAttribute()
1218 PASS base.title: IDL set to "" followed by IDL get
1219 PASS base.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
1220 PASS base.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()
1221 PASS base.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
1222 PASS base.title: IDL set to undefined should not throw
1223 PASS base.title: IDL set to undefined followed by getAttribute()
1224 PASS base.title: IDL set to undefined followed by IDL get
1225 PASS base.title: IDL set to 7 should not throw
1226 PASS base.title: IDL set to 7 followed by getAttribute()
1227 PASS base.title: IDL set to 7 followed by IDL get
1228 PASS base.title: IDL set to 1.5 should not throw
1229 PASS base.title: IDL set to 1.5 followed by getAttribute()
1230 PASS base.title: IDL set to 1.5 followed by IDL get
1231 PASS base.title: IDL set to true should not throw
1232 PASS base.title: IDL set to true followed by getAttribute()
1233 PASS base.title: IDL set to true followed by IDL get
1234 PASS base.title: IDL set to false should not throw
1235 PASS base.title: IDL set to false followed by getAttribute()
1236 PASS base.title: IDL set to false followed by IDL get
1237 PASS base.title: IDL set to object "[object Object]" should not throw
1238 PASS base.title: IDL set to object "[object Object]" followed by getAttribute()
1239 PASS base.title: IDL set to object "[object Object]" followed by IDL get
1240 PASS base.title: IDL set to NaN should not throw
1241 PASS base.title: IDL set to NaN followed by getAttribute()
1242 PASS base.title: IDL set to NaN followed by IDL get
1243 PASS base.title: IDL set to Infinity should not throw
1244 PASS base.title: IDL set to Infinity followed by getAttribute()
1245 PASS base.title: IDL set to Infinity followed by IDL get
1246 PASS base.title: IDL set to -Infinity should not throw
1247 PASS base.title: IDL set to -Infinity followed by getAttribute()
1248 PASS base.title: IDL set to -Infinity followed by IDL get
1249 PASS base.title: IDL set to "\0" should not throw
1250 PASS base.title: IDL set to "\0" followed by getAttribute()
1251 PASS base.title: IDL set to "\0" followed by IDL get
1252 PASS base.title: IDL set to null should not throw
1253 PASS base.title: IDL set to null followed by getAttribute()
1254 PASS base.title: IDL set to null followed by IDL get
1255 PASS base.title: IDL set to object "test-toString" should not throw
1256 PASS base.title: IDL set to object "test-toString" followed by getAttribute()
1257 PASS base.title: IDL set to object "test-toString" followed by IDL get
1258 PASS base.title: IDL set to object "test-valueOf" should not throw
1259 PASS base.title: IDL set to object "test-valueOf" followed by getAttribute()
1260 PASS base.title: IDL set to object "test-valueOf" followed by IDL get
1261 PASS base.lang: typeof IDL attribute
1262 PASS base.lang: IDL get with DOM attribute unset
1263 PASS base.lang: setAttribute() to "" followed by getAttribute()
1264 PASS base.lang: setAttribute() to "" followed by IDL get
1265 PASS base.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()
1266 PASS base.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
1267 PASS base.lang: setAttribute() to undefined followed by getAttribute()
1268 PASS base.lang: setAttribute() to undefined followed by IDL get
1269 PASS base.lang: setAttribute() to 7 followed by getAttribute()
1270 PASS base.lang: setAttribute() to 7 followed by IDL get
1271 PASS base.lang: setAttribute() to 1.5 followed by getAttribute()
1272 PASS base.lang: setAttribute() to 1.5 followed by IDL get
1273 PASS base.lang: setAttribute() to true followed by getAttribute()
1274 PASS base.lang: setAttribute() to true followed by IDL get
1275 PASS base.lang: setAttribute() to false followed by getAttribute()
1276 PASS base.lang: setAttribute() to false followed by IDL get
1277 PASS base.lang: setAttribute() to object "[object Object]" followed by getAttrib ute()
1278 PASS base.lang: setAttribute() to object "[object Object]" followed by IDL get
1279 PASS base.lang: setAttribute() to NaN followed by getAttribute()
1280 PASS base.lang: setAttribute() to NaN followed by IDL get
1281 PASS base.lang: setAttribute() to Infinity followed by getAttribute()
1282 PASS base.lang: setAttribute() to Infinity followed by IDL get
1283 PASS base.lang: setAttribute() to -Infinity followed by getAttribute()
1284 PASS base.lang: setAttribute() to -Infinity followed by IDL get
1285 PASS base.lang: setAttribute() to "\0" followed by getAttribute()
1286 PASS base.lang: setAttribute() to "\0" followed by IDL get
1287 PASS base.lang: setAttribute() to null followed by getAttribute()
1288 PASS base.lang: setAttribute() to null followed by IDL get
1289 PASS base.lang: setAttribute() to object "test-toString" followed by getAttribut e()
1290 PASS base.lang: setAttribute() to object "test-toString" followed by IDL get
1291 PASS base.lang: setAttribute() to object "test-valueOf" followed by getAttribute ()
1292 PASS base.lang: setAttribute() to object "test-valueOf" followed by IDL get
1293 PASS base.lang: IDL set to "" should not throw
1294 PASS base.lang: IDL set to "" followed by getAttribute()
1295 PASS base.lang: IDL set to "" followed by IDL get
1296 PASS base.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
1297 PASS base.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()
1298 PASS base.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
1299 PASS base.lang: IDL set to undefined should not throw
1300 PASS base.lang: IDL set to undefined followed by getAttribute()
1301 PASS base.lang: IDL set to undefined followed by IDL get
1302 PASS base.lang: IDL set to 7 should not throw
1303 PASS base.lang: IDL set to 7 followed by getAttribute()
1304 PASS base.lang: IDL set to 7 followed by IDL get
1305 PASS base.lang: IDL set to 1.5 should not throw
1306 PASS base.lang: IDL set to 1.5 followed by getAttribute()
1307 PASS base.lang: IDL set to 1.5 followed by IDL get
1308 PASS base.lang: IDL set to true should not throw
1309 PASS base.lang: IDL set to true followed by getAttribute()
1310 PASS base.lang: IDL set to true followed by IDL get
1311 PASS base.lang: IDL set to false should not throw
1312 PASS base.lang: IDL set to false followed by getAttribute()
1313 PASS base.lang: IDL set to false followed by IDL get
1314 PASS base.lang: IDL set to object "[object Object]" should not throw
1315 PASS base.lang: IDL set to object "[object Object]" followed by getAttribute()
1316 PASS base.lang: IDL set to object "[object Object]" followed by IDL get
1317 PASS base.lang: IDL set to NaN should not throw
1318 PASS base.lang: IDL set to NaN followed by getAttribute()
1319 PASS base.lang: IDL set to NaN followed by IDL get
1320 PASS base.lang: IDL set to Infinity should not throw
1321 PASS base.lang: IDL set to Infinity followed by getAttribute()
1322 PASS base.lang: IDL set to Infinity followed by IDL get
1323 PASS base.lang: IDL set to -Infinity should not throw
1324 PASS base.lang: IDL set to -Infinity followed by getAttribute()
1325 PASS base.lang: IDL set to -Infinity followed by IDL get
1326 PASS base.lang: IDL set to "\0" should not throw
1327 PASS base.lang: IDL set to "\0" followed by getAttribute()
1328 PASS base.lang: IDL set to "\0" followed by IDL get
1329 PASS base.lang: IDL set to null should not throw
1330 PASS base.lang: IDL set to null followed by getAttribute()
1331 PASS base.lang: IDL set to null followed by IDL get
1332 PASS base.lang: IDL set to object "test-toString" should not throw
1333 PASS base.lang: IDL set to object "test-toString" followed by getAttribute()
1334 PASS base.lang: IDL set to object "test-toString" followed by IDL get
1335 PASS base.lang: IDL set to object "test-valueOf" should not throw
1336 PASS base.lang: IDL set to object "test-valueOf" followed by getAttribute()
1337 PASS base.lang: IDL set to object "test-valueOf" followed by IDL get
1338 PASS base.dir: typeof IDL attribute
1339 PASS base.dir: IDL get with DOM attribute unset
1340 PASS base.dir: setAttribute() to "" followed by getAttribute()
1341 PASS base.dir: setAttribute() to "" followed by IDL get
1342 PASS base.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()
1343 PASS base.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
1344 PASS base.dir: setAttribute() to undefined followed by getAttribute()
1345 PASS base.dir: setAttribute() to undefined followed by IDL get
1346 PASS base.dir: setAttribute() to 7 followed by getAttribute()
1347 PASS base.dir: setAttribute() to 7 followed by IDL get
1348 PASS base.dir: setAttribute() to 1.5 followed by getAttribute()
1349 PASS base.dir: setAttribute() to 1.5 followed by IDL get
1350 PASS base.dir: setAttribute() to true followed by getAttribute()
1351 PASS base.dir: setAttribute() to true followed by IDL get
1352 PASS base.dir: setAttribute() to false followed by getAttribute()
1353 PASS base.dir: setAttribute() to false followed by IDL get
1354 PASS base.dir: setAttribute() to object "[object Object]" followed by getAttribu te()
1355 PASS base.dir: setAttribute() to object "[object Object]" followed by IDL get
1356 PASS base.dir: setAttribute() to NaN followed by getAttribute()
1357 PASS base.dir: setAttribute() to NaN followed by IDL get
1358 PASS base.dir: setAttribute() to Infinity followed by getAttribute()
1359 PASS base.dir: setAttribute() to Infinity followed by IDL get
1360 PASS base.dir: setAttribute() to -Infinity followed by getAttribute()
1361 PASS base.dir: setAttribute() to -Infinity followed by IDL get
1362 PASS base.dir: setAttribute() to "\0" followed by getAttribute()
1363 PASS base.dir: setAttribute() to "\0" followed by IDL get
1364 PASS base.dir: setAttribute() to null followed by getAttribute()
1365 PASS base.dir: setAttribute() to null followed by IDL get
1366 PASS base.dir: setAttribute() to object "test-toString" followed by getAttribute ()
1367 PASS base.dir: setAttribute() to object "test-toString" followed by IDL get
1368 PASS base.dir: setAttribute() to object "test-valueOf" followed by getAttribute( )
1369 PASS base.dir: setAttribute() to object "test-valueOf" followed by IDL get
1370 PASS base.dir: setAttribute() to "ltr" followed by getAttribute()
1371 PASS base.dir: setAttribute() to "ltr" followed by IDL get
1372 PASS base.dir: setAttribute() to "xltr" followed by getAttribute()
1373 PASS base.dir: setAttribute() to "xltr" followed by IDL get
1374 PASS base.dir: setAttribute() to "ltr\0" followed by getAttribute()
1375 PASS base.dir: setAttribute() to "ltr\0" followed by IDL get
1376 PASS base.dir: setAttribute() to "tr" followed by getAttribute()
1377 PASS base.dir: setAttribute() to "tr" followed by IDL get
1378 PASS base.dir: setAttribute() to "LTR" followed by getAttribute()
1379 PASS base.dir: setAttribute() to "LTR" followed by IDL get
1380 PASS base.dir: setAttribute() to "rtl" followed by getAttribute()
1381 PASS base.dir: setAttribute() to "rtl" followed by IDL get
1382 PASS base.dir: setAttribute() to "xrtl" followed by getAttribute()
1383 PASS base.dir: setAttribute() to "xrtl" followed by IDL get
1384 PASS base.dir: setAttribute() to "rtl\0" followed by getAttribute()
1385 PASS base.dir: setAttribute() to "rtl\0" followed by IDL get
1386 PASS base.dir: setAttribute() to "tl" followed by getAttribute()
1387 PASS base.dir: setAttribute() to "tl" followed by IDL get
1388 PASS base.dir: setAttribute() to "RTL" followed by getAttribute()
1389 PASS base.dir: setAttribute() to "RTL" followed by IDL get
1390 PASS base.dir: setAttribute() to "auto" followed by getAttribute()
1391 PASS base.dir: setAttribute() to "auto" followed by IDL get
1392 PASS base.dir: setAttribute() to "xauto" followed by getAttribute()
1393 PASS base.dir: setAttribute() to "xauto" followed by IDL get
1394 PASS base.dir: setAttribute() to "auto\0" followed by getAttribute()
1395 PASS base.dir: setAttribute() to "auto\0" followed by IDL get
1396 PASS base.dir: setAttribute() to "uto" followed by getAttribute()
1397 PASS base.dir: setAttribute() to "uto" followed by IDL get
1398 PASS base.dir: setAttribute() to "AUTO" followed by getAttribute()
1399 PASS base.dir: setAttribute() to "AUTO" followed by IDL get
1400 PASS base.dir: IDL set to "" should not throw
1401 PASS base.dir: IDL set to "" followed by getAttribute()
1402 PASS base.dir: IDL set to "" followed by IDL get
1403 PASS base.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
1404 PASS base.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()
1405 PASS base.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
1406 PASS base.dir: IDL set to undefined should not throw
1407 PASS base.dir: IDL set to undefined followed by getAttribute()
1408 PASS base.dir: IDL set to undefined followed by IDL get
1409 PASS base.dir: IDL set to 7 should not throw
1410 PASS base.dir: IDL set to 7 followed by getAttribute()
1411 PASS base.dir: IDL set to 7 followed by IDL get
1412 PASS base.dir: IDL set to 1.5 should not throw
1413 PASS base.dir: IDL set to 1.5 followed by getAttribute()
1414 PASS base.dir: IDL set to 1.5 followed by IDL get
1415 PASS base.dir: IDL set to true should not throw
1416 PASS base.dir: IDL set to true followed by getAttribute()
1417 PASS base.dir: IDL set to true followed by IDL get
1418 PASS base.dir: IDL set to false should not throw
1419 PASS base.dir: IDL set to false followed by getAttribute()
1420 PASS base.dir: IDL set to false followed by IDL get
1421 PASS base.dir: IDL set to object "[object Object]" should not throw
1422 PASS base.dir: IDL set to object "[object Object]" followed by getAttribute()
1423 PASS base.dir: IDL set to object "[object Object]" followed by IDL get
1424 PASS base.dir: IDL set to NaN should not throw
1425 PASS base.dir: IDL set to NaN followed by getAttribute()
1426 PASS base.dir: IDL set to NaN followed by IDL get
1427 PASS base.dir: IDL set to Infinity should not throw
1428 PASS base.dir: IDL set to Infinity followed by getAttribute()
1429 PASS base.dir: IDL set to Infinity followed by IDL get
1430 PASS base.dir: IDL set to -Infinity should not throw
1431 PASS base.dir: IDL set to -Infinity followed by getAttribute()
1432 PASS base.dir: IDL set to -Infinity followed by IDL get
1433 PASS base.dir: IDL set to "\0" should not throw
1434 PASS base.dir: IDL set to "\0" followed by getAttribute()
1435 PASS base.dir: IDL set to "\0" followed by IDL get
1436 PASS base.dir: IDL set to null should not throw
1437 PASS base.dir: IDL set to null followed by IDL get
1438 PASS base.dir: IDL set to object "test-toString" should not throw
1439 PASS base.dir: IDL set to object "test-toString" followed by getAttribute()
1440 PASS base.dir: IDL set to object "test-toString" followed by IDL get
1441 PASS base.dir: IDL set to object "test-valueOf" should not throw
1442 PASS base.dir: IDL set to object "test-valueOf" followed by getAttribute()
1443 PASS base.dir: IDL set to object "test-valueOf" followed by IDL get
1444 PASS base.dir: IDL set to "ltr" should not throw
1445 PASS base.dir: IDL set to "ltr" followed by getAttribute()
1446 PASS base.dir: IDL set to "ltr" followed by IDL get
1447 PASS base.dir: IDL set to "xltr" should not throw
1448 PASS base.dir: IDL set to "xltr" followed by getAttribute()
1449 PASS base.dir: IDL set to "xltr" followed by IDL get
1450 PASS base.dir: IDL set to "ltr\0" should not throw
1451 PASS base.dir: IDL set to "ltr\0" followed by getAttribute()
1452 PASS base.dir: IDL set to "ltr\0" followed by IDL get
1453 PASS base.dir: IDL set to "tr" should not throw
1454 PASS base.dir: IDL set to "tr" followed by getAttribute()
1455 PASS base.dir: IDL set to "tr" followed by IDL get
1456 PASS base.dir: IDL set to "LTR" should not throw
1457 PASS base.dir: IDL set to "LTR" followed by getAttribute()
1458 PASS base.dir: IDL set to "LTR" followed by IDL get
1459 PASS base.dir: IDL set to "rtl" should not throw
1460 PASS base.dir: IDL set to "rtl" followed by getAttribute()
1461 PASS base.dir: IDL set to "rtl" followed by IDL get
1462 PASS base.dir: IDL set to "xrtl" should not throw
1463 PASS base.dir: IDL set to "xrtl" followed by getAttribute()
1464 PASS base.dir: IDL set to "xrtl" followed by IDL get
1465 PASS base.dir: IDL set to "rtl\0" should not throw
1466 PASS base.dir: IDL set to "rtl\0" followed by getAttribute()
1467 PASS base.dir: IDL set to "rtl\0" followed by IDL get
1468 PASS base.dir: IDL set to "tl" should not throw
1469 PASS base.dir: IDL set to "tl" followed by getAttribute()
1470 PASS base.dir: IDL set to "tl" followed by IDL get
1471 PASS base.dir: IDL set to "RTL" should not throw
1472 PASS base.dir: IDL set to "RTL" followed by getAttribute()
1473 PASS base.dir: IDL set to "RTL" followed by IDL get
1474 PASS base.dir: IDL set to "auto" should not throw
1475 PASS base.dir: IDL set to "auto" followed by getAttribute()
1476 PASS base.dir: IDL set to "auto" followed by IDL get
1477 PASS base.dir: IDL set to "xauto" should not throw
1478 PASS base.dir: IDL set to "xauto" followed by getAttribute()
1479 PASS base.dir: IDL set to "xauto" followed by IDL get
1480 PASS base.dir: IDL set to "auto\0" should not throw
1481 PASS base.dir: IDL set to "auto\0" followed by getAttribute()
1482 PASS base.dir: IDL set to "auto\0" followed by IDL get
1483 PASS base.dir: IDL set to "uto" should not throw
1484 PASS base.dir: IDL set to "uto" followed by getAttribute()
1485 PASS base.dir: IDL set to "uto" followed by IDL get
1486 PASS base.dir: IDL set to "AUTO" should not throw
1487 PASS base.dir: IDL set to "AUTO" followed by getAttribute()
1488 PASS base.dir: IDL set to "AUTO" followed by IDL get
1489 PASS base.className (<base class>): typeof IDL attribute
1490 PASS base.className (<base class>): IDL get with DOM attribute unset
1491 PASS base.className (<base class>): setAttribute() to "" followed by getAttribut e()
1492 PASS base.className (<base class>): setAttribute() to "" followed by IDL get
1493 PASS base.className (<base 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()
1494 PASS base.className (<base 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
1495 PASS base.className (<base class>): setAttribute() to undefined followed by getA ttribute()
1496 PASS base.className (<base class>): setAttribute() to undefined followed by IDL get
1497 PASS base.className (<base class>): setAttribute() to 7 followed by getAttribute ()
1498 PASS base.className (<base class>): setAttribute() to 7 followed by IDL get
1499 PASS base.className (<base class>): setAttribute() to 1.5 followed by getAttribu te()
1500 PASS base.className (<base class>): setAttribute() to 1.5 followed by IDL get
1501 PASS base.className (<base class>): setAttribute() to true followed by getAttrib ute()
1502 PASS base.className (<base class>): setAttribute() to true followed by IDL get
1503 PASS base.className (<base class>): setAttribute() to false followed by getAttri bute()
1504 PASS base.className (<base class>): setAttribute() to false followed by IDL get
1505 PASS base.className (<base class>): setAttribute() to object "[object Object]" f ollowed by getAttribute()
1506 PASS base.className (<base class>): setAttribute() to object "[object Object]" f ollowed by IDL get
1507 PASS base.className (<base class>): setAttribute() to NaN followed by getAttribu te()
1508 PASS base.className (<base class>): setAttribute() to NaN followed by IDL get
1509 PASS base.className (<base class>): setAttribute() to Infinity followed by getAt tribute()
1510 PASS base.className (<base class>): setAttribute() to Infinity followed by IDL g et
1511 PASS base.className (<base class>): setAttribute() to -Infinity followed by getA ttribute()
1512 PASS base.className (<base class>): setAttribute() to -Infinity followed by IDL get
1513 PASS base.className (<base class>): setAttribute() to "\0" followed by getAttrib ute()
1514 PASS base.className (<base class>): setAttribute() to "\0" followed by IDL get
1515 PASS base.className (<base class>): setAttribute() to null followed by getAttrib ute()
1516 PASS base.className (<base class>): setAttribute() to null followed by IDL get
1517 PASS base.className (<base class>): setAttribute() to object "test-toString" fol lowed by getAttribute()
1518 PASS base.className (<base class>): setAttribute() to object "test-toString" fol lowed by IDL get
1519 PASS base.className (<base class>): setAttribute() to object "test-valueOf" foll owed by getAttribute()
1520 PASS base.className (<base class>): setAttribute() to object "test-valueOf" foll owed by IDL get
1521 PASS base.className (<base class>): IDL set to "" should not throw
1522 PASS base.className (<base class>): IDL set to "" followed by getAttribute()
1523 PASS base.className (<base class>): IDL set to "" followed by IDL get
1524 PASS base.className (<base 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
1525 PASS base.className (<base 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()
1526 PASS base.className (<base 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
1527 PASS base.className (<base class>): IDL set to undefined should not throw
1528 PASS base.className (<base class>): IDL set to undefined followed by getAttribut e()
1529 PASS base.className (<base class>): IDL set to undefined followed by IDL get
1530 PASS base.className (<base class>): IDL set to 7 should not throw
1531 PASS base.className (<base class>): IDL set to 7 followed by getAttribute()
1532 PASS base.className (<base class>): IDL set to 7 followed by IDL get
1533 PASS base.className (<base class>): IDL set to 1.5 should not throw
1534 PASS base.className (<base class>): IDL set to 1.5 followed by getAttribute()
1535 PASS base.className (<base class>): IDL set to 1.5 followed by IDL get
1536 PASS base.className (<base class>): IDL set to true should not throw
1537 PASS base.className (<base class>): IDL set to true followed by getAttribute()
1538 PASS base.className (<base class>): IDL set to true followed by IDL get
1539 PASS base.className (<base class>): IDL set to false should not throw
1540 PASS base.className (<base class>): IDL set to false followed by getAttribute()
1541 PASS base.className (<base class>): IDL set to false followed by IDL get
1542 PASS base.className (<base class>): IDL set to object "[object Object]" should n ot throw
1543 PASS base.className (<base class>): IDL set to object "[object Object]" followed by getAttribute()
1544 PASS base.className (<base class>): IDL set to object "[object Object]" followed by IDL get
1545 PASS base.className (<base class>): IDL set to NaN should not throw
1546 PASS base.className (<base class>): IDL set to NaN followed by getAttribute()
1547 PASS base.className (<base class>): IDL set to NaN followed by IDL get
1548 PASS base.className (<base class>): IDL set to Infinity should not throw
1549 PASS base.className (<base class>): IDL set to Infinity followed by getAttribute ()
1550 PASS base.className (<base class>): IDL set to Infinity followed by IDL get
1551 PASS base.className (<base class>): IDL set to -Infinity should not throw
1552 PASS base.className (<base class>): IDL set to -Infinity followed by getAttribut e()
1553 PASS base.className (<base class>): IDL set to -Infinity followed by IDL get
1554 PASS base.className (<base class>): IDL set to "\0" should not throw
1555 PASS base.className (<base class>): IDL set to "\0" followed by getAttribute()
1556 PASS base.className (<base class>): IDL set to "\0" followed by IDL get
1557 PASS base.className (<base class>): IDL set to null should not throw
1558 PASS base.className (<base class>): IDL set to null followed by getAttribute()
1559 PASS base.className (<base class>): IDL set to null followed by IDL get
1560 PASS base.className (<base class>): IDL set to object "test-toString" should not throw
1561 PASS base.className (<base class>): IDL set to object "test-toString" followed b y getAttribute()
1562 PASS base.className (<base class>): IDL set to object "test-toString" followed b y IDL get
1563 PASS base.className (<base class>): IDL set to object "test-valueOf" should not throw
1564 PASS base.className (<base class>): IDL set to object "test-valueOf" followed by getAttribute()
1565 PASS base.className (<base class>): IDL set to object "test-valueOf" followed by IDL get
1566 PASS base.hidden: typeof IDL attribute
1567 PASS base.hidden: IDL get with DOM attribute unset
1568 PASS base.hidden: setAttribute() to "" followed by getAttribute()
1569 PASS base.hidden: setAttribute() to "" followed by IDL get
1570 PASS base.hidden: setAttribute() to " foo " followed by getAttribute()
1571 PASS base.hidden: setAttribute() to " foo " followed by IDL get
1572 PASS base.hidden: setAttribute() to undefined followed by getAttribute()
1573 PASS base.hidden: setAttribute() to undefined followed by IDL get
1574 PASS base.hidden: setAttribute() to null followed by getAttribute()
1575 PASS base.hidden: setAttribute() to null followed by IDL get
1576 PASS base.hidden: setAttribute() to 7 followed by getAttribute()
1577 PASS base.hidden: setAttribute() to 7 followed by IDL get
1578 PASS base.hidden: setAttribute() to 1.5 followed by getAttribute()
1579 PASS base.hidden: setAttribute() to 1.5 followed by IDL get
1580 PASS base.hidden: setAttribute() to true followed by getAttribute()
1581 PASS base.hidden: setAttribute() to true followed by IDL get
1582 PASS base.hidden: setAttribute() to false followed by getAttribute()
1583 PASS base.hidden: setAttribute() to false followed by IDL get
1584 PASS base.hidden: setAttribute() to object "[object Object]" followed by getAttr ibute()
1585 PASS base.hidden: setAttribute() to object "[object Object]" followed by IDL get
1586 PASS base.hidden: setAttribute() to NaN followed by getAttribute()
1587 PASS base.hidden: setAttribute() to NaN followed by IDL get
1588 PASS base.hidden: setAttribute() to Infinity followed by getAttribute()
1589 PASS base.hidden: setAttribute() to Infinity followed by IDL get
1590 PASS base.hidden: setAttribute() to -Infinity followed by getAttribute()
1591 PASS base.hidden: setAttribute() to -Infinity followed by IDL get
1592 PASS base.hidden: setAttribute() to "\0" followed by getAttribute()
1593 PASS base.hidden: setAttribute() to "\0" followed by IDL get
1594 PASS base.hidden: setAttribute() to object "test-toString" followed by getAttrib ute()
1595 PASS base.hidden: setAttribute() to object "test-toString" followed by IDL get
1596 PASS base.hidden: setAttribute() to object "test-valueOf" followed by getAttribu te()
1597 PASS base.hidden: setAttribute() to object "test-valueOf" followed by IDL get
1598 PASS base.hidden: setAttribute() to "hidden" followed by getAttribute()
1599 PASS base.hidden: setAttribute() to "hidden" followed by IDL get
1600 PASS base.hidden: IDL set to "" should not throw
1601 PASS base.hidden: IDL set to "" followed by hasAttribute()
1602 PASS base.hidden: IDL set to "" followed by IDL get
1603 PASS base.hidden: IDL set to " foo " should not throw
1604 PASS base.hidden: IDL set to " foo " followed by hasAttribute()
1605 PASS base.hidden: IDL set to " foo " followed by IDL get
1606 PASS base.hidden: IDL set to undefined should not throw
1607 PASS base.hidden: IDL set to undefined followed by hasAttribute()
1608 PASS base.hidden: IDL set to undefined followed by IDL get
1609 PASS base.hidden: IDL set to null should not throw
1610 PASS base.hidden: IDL set to null followed by hasAttribute()
1611 PASS base.hidden: IDL set to null followed by IDL get
1612 PASS base.hidden: IDL set to 7 should not throw
1613 PASS base.hidden: IDL set to 7 followed by hasAttribute()
1614 PASS base.hidden: IDL set to 7 followed by IDL get
1615 PASS base.hidden: IDL set to 1.5 should not throw
1616 PASS base.hidden: IDL set to 1.5 followed by hasAttribute()
1617 PASS base.hidden: IDL set to 1.5 followed by IDL get
1618 PASS base.hidden: IDL set to true should not throw
1619 PASS base.hidden: IDL set to true followed by hasAttribute()
1620 PASS base.hidden: IDL set to true followed by IDL get
1621 PASS base.hidden: IDL set to false should not throw
1622 PASS base.hidden: IDL set to false followed by hasAttribute()
1623 PASS base.hidden: IDL set to false followed by IDL get
1624 PASS base.hidden: IDL set to object "[object Object]" should not throw
1625 PASS base.hidden: IDL set to object "[object Object]" followed by hasAttribute()
1626 PASS base.hidden: IDL set to object "[object Object]" followed by IDL get
1627 PASS base.hidden: IDL set to NaN should not throw
1628 PASS base.hidden: IDL set to NaN followed by hasAttribute()
1629 PASS base.hidden: IDL set to NaN followed by IDL get
1630 PASS base.hidden: IDL set to Infinity should not throw
1631 PASS base.hidden: IDL set to Infinity followed by hasAttribute()
1632 PASS base.hidden: IDL set to Infinity followed by IDL get
1633 PASS base.hidden: IDL set to -Infinity should not throw
1634 PASS base.hidden: IDL set to -Infinity followed by hasAttribute()
1635 PASS base.hidden: IDL set to -Infinity followed by IDL get
1636 PASS base.hidden: IDL set to "\0" should not throw
1637 PASS base.hidden: IDL set to "\0" followed by hasAttribute()
1638 PASS base.hidden: IDL set to "\0" followed by IDL get
1639 PASS base.hidden: IDL set to object "test-toString" should not throw
1640 PASS base.hidden: IDL set to object "test-toString" followed by hasAttribute()
1641 PASS base.hidden: IDL set to object "test-toString" followed by IDL get
1642 PASS base.hidden: IDL set to object "test-valueOf" should not throw
1643 PASS base.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
1644 PASS base.hidden: IDL set to object "test-valueOf" followed by IDL get
1645 PASS base.accessKey: typeof IDL attribute
1646 PASS base.accessKey: IDL get with DOM attribute unset
1647 PASS base.accessKey: setAttribute() to "" followed by getAttribute()
1648 PASS base.accessKey: setAttribute() to "" followed by IDL get
1649 PASS base.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()
1650 PASS base.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
1651 PASS base.accessKey: setAttribute() to undefined followed by getAttribute()
1652 PASS base.accessKey: setAttribute() to undefined followed by IDL get
1653 PASS base.accessKey: setAttribute() to 7 followed by getAttribute()
1654 PASS base.accessKey: setAttribute() to 7 followed by IDL get
1655 PASS base.accessKey: setAttribute() to 1.5 followed by getAttribute()
1656 PASS base.accessKey: setAttribute() to 1.5 followed by IDL get
1657 PASS base.accessKey: setAttribute() to true followed by getAttribute()
1658 PASS base.accessKey: setAttribute() to true followed by IDL get
1659 PASS base.accessKey: setAttribute() to false followed by getAttribute()
1660 PASS base.accessKey: setAttribute() to false followed by IDL get
1661 PASS base.accessKey: setAttribute() to object "[object Object]" followed by getA ttribute()
1662 PASS base.accessKey: setAttribute() to object "[object Object]" followed by IDL get
1663 PASS base.accessKey: setAttribute() to NaN followed by getAttribute()
1664 PASS base.accessKey: setAttribute() to NaN followed by IDL get
1665 PASS base.accessKey: setAttribute() to Infinity followed by getAttribute()
1666 PASS base.accessKey: setAttribute() to Infinity followed by IDL get
1667 PASS base.accessKey: setAttribute() to -Infinity followed by getAttribute()
1668 PASS base.accessKey: setAttribute() to -Infinity followed by IDL get
1669 PASS base.accessKey: setAttribute() to "\0" followed by getAttribute()
1670 PASS base.accessKey: setAttribute() to "\0" followed by IDL get
1671 PASS base.accessKey: setAttribute() to null followed by getAttribute()
1672 PASS base.accessKey: setAttribute() to null followed by IDL get
1673 PASS base.accessKey: setAttribute() to object "test-toString" followed by getAtt ribute()
1674 PASS base.accessKey: setAttribute() to object "test-toString" followed by IDL ge t
1675 PASS base.accessKey: setAttribute() to object "test-valueOf" followed by getAttr ibute()
1676 PASS base.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
1677 PASS base.accessKey: IDL set to "" should not throw
1678 PASS base.accessKey: IDL set to "" followed by getAttribute()
1679 PASS base.accessKey: IDL set to "" followed by IDL get
1680 PASS base.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
1681 PASS base.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()
1682 PASS base.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
1683 PASS base.accessKey: IDL set to undefined should not throw
1684 PASS base.accessKey: IDL set to undefined followed by getAttribute()
1685 PASS base.accessKey: IDL set to undefined followed by IDL get
1686 PASS base.accessKey: IDL set to 7 should not throw
1687 PASS base.accessKey: IDL set to 7 followed by getAttribute()
1688 PASS base.accessKey: IDL set to 7 followed by IDL get
1689 PASS base.accessKey: IDL set to 1.5 should not throw
1690 PASS base.accessKey: IDL set to 1.5 followed by getAttribute()
1691 PASS base.accessKey: IDL set to 1.5 followed by IDL get
1692 PASS base.accessKey: IDL set to true should not throw
1693 PASS base.accessKey: IDL set to true followed by getAttribute()
1694 PASS base.accessKey: IDL set to true followed by IDL get
1695 PASS base.accessKey: IDL set to false should not throw
1696 PASS base.accessKey: IDL set to false followed by getAttribute()
1697 PASS base.accessKey: IDL set to false followed by IDL get
1698 PASS base.accessKey: IDL set to object "[object Object]" should not throw
1699 PASS base.accessKey: IDL set to object "[object Object]" followed by getAttribut e()
1700 PASS base.accessKey: IDL set to object "[object Object]" followed by IDL get
1701 PASS base.accessKey: IDL set to NaN should not throw
1702 PASS base.accessKey: IDL set to NaN followed by getAttribute()
1703 PASS base.accessKey: IDL set to NaN followed by IDL get
1704 PASS base.accessKey: IDL set to Infinity should not throw
1705 PASS base.accessKey: IDL set to Infinity followed by getAttribute()
1706 PASS base.accessKey: IDL set to Infinity followed by IDL get
1707 PASS base.accessKey: IDL set to -Infinity should not throw
1708 PASS base.accessKey: IDL set to -Infinity followed by getAttribute()
1709 PASS base.accessKey: IDL set to -Infinity followed by IDL get
1710 PASS base.accessKey: IDL set to "\0" should not throw
1711 PASS base.accessKey: IDL set to "\0" followed by getAttribute()
1712 PASS base.accessKey: IDL set to "\0" followed by IDL get
1713 PASS base.accessKey: IDL set to null should not throw
1714 PASS base.accessKey: IDL set to null followed by getAttribute()
1715 PASS base.accessKey: IDL set to null followed by IDL get
1716 PASS base.accessKey: IDL set to object "test-toString" should not throw
1717 PASS base.accessKey: IDL set to object "test-toString" followed by getAttribute( )
1718 PASS base.accessKey: IDL set to object "test-toString" followed by IDL get
1719 PASS base.accessKey: IDL set to object "test-valueOf" should not throw
1720 PASS base.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
1721 PASS base.accessKey: IDL set to object "test-valueOf" followed by IDL get
1722 PASS base.tabIndex: typeof IDL attribute
1723 PASS base.tabIndex: setAttribute() to -36 followed by getAttribute()
1724 PASS base.tabIndex: setAttribute() to -36 followed by IDL get
1725 PASS base.tabIndex: setAttribute() to -1 followed by getAttribute()
1726 PASS base.tabIndex: setAttribute() to -1 followed by IDL get
1727 PASS base.tabIndex: setAttribute() to 0 followed by getAttribute()
1728 PASS base.tabIndex: setAttribute() to 0 followed by IDL get
1729 PASS base.tabIndex: setAttribute() to 1 followed by getAttribute()
1730 PASS base.tabIndex: setAttribute() to 1 followed by IDL get
1731 PASS base.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
1732 FAIL base.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
1733 PASS base.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
1734 FAIL base.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
1735 PASS base.tabIndex: setAttribute() to "-1" followed by getAttribute()
1736 PASS base.tabIndex: setAttribute() to "-1" followed by IDL get
1737 PASS base.tabIndex: setAttribute() to "-0" followed by getAttribute()
1738 PASS base.tabIndex: setAttribute() to "-0" followed by IDL get
1739 PASS base.tabIndex: setAttribute() to "0" followed by getAttribute()
1740 PASS base.tabIndex: setAttribute() to "0" followed by IDL get
1741 PASS base.tabIndex: setAttribute() to "1" followed by getAttribute()
1742 PASS base.tabIndex: setAttribute() to "1" followed by IDL get
1743 PASS base.tabIndex: setAttribute() to "\t7" followed by getAttribute()
1744 PASS base.tabIndex: setAttribute() to "\t7" followed by IDL get
1745 PASS base.tabIndex: setAttribute() to "\f7" followed by getAttribute()
1746 PASS base.tabIndex: setAttribute() to "\f7" followed by IDL get
1747 PASS base.tabIndex: setAttribute() to " 7" followed by getAttribute()
1748 PASS base.tabIndex: setAttribute() to " 7" followed by IDL get
1749 PASS base.tabIndex: setAttribute() to "\n7" followed by getAttribute()
1750 PASS base.tabIndex: setAttribute() to "\n7" followed by IDL get
1751 PASS base.tabIndex: setAttribute() to "\r7" followed by getAttribute()
1752 PASS base.tabIndex: setAttribute() to "\r7" followed by IDL get
1753 PASS base.tabIndex: setAttribute() to 1.5 followed by getAttribute()
1754 PASS base.tabIndex: setAttribute() to 1.5 followed by IDL get
1755 PASS base.tabIndex: setAttribute() to object "2" followed by getAttribute()
1756 PASS base.tabIndex: setAttribute() to object "2" followed by IDL get
1757 PASS base.tabIndex: IDL set to -36 should not throw
1758 PASS base.tabIndex: IDL set to -36 followed by getAttribute()
1759 PASS base.tabIndex: IDL set to -36 followed by IDL get
1760 PASS base.tabIndex: IDL set to -1 should not throw
1761 PASS base.tabIndex: IDL set to -1 followed by getAttribute()
1762 PASS base.tabIndex: IDL set to -1 followed by IDL get
1763 PASS base.tabIndex: IDL set to 0 should not throw
1764 PASS base.tabIndex: IDL set to 0 followed by getAttribute()
1765 PASS base.tabIndex: IDL set to 0 followed by IDL get
1766 PASS base.tabIndex: IDL set to 1 should not throw
1767 PASS base.tabIndex: IDL set to 1 followed by getAttribute()
1768 PASS base.tabIndex: IDL set to 1 followed by IDL get
1769 PASS base.tabIndex: IDL set to 2147483647 should not throw
1770 PASS base.tabIndex: IDL set to 2147483647 followed by getAttribute()
1771 FAIL base.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
1772 PASS base.tabIndex: IDL set to -2147483648 should not throw
1773 PASS base.tabIndex: IDL set to -2147483648 followed by getAttribute()
1774 FAIL base.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
1775 PASS base.target: typeof IDL attribute
1776 PASS base.target: IDL get with DOM attribute unset
1777 PASS base.target: setAttribute() to "" followed by getAttribute()
1778 PASS base.target: setAttribute() to "" followed by IDL get
1779 PASS base.target: 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()
1780 PASS base.target: 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
1781 PASS base.target: setAttribute() to undefined followed by getAttribute()
1782 PASS base.target: setAttribute() to undefined followed by IDL get
1783 PASS base.target: setAttribute() to 7 followed by getAttribute()
1784 PASS base.target: setAttribute() to 7 followed by IDL get
1785 PASS base.target: setAttribute() to 1.5 followed by getAttribute()
1786 PASS base.target: setAttribute() to 1.5 followed by IDL get
1787 PASS base.target: setAttribute() to true followed by getAttribute()
1788 PASS base.target: setAttribute() to true followed by IDL get
1789 PASS base.target: setAttribute() to false followed by getAttribute()
1790 PASS base.target: setAttribute() to false followed by IDL get
1791 PASS base.target: setAttribute() to object "[object Object]" followed by getAttr ibute()
1792 PASS base.target: setAttribute() to object "[object Object]" followed by IDL get
1793 PASS base.target: setAttribute() to NaN followed by getAttribute()
1794 PASS base.target: setAttribute() to NaN followed by IDL get
1795 PASS base.target: setAttribute() to Infinity followed by getAttribute()
1796 PASS base.target: setAttribute() to Infinity followed by IDL get
1797 PASS base.target: setAttribute() to -Infinity followed by getAttribute()
1798 PASS base.target: setAttribute() to -Infinity followed by IDL get
1799 PASS base.target: setAttribute() to "\0" followed by getAttribute()
1800 PASS base.target: setAttribute() to "\0" followed by IDL get
1801 PASS base.target: setAttribute() to null followed by getAttribute()
1802 PASS base.target: setAttribute() to null followed by IDL get
1803 PASS base.target: setAttribute() to object "test-toString" followed by getAttrib ute()
1804 PASS base.target: setAttribute() to object "test-toString" followed by IDL get
1805 PASS base.target: setAttribute() to object "test-valueOf" followed by getAttribu te()
1806 PASS base.target: setAttribute() to object "test-valueOf" followed by IDL get
1807 PASS base.target: IDL set to "" should not throw
1808 PASS base.target: IDL set to "" followed by getAttribute()
1809 PASS base.target: IDL set to "" followed by IDL get
1810 PASS base.target: 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
1811 PASS base.target: 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()
1812 PASS base.target: 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
1813 PASS base.target: IDL set to undefined should not throw
1814 PASS base.target: IDL set to undefined followed by getAttribute()
1815 PASS base.target: IDL set to undefined followed by IDL get
1816 PASS base.target: IDL set to 7 should not throw
1817 PASS base.target: IDL set to 7 followed by getAttribute()
1818 PASS base.target: IDL set to 7 followed by IDL get
1819 PASS base.target: IDL set to 1.5 should not throw
1820 PASS base.target: IDL set to 1.5 followed by getAttribute()
1821 PASS base.target: IDL set to 1.5 followed by IDL get
1822 PASS base.target: IDL set to true should not throw
1823 PASS base.target: IDL set to true followed by getAttribute()
1824 PASS base.target: IDL set to true followed by IDL get
1825 PASS base.target: IDL set to false should not throw
1826 PASS base.target: IDL set to false followed by getAttribute()
1827 PASS base.target: IDL set to false followed by IDL get
1828 PASS base.target: IDL set to object "[object Object]" should not throw
1829 PASS base.target: IDL set to object "[object Object]" followed by getAttribute()
1830 PASS base.target: IDL set to object "[object Object]" followed by IDL get
1831 PASS base.target: IDL set to NaN should not throw
1832 PASS base.target: IDL set to NaN followed by getAttribute()
1833 PASS base.target: IDL set to NaN followed by IDL get
1834 PASS base.target: IDL set to Infinity should not throw
1835 PASS base.target: IDL set to Infinity followed by getAttribute()
1836 PASS base.target: IDL set to Infinity followed by IDL get
1837 PASS base.target: IDL set to -Infinity should not throw
1838 PASS base.target: IDL set to -Infinity followed by getAttribute()
1839 PASS base.target: IDL set to -Infinity followed by IDL get
1840 PASS base.target: IDL set to "\0" should not throw
1841 PASS base.target: IDL set to "\0" followed by getAttribute()
1842 PASS base.target: IDL set to "\0" followed by IDL get
1843 PASS base.target: IDL set to null should not throw
1844 PASS base.target: IDL set to null followed by getAttribute()
1845 PASS base.target: IDL set to null followed by IDL get
1846 PASS base.target: IDL set to object "test-toString" should not throw
1847 PASS base.target: IDL set to object "test-toString" followed by getAttribute()
1848 PASS base.target: IDL set to object "test-toString" followed by IDL get
1849 PASS base.target: IDL set to object "test-valueOf" should not throw
1850 PASS base.target: IDL set to object "test-valueOf" followed by getAttribute()
1851 PASS base.target: IDL set to object "test-valueOf" followed by IDL get
1852 PASS link.title: typeof IDL attribute
1853 PASS link.title: IDL get with DOM attribute unset
1854 PASS link.title: setAttribute() to "" followed by getAttribute()
1855 PASS link.title: setAttribute() to "" followed by IDL get
1856 PASS link.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()
1857 PASS link.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
1858 PASS link.title: setAttribute() to undefined followed by getAttribute()
1859 PASS link.title: setAttribute() to undefined followed by IDL get
1860 PASS link.title: setAttribute() to 7 followed by getAttribute()
1861 PASS link.title: setAttribute() to 7 followed by IDL get
1862 PASS link.title: setAttribute() to 1.5 followed by getAttribute()
1863 PASS link.title: setAttribute() to 1.5 followed by IDL get
1864 PASS link.title: setAttribute() to true followed by getAttribute()
1865 PASS link.title: setAttribute() to true followed by IDL get
1866 PASS link.title: setAttribute() to false followed by getAttribute()
1867 PASS link.title: setAttribute() to false followed by IDL get
1868 PASS link.title: setAttribute() to object "[object Object]" followed by getAttri bute()
1869 PASS link.title: setAttribute() to object "[object Object]" followed by IDL get
1870 PASS link.title: setAttribute() to NaN followed by getAttribute()
1871 PASS link.title: setAttribute() to NaN followed by IDL get
1872 PASS link.title: setAttribute() to Infinity followed by getAttribute()
1873 PASS link.title: setAttribute() to Infinity followed by IDL get
1874 PASS link.title: setAttribute() to -Infinity followed by getAttribute()
1875 PASS link.title: setAttribute() to -Infinity followed by IDL get
1876 PASS link.title: setAttribute() to "\0" followed by getAttribute()
1877 PASS link.title: setAttribute() to "\0" followed by IDL get
1878 PASS link.title: setAttribute() to null followed by getAttribute()
1879 PASS link.title: setAttribute() to null followed by IDL get
1880 PASS link.title: setAttribute() to object "test-toString" followed by getAttribu te()
1881 PASS link.title: setAttribute() to object "test-toString" followed by IDL get
1882 PASS link.title: setAttribute() to object "test-valueOf" followed by getAttribut e()
1883 PASS link.title: setAttribute() to object "test-valueOf" followed by IDL get
1884 PASS link.title: IDL set to "" should not throw
1885 PASS link.title: IDL set to "" followed by getAttribute()
1886 PASS link.title: IDL set to "" followed by IDL get
1887 PASS link.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
1888 PASS link.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()
1889 PASS link.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
1890 PASS link.title: IDL set to undefined should not throw
1891 PASS link.title: IDL set to undefined followed by getAttribute()
1892 PASS link.title: IDL set to undefined followed by IDL get
1893 PASS link.title: IDL set to 7 should not throw
1894 PASS link.title: IDL set to 7 followed by getAttribute()
1895 PASS link.title: IDL set to 7 followed by IDL get
1896 PASS link.title: IDL set to 1.5 should not throw
1897 PASS link.title: IDL set to 1.5 followed by getAttribute()
1898 PASS link.title: IDL set to 1.5 followed by IDL get
1899 PASS link.title: IDL set to true should not throw
1900 PASS link.title: IDL set to true followed by getAttribute()
1901 PASS link.title: IDL set to true followed by IDL get
1902 PASS link.title: IDL set to false should not throw
1903 PASS link.title: IDL set to false followed by getAttribute()
1904 PASS link.title: IDL set to false followed by IDL get
1905 PASS link.title: IDL set to object "[object Object]" should not throw
1906 PASS link.title: IDL set to object "[object Object]" followed by getAttribute()
1907 PASS link.title: IDL set to object "[object Object]" followed by IDL get
1908 PASS link.title: IDL set to NaN should not throw
1909 PASS link.title: IDL set to NaN followed by getAttribute()
1910 PASS link.title: IDL set to NaN followed by IDL get
1911 PASS link.title: IDL set to Infinity should not throw
1912 PASS link.title: IDL set to Infinity followed by getAttribute()
1913 PASS link.title: IDL set to Infinity followed by IDL get
1914 PASS link.title: IDL set to -Infinity should not throw
1915 PASS link.title: IDL set to -Infinity followed by getAttribute()
1916 PASS link.title: IDL set to -Infinity followed by IDL get
1917 PASS link.title: IDL set to "\0" should not throw
1918 PASS link.title: IDL set to "\0" followed by getAttribute()
1919 PASS link.title: IDL set to "\0" followed by IDL get
1920 PASS link.title: IDL set to null should not throw
1921 PASS link.title: IDL set to null followed by getAttribute()
1922 PASS link.title: IDL set to null followed by IDL get
1923 PASS link.title: IDL set to object "test-toString" should not throw
1924 PASS link.title: IDL set to object "test-toString" followed by getAttribute()
1925 PASS link.title: IDL set to object "test-toString" followed by IDL get
1926 PASS link.title: IDL set to object "test-valueOf" should not throw
1927 PASS link.title: IDL set to object "test-valueOf" followed by getAttribute()
1928 PASS link.title: IDL set to object "test-valueOf" followed by IDL get
1929 PASS link.lang: typeof IDL attribute
1930 PASS link.lang: IDL get with DOM attribute unset
1931 PASS link.lang: setAttribute() to "" followed by getAttribute()
1932 PASS link.lang: setAttribute() to "" followed by IDL get
1933 PASS link.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()
1934 PASS link.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
1935 PASS link.lang: setAttribute() to undefined followed by getAttribute()
1936 PASS link.lang: setAttribute() to undefined followed by IDL get
1937 PASS link.lang: setAttribute() to 7 followed by getAttribute()
1938 PASS link.lang: setAttribute() to 7 followed by IDL get
1939 PASS link.lang: setAttribute() to 1.5 followed by getAttribute()
1940 PASS link.lang: setAttribute() to 1.5 followed by IDL get
1941 PASS link.lang: setAttribute() to true followed by getAttribute()
1942 PASS link.lang: setAttribute() to true followed by IDL get
1943 PASS link.lang: setAttribute() to false followed by getAttribute()
1944 PASS link.lang: setAttribute() to false followed by IDL get
1945 PASS link.lang: setAttribute() to object "[object Object]" followed by getAttrib ute()
1946 PASS link.lang: setAttribute() to object "[object Object]" followed by IDL get
1947 PASS link.lang: setAttribute() to NaN followed by getAttribute()
1948 PASS link.lang: setAttribute() to NaN followed by IDL get
1949 PASS link.lang: setAttribute() to Infinity followed by getAttribute()
1950 PASS link.lang: setAttribute() to Infinity followed by IDL get
1951 PASS link.lang: setAttribute() to -Infinity followed by getAttribute()
1952 PASS link.lang: setAttribute() to -Infinity followed by IDL get
1953 PASS link.lang: setAttribute() to "\0" followed by getAttribute()
1954 PASS link.lang: setAttribute() to "\0" followed by IDL get
1955 PASS link.lang: setAttribute() to null followed by getAttribute()
1956 PASS link.lang: setAttribute() to null followed by IDL get
1957 PASS link.lang: setAttribute() to object "test-toString" followed by getAttribut e()
1958 PASS link.lang: setAttribute() to object "test-toString" followed by IDL get
1959 PASS link.lang: setAttribute() to object "test-valueOf" followed by getAttribute ()
1960 PASS link.lang: setAttribute() to object "test-valueOf" followed by IDL get
1961 PASS link.lang: IDL set to "" should not throw
1962 PASS link.lang: IDL set to "" followed by getAttribute()
1963 PASS link.lang: IDL set to "" followed by IDL get
1964 PASS link.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
1965 PASS link.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()
1966 PASS link.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
1967 PASS link.lang: IDL set to undefined should not throw
1968 PASS link.lang: IDL set to undefined followed by getAttribute()
1969 PASS link.lang: IDL set to undefined followed by IDL get
1970 PASS link.lang: IDL set to 7 should not throw
1971 PASS link.lang: IDL set to 7 followed by getAttribute()
1972 PASS link.lang: IDL set to 7 followed by IDL get
1973 PASS link.lang: IDL set to 1.5 should not throw
1974 PASS link.lang: IDL set to 1.5 followed by getAttribute()
1975 PASS link.lang: IDL set to 1.5 followed by IDL get
1976 PASS link.lang: IDL set to true should not throw
1977 PASS link.lang: IDL set to true followed by getAttribute()
1978 PASS link.lang: IDL set to true followed by IDL get
1979 PASS link.lang: IDL set to false should not throw
1980 PASS link.lang: IDL set to false followed by getAttribute()
1981 PASS link.lang: IDL set to false followed by IDL get
1982 PASS link.lang: IDL set to object "[object Object]" should not throw
1983 PASS link.lang: IDL set to object "[object Object]" followed by getAttribute()
1984 PASS link.lang: IDL set to object "[object Object]" followed by IDL get
1985 PASS link.lang: IDL set to NaN should not throw
1986 PASS link.lang: IDL set to NaN followed by getAttribute()
1987 PASS link.lang: IDL set to NaN followed by IDL get
1988 PASS link.lang: IDL set to Infinity should not throw
1989 PASS link.lang: IDL set to Infinity followed by getAttribute()
1990 PASS link.lang: IDL set to Infinity followed by IDL get
1991 PASS link.lang: IDL set to -Infinity should not throw
1992 PASS link.lang: IDL set to -Infinity followed by getAttribute()
1993 PASS link.lang: IDL set to -Infinity followed by IDL get
1994 PASS link.lang: IDL set to "\0" should not throw
1995 PASS link.lang: IDL set to "\0" followed by getAttribute()
1996 PASS link.lang: IDL set to "\0" followed by IDL get
1997 PASS link.lang: IDL set to null should not throw
1998 PASS link.lang: IDL set to null followed by getAttribute()
1999 PASS link.lang: IDL set to null followed by IDL get
2000 PASS link.lang: IDL set to object "test-toString" should not throw
2001 PASS link.lang: IDL set to object "test-toString" followed by getAttribute()
2002 PASS link.lang: IDL set to object "test-toString" followed by IDL get
2003 PASS link.lang: IDL set to object "test-valueOf" should not throw
2004 PASS link.lang: IDL set to object "test-valueOf" followed by getAttribute()
2005 PASS link.lang: IDL set to object "test-valueOf" followed by IDL get
2006 PASS link.dir: typeof IDL attribute
2007 PASS link.dir: IDL get with DOM attribute unset
2008 PASS link.dir: setAttribute() to "" followed by getAttribute()
2009 PASS link.dir: setAttribute() to "" followed by IDL get
2010 PASS link.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()
2011 PASS link.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
2012 PASS link.dir: setAttribute() to undefined followed by getAttribute()
2013 PASS link.dir: setAttribute() to undefined followed by IDL get
2014 PASS link.dir: setAttribute() to 7 followed by getAttribute()
2015 PASS link.dir: setAttribute() to 7 followed by IDL get
2016 PASS link.dir: setAttribute() to 1.5 followed by getAttribute()
2017 PASS link.dir: setAttribute() to 1.5 followed by IDL get
2018 PASS link.dir: setAttribute() to true followed by getAttribute()
2019 PASS link.dir: setAttribute() to true followed by IDL get
2020 PASS link.dir: setAttribute() to false followed by getAttribute()
2021 PASS link.dir: setAttribute() to false followed by IDL get
2022 PASS link.dir: setAttribute() to object "[object Object]" followed by getAttribu te()
2023 PASS link.dir: setAttribute() to object "[object Object]" followed by IDL get
2024 PASS link.dir: setAttribute() to NaN followed by getAttribute()
2025 PASS link.dir: setAttribute() to NaN followed by IDL get
2026 PASS link.dir: setAttribute() to Infinity followed by getAttribute()
2027 PASS link.dir: setAttribute() to Infinity followed by IDL get
2028 PASS link.dir: setAttribute() to -Infinity followed by getAttribute()
2029 PASS link.dir: setAttribute() to -Infinity followed by IDL get
2030 PASS link.dir: setAttribute() to "\0" followed by getAttribute()
2031 PASS link.dir: setAttribute() to "\0" followed by IDL get
2032 PASS link.dir: setAttribute() to null followed by getAttribute()
2033 PASS link.dir: setAttribute() to null followed by IDL get
2034 PASS link.dir: setAttribute() to object "test-toString" followed by getAttribute ()
2035 PASS link.dir: setAttribute() to object "test-toString" followed by IDL get
2036 PASS link.dir: setAttribute() to object "test-valueOf" followed by getAttribute( )
2037 PASS link.dir: setAttribute() to object "test-valueOf" followed by IDL get
2038 PASS link.dir: setAttribute() to "ltr" followed by getAttribute()
2039 PASS link.dir: setAttribute() to "ltr" followed by IDL get
2040 PASS link.dir: setAttribute() to "xltr" followed by getAttribute()
2041 PASS link.dir: setAttribute() to "xltr" followed by IDL get
2042 PASS link.dir: setAttribute() to "ltr\0" followed by getAttribute()
2043 PASS link.dir: setAttribute() to "ltr\0" followed by IDL get
2044 PASS link.dir: setAttribute() to "tr" followed by getAttribute()
2045 PASS link.dir: setAttribute() to "tr" followed by IDL get
2046 PASS link.dir: setAttribute() to "LTR" followed by getAttribute()
2047 PASS link.dir: setAttribute() to "LTR" followed by IDL get
2048 PASS link.dir: setAttribute() to "rtl" followed by getAttribute()
2049 PASS link.dir: setAttribute() to "rtl" followed by IDL get
2050 PASS link.dir: setAttribute() to "xrtl" followed by getAttribute()
2051 PASS link.dir: setAttribute() to "xrtl" followed by IDL get
2052 PASS link.dir: setAttribute() to "rtl\0" followed by getAttribute()
2053 PASS link.dir: setAttribute() to "rtl\0" followed by IDL get
2054 PASS link.dir: setAttribute() to "tl" followed by getAttribute()
2055 PASS link.dir: setAttribute() to "tl" followed by IDL get
2056 PASS link.dir: setAttribute() to "RTL" followed by getAttribute()
2057 PASS link.dir: setAttribute() to "RTL" followed by IDL get
2058 PASS link.dir: setAttribute() to "auto" followed by getAttribute()
2059 PASS link.dir: setAttribute() to "auto" followed by IDL get
2060 PASS link.dir: setAttribute() to "xauto" followed by getAttribute()
2061 PASS link.dir: setAttribute() to "xauto" followed by IDL get
2062 PASS link.dir: setAttribute() to "auto\0" followed by getAttribute()
2063 PASS link.dir: setAttribute() to "auto\0" followed by IDL get
2064 PASS link.dir: setAttribute() to "uto" followed by getAttribute()
2065 PASS link.dir: setAttribute() to "uto" followed by IDL get
2066 PASS link.dir: setAttribute() to "AUTO" followed by getAttribute()
2067 PASS link.dir: setAttribute() to "AUTO" followed by IDL get
2068 PASS link.dir: IDL set to "" should not throw
2069 PASS link.dir: IDL set to "" followed by getAttribute()
2070 PASS link.dir: IDL set to "" followed by IDL get
2071 PASS link.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
2072 PASS link.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()
2073 PASS link.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
2074 PASS link.dir: IDL set to undefined should not throw
2075 PASS link.dir: IDL set to undefined followed by getAttribute()
2076 PASS link.dir: IDL set to undefined followed by IDL get
2077 PASS link.dir: IDL set to 7 should not throw
2078 PASS link.dir: IDL set to 7 followed by getAttribute()
2079 PASS link.dir: IDL set to 7 followed by IDL get
2080 PASS link.dir: IDL set to 1.5 should not throw
2081 PASS link.dir: IDL set to 1.5 followed by getAttribute()
2082 PASS link.dir: IDL set to 1.5 followed by IDL get
2083 PASS link.dir: IDL set to true should not throw
2084 PASS link.dir: IDL set to true followed by getAttribute()
2085 PASS link.dir: IDL set to true followed by IDL get
2086 PASS link.dir: IDL set to false should not throw
2087 PASS link.dir: IDL set to false followed by getAttribute()
2088 PASS link.dir: IDL set to false followed by IDL get
2089 PASS link.dir: IDL set to object "[object Object]" should not throw
2090 PASS link.dir: IDL set to object "[object Object]" followed by getAttribute()
2091 PASS link.dir: IDL set to object "[object Object]" followed by IDL get
2092 PASS link.dir: IDL set to NaN should not throw
2093 PASS link.dir: IDL set to NaN followed by getAttribute()
2094 PASS link.dir: IDL set to NaN followed by IDL get
2095 PASS link.dir: IDL set to Infinity should not throw
2096 PASS link.dir: IDL set to Infinity followed by getAttribute()
2097 PASS link.dir: IDL set to Infinity followed by IDL get
2098 PASS link.dir: IDL set to -Infinity should not throw
2099 PASS link.dir: IDL set to -Infinity followed by getAttribute()
2100 PASS link.dir: IDL set to -Infinity followed by IDL get
2101 PASS link.dir: IDL set to "\0" should not throw
2102 PASS link.dir: IDL set to "\0" followed by getAttribute()
2103 PASS link.dir: IDL set to "\0" followed by IDL get
2104 PASS link.dir: IDL set to null should not throw
2105 PASS link.dir: IDL set to null followed by IDL get
2106 PASS link.dir: IDL set to object "test-toString" should not throw
2107 PASS link.dir: IDL set to object "test-toString" followed by getAttribute()
2108 PASS link.dir: IDL set to object "test-toString" followed by IDL get
2109 PASS link.dir: IDL set to object "test-valueOf" should not throw
2110 PASS link.dir: IDL set to object "test-valueOf" followed by getAttribute()
2111 PASS link.dir: IDL set to object "test-valueOf" followed by IDL get
2112 PASS link.dir: IDL set to "ltr" should not throw
2113 PASS link.dir: IDL set to "ltr" followed by getAttribute()
2114 PASS link.dir: IDL set to "ltr" followed by IDL get
2115 PASS link.dir: IDL set to "xltr" should not throw
2116 PASS link.dir: IDL set to "xltr" followed by getAttribute()
2117 PASS link.dir: IDL set to "xltr" followed by IDL get
2118 PASS link.dir: IDL set to "ltr\0" should not throw
2119 PASS link.dir: IDL set to "ltr\0" followed by getAttribute()
2120 PASS link.dir: IDL set to "ltr\0" followed by IDL get
2121 PASS link.dir: IDL set to "tr" should not throw
2122 PASS link.dir: IDL set to "tr" followed by getAttribute()
2123 PASS link.dir: IDL set to "tr" followed by IDL get
2124 PASS link.dir: IDL set to "LTR" should not throw
2125 PASS link.dir: IDL set to "LTR" followed by getAttribute()
2126 PASS link.dir: IDL set to "LTR" followed by IDL get
2127 PASS link.dir: IDL set to "rtl" should not throw
2128 PASS link.dir: IDL set to "rtl" followed by getAttribute()
2129 PASS link.dir: IDL set to "rtl" followed by IDL get
2130 PASS link.dir: IDL set to "xrtl" should not throw
2131 PASS link.dir: IDL set to "xrtl" followed by getAttribute()
2132 PASS link.dir: IDL set to "xrtl" followed by IDL get
2133 PASS link.dir: IDL set to "rtl\0" should not throw
2134 PASS link.dir: IDL set to "rtl\0" followed by getAttribute()
2135 PASS link.dir: IDL set to "rtl\0" followed by IDL get
2136 PASS link.dir: IDL set to "tl" should not throw
2137 PASS link.dir: IDL set to "tl" followed by getAttribute()
2138 PASS link.dir: IDL set to "tl" followed by IDL get
2139 PASS link.dir: IDL set to "RTL" should not throw
2140 PASS link.dir: IDL set to "RTL" followed by getAttribute()
2141 PASS link.dir: IDL set to "RTL" followed by IDL get
2142 PASS link.dir: IDL set to "auto" should not throw
2143 PASS link.dir: IDL set to "auto" followed by getAttribute()
2144 PASS link.dir: IDL set to "auto" followed by IDL get
2145 PASS link.dir: IDL set to "xauto" should not throw
2146 PASS link.dir: IDL set to "xauto" followed by getAttribute()
2147 PASS link.dir: IDL set to "xauto" followed by IDL get
2148 PASS link.dir: IDL set to "auto\0" should not throw
2149 PASS link.dir: IDL set to "auto\0" followed by getAttribute()
2150 PASS link.dir: IDL set to "auto\0" followed by IDL get
2151 PASS link.dir: IDL set to "uto" should not throw
2152 PASS link.dir: IDL set to "uto" followed by getAttribute()
2153 PASS link.dir: IDL set to "uto" followed by IDL get
2154 PASS link.dir: IDL set to "AUTO" should not throw
2155 PASS link.dir: IDL set to "AUTO" followed by getAttribute()
2156 PASS link.dir: IDL set to "AUTO" followed by IDL get
2157 PASS link.className (<link class>): typeof IDL attribute
2158 PASS link.className (<link class>): IDL get with DOM attribute unset
2159 PASS link.className (<link class>): setAttribute() to "" followed by getAttribut e()
2160 PASS link.className (<link class>): setAttribute() to "" followed by IDL get
2161 PASS link.className (<link 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()
2162 PASS link.className (<link 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
2163 PASS link.className (<link class>): setAttribute() to undefined followed by getA ttribute()
2164 PASS link.className (<link class>): setAttribute() to undefined followed by IDL get
2165 PASS link.className (<link class>): setAttribute() to 7 followed by getAttribute ()
2166 PASS link.className (<link class>): setAttribute() to 7 followed by IDL get
2167 PASS link.className (<link class>): setAttribute() to 1.5 followed by getAttribu te()
2168 PASS link.className (<link class>): setAttribute() to 1.5 followed by IDL get
2169 PASS link.className (<link class>): setAttribute() to true followed by getAttrib ute()
2170 PASS link.className (<link class>): setAttribute() to true followed by IDL get
2171 PASS link.className (<link class>): setAttribute() to false followed by getAttri bute()
2172 PASS link.className (<link class>): setAttribute() to false followed by IDL get
2173 PASS link.className (<link class>): setAttribute() to object "[object Object]" f ollowed by getAttribute()
2174 PASS link.className (<link class>): setAttribute() to object "[object Object]" f ollowed by IDL get
2175 PASS link.className (<link class>): setAttribute() to NaN followed by getAttribu te()
2176 PASS link.className (<link class>): setAttribute() to NaN followed by IDL get
2177 PASS link.className (<link class>): setAttribute() to Infinity followed by getAt tribute()
2178 PASS link.className (<link class>): setAttribute() to Infinity followed by IDL g et
2179 PASS link.className (<link class>): setAttribute() to -Infinity followed by getA ttribute()
2180 PASS link.className (<link class>): setAttribute() to -Infinity followed by IDL get
2181 PASS link.className (<link class>): setAttribute() to "\0" followed by getAttrib ute()
2182 PASS link.className (<link class>): setAttribute() to "\0" followed by IDL get
2183 PASS link.className (<link class>): setAttribute() to null followed by getAttrib ute()
2184 PASS link.className (<link class>): setAttribute() to null followed by IDL get
2185 PASS link.className (<link class>): setAttribute() to object "test-toString" fol lowed by getAttribute()
2186 PASS link.className (<link class>): setAttribute() to object "test-toString" fol lowed by IDL get
2187 PASS link.className (<link class>): setAttribute() to object "test-valueOf" foll owed by getAttribute()
2188 PASS link.className (<link class>): setAttribute() to object "test-valueOf" foll owed by IDL get
2189 PASS link.className (<link class>): IDL set to "" should not throw
2190 PASS link.className (<link class>): IDL set to "" followed by getAttribute()
2191 PASS link.className (<link class>): IDL set to "" followed by IDL get
2192 PASS link.className (<link 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
2193 PASS link.className (<link 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()
2194 PASS link.className (<link 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
2195 PASS link.className (<link class>): IDL set to undefined should not throw
2196 PASS link.className (<link class>): IDL set to undefined followed by getAttribut e()
2197 PASS link.className (<link class>): IDL set to undefined followed by IDL get
2198 PASS link.className (<link class>): IDL set to 7 should not throw
2199 PASS link.className (<link class>): IDL set to 7 followed by getAttribute()
2200 PASS link.className (<link class>): IDL set to 7 followed by IDL get
2201 PASS link.className (<link class>): IDL set to 1.5 should not throw
2202 PASS link.className (<link class>): IDL set to 1.5 followed by getAttribute()
2203 PASS link.className (<link class>): IDL set to 1.5 followed by IDL get
2204 PASS link.className (<link class>): IDL set to true should not throw
2205 PASS link.className (<link class>): IDL set to true followed by getAttribute()
2206 PASS link.className (<link class>): IDL set to true followed by IDL get
2207 PASS link.className (<link class>): IDL set to false should not throw
2208 PASS link.className (<link class>): IDL set to false followed by getAttribute()
2209 PASS link.className (<link class>): IDL set to false followed by IDL get
2210 PASS link.className (<link class>): IDL set to object "[object Object]" should n ot throw
2211 PASS link.className (<link class>): IDL set to object "[object Object]" followed by getAttribute()
2212 PASS link.className (<link class>): IDL set to object "[object Object]" followed by IDL get
2213 PASS link.className (<link class>): IDL set to NaN should not throw
2214 PASS link.className (<link class>): IDL set to NaN followed by getAttribute()
2215 PASS link.className (<link class>): IDL set to NaN followed by IDL get
2216 PASS link.className (<link class>): IDL set to Infinity should not throw
2217 PASS link.className (<link class>): IDL set to Infinity followed by getAttribute ()
2218 PASS link.className (<link class>): IDL set to Infinity followed by IDL get
2219 PASS link.className (<link class>): IDL set to -Infinity should not throw
2220 PASS link.className (<link class>): IDL set to -Infinity followed by getAttribut e()
2221 PASS link.className (<link class>): IDL set to -Infinity followed by IDL get
2222 PASS link.className (<link class>): IDL set to "\0" should not throw
2223 PASS link.className (<link class>): IDL set to "\0" followed by getAttribute()
2224 PASS link.className (<link class>): IDL set to "\0" followed by IDL get
2225 PASS link.className (<link class>): IDL set to null should not throw
2226 PASS link.className (<link class>): IDL set to null followed by getAttribute()
2227 PASS link.className (<link class>): IDL set to null followed by IDL get
2228 PASS link.className (<link class>): IDL set to object "test-toString" should not throw
2229 PASS link.className (<link class>): IDL set to object "test-toString" followed b y getAttribute()
2230 PASS link.className (<link class>): IDL set to object "test-toString" followed b y IDL get
2231 PASS link.className (<link class>): IDL set to object "test-valueOf" should not throw
2232 PASS link.className (<link class>): IDL set to object "test-valueOf" followed by getAttribute()
2233 PASS link.className (<link class>): IDL set to object "test-valueOf" followed by IDL get
2234 PASS link.hidden: typeof IDL attribute
2235 PASS link.hidden: IDL get with DOM attribute unset
2236 PASS link.hidden: setAttribute() to "" followed by getAttribute()
2237 PASS link.hidden: setAttribute() to "" followed by IDL get
2238 PASS link.hidden: setAttribute() to " foo " followed by getAttribute()
2239 PASS link.hidden: setAttribute() to " foo " followed by IDL get
2240 PASS link.hidden: setAttribute() to undefined followed by getAttribute()
2241 PASS link.hidden: setAttribute() to undefined followed by IDL get
2242 PASS link.hidden: setAttribute() to null followed by getAttribute()
2243 PASS link.hidden: setAttribute() to null followed by IDL get
2244 PASS link.hidden: setAttribute() to 7 followed by getAttribute()
2245 PASS link.hidden: setAttribute() to 7 followed by IDL get
2246 PASS link.hidden: setAttribute() to 1.5 followed by getAttribute()
2247 PASS link.hidden: setAttribute() to 1.5 followed by IDL get
2248 PASS link.hidden: setAttribute() to true followed by getAttribute()
2249 PASS link.hidden: setAttribute() to true followed by IDL get
2250 PASS link.hidden: setAttribute() to false followed by getAttribute()
2251 PASS link.hidden: setAttribute() to false followed by IDL get
2252 PASS link.hidden: setAttribute() to object "[object Object]" followed by getAttr ibute()
2253 PASS link.hidden: setAttribute() to object "[object Object]" followed by IDL get
2254 PASS link.hidden: setAttribute() to NaN followed by getAttribute()
2255 PASS link.hidden: setAttribute() to NaN followed by IDL get
2256 PASS link.hidden: setAttribute() to Infinity followed by getAttribute()
2257 PASS link.hidden: setAttribute() to Infinity followed by IDL get
2258 PASS link.hidden: setAttribute() to -Infinity followed by getAttribute()
2259 PASS link.hidden: setAttribute() to -Infinity followed by IDL get
2260 PASS link.hidden: setAttribute() to "\0" followed by getAttribute()
2261 PASS link.hidden: setAttribute() to "\0" followed by IDL get
2262 PASS link.hidden: setAttribute() to object "test-toString" followed by getAttrib ute()
2263 PASS link.hidden: setAttribute() to object "test-toString" followed by IDL get
2264 PASS link.hidden: setAttribute() to object "test-valueOf" followed by getAttribu te()
2265 PASS link.hidden: setAttribute() to object "test-valueOf" followed by IDL get
2266 PASS link.hidden: setAttribute() to "hidden" followed by getAttribute()
2267 PASS link.hidden: setAttribute() to "hidden" followed by IDL get
2268 PASS link.hidden: IDL set to "" should not throw
2269 PASS link.hidden: IDL set to "" followed by hasAttribute()
2270 PASS link.hidden: IDL set to "" followed by IDL get
2271 PASS link.hidden: IDL set to " foo " should not throw
2272 PASS link.hidden: IDL set to " foo " followed by hasAttribute()
2273 PASS link.hidden: IDL set to " foo " followed by IDL get
2274 PASS link.hidden: IDL set to undefined should not throw
2275 PASS link.hidden: IDL set to undefined followed by hasAttribute()
2276 PASS link.hidden: IDL set to undefined followed by IDL get
2277 PASS link.hidden: IDL set to null should not throw
2278 PASS link.hidden: IDL set to null followed by hasAttribute()
2279 PASS link.hidden: IDL set to null followed by IDL get
2280 PASS link.hidden: IDL set to 7 should not throw
2281 PASS link.hidden: IDL set to 7 followed by hasAttribute()
2282 PASS link.hidden: IDL set to 7 followed by IDL get
2283 PASS link.hidden: IDL set to 1.5 should not throw
2284 PASS link.hidden: IDL set to 1.5 followed by hasAttribute()
2285 PASS link.hidden: IDL set to 1.5 followed by IDL get
2286 PASS link.hidden: IDL set to true should not throw
2287 PASS link.hidden: IDL set to true followed by hasAttribute()
2288 PASS link.hidden: IDL set to true followed by IDL get
2289 PASS link.hidden: IDL set to false should not throw
2290 PASS link.hidden: IDL set to false followed by hasAttribute()
2291 PASS link.hidden: IDL set to false followed by IDL get
2292 PASS link.hidden: IDL set to object "[object Object]" should not throw
2293 PASS link.hidden: IDL set to object "[object Object]" followed by hasAttribute()
2294 PASS link.hidden: IDL set to object "[object Object]" followed by IDL get
2295 PASS link.hidden: IDL set to NaN should not throw
2296 PASS link.hidden: IDL set to NaN followed by hasAttribute()
2297 PASS link.hidden: IDL set to NaN followed by IDL get
2298 PASS link.hidden: IDL set to Infinity should not throw
2299 PASS link.hidden: IDL set to Infinity followed by hasAttribute()
2300 PASS link.hidden: IDL set to Infinity followed by IDL get
2301 PASS link.hidden: IDL set to -Infinity should not throw
2302 PASS link.hidden: IDL set to -Infinity followed by hasAttribute()
2303 PASS link.hidden: IDL set to -Infinity followed by IDL get
2304 PASS link.hidden: IDL set to "\0" should not throw
2305 PASS link.hidden: IDL set to "\0" followed by hasAttribute()
2306 PASS link.hidden: IDL set to "\0" followed by IDL get
2307 PASS link.hidden: IDL set to object "test-toString" should not throw
2308 PASS link.hidden: IDL set to object "test-toString" followed by hasAttribute()
2309 PASS link.hidden: IDL set to object "test-toString" followed by IDL get
2310 PASS link.hidden: IDL set to object "test-valueOf" should not throw
2311 PASS link.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
2312 PASS link.hidden: IDL set to object "test-valueOf" followed by IDL get
2313 PASS link.accessKey: typeof IDL attribute
2314 PASS link.accessKey: IDL get with DOM attribute unset
2315 PASS link.accessKey: setAttribute() to "" followed by getAttribute()
2316 PASS link.accessKey: setAttribute() to "" followed by IDL get
2317 PASS link.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()
2318 PASS link.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
2319 PASS link.accessKey: setAttribute() to undefined followed by getAttribute()
2320 PASS link.accessKey: setAttribute() to undefined followed by IDL get
2321 PASS link.accessKey: setAttribute() to 7 followed by getAttribute()
2322 PASS link.accessKey: setAttribute() to 7 followed by IDL get
2323 PASS link.accessKey: setAttribute() to 1.5 followed by getAttribute()
2324 PASS link.accessKey: setAttribute() to 1.5 followed by IDL get
2325 PASS link.accessKey: setAttribute() to true followed by getAttribute()
2326 PASS link.accessKey: setAttribute() to true followed by IDL get
2327 PASS link.accessKey: setAttribute() to false followed by getAttribute()
2328 PASS link.accessKey: setAttribute() to false followed by IDL get
2329 PASS link.accessKey: setAttribute() to object "[object Object]" followed by getA ttribute()
2330 PASS link.accessKey: setAttribute() to object "[object Object]" followed by IDL get
2331 PASS link.accessKey: setAttribute() to NaN followed by getAttribute()
2332 PASS link.accessKey: setAttribute() to NaN followed by IDL get
2333 PASS link.accessKey: setAttribute() to Infinity followed by getAttribute()
2334 PASS link.accessKey: setAttribute() to Infinity followed by IDL get
2335 PASS link.accessKey: setAttribute() to -Infinity followed by getAttribute()
2336 PASS link.accessKey: setAttribute() to -Infinity followed by IDL get
2337 PASS link.accessKey: setAttribute() to "\0" followed by getAttribute()
2338 PASS link.accessKey: setAttribute() to "\0" followed by IDL get
2339 PASS link.accessKey: setAttribute() to null followed by getAttribute()
2340 PASS link.accessKey: setAttribute() to null followed by IDL get
2341 PASS link.accessKey: setAttribute() to object "test-toString" followed by getAtt ribute()
2342 PASS link.accessKey: setAttribute() to object "test-toString" followed by IDL ge t
2343 PASS link.accessKey: setAttribute() to object "test-valueOf" followed by getAttr ibute()
2344 PASS link.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
2345 PASS link.accessKey: IDL set to "" should not throw
2346 PASS link.accessKey: IDL set to "" followed by getAttribute()
2347 PASS link.accessKey: IDL set to "" followed by IDL get
2348 PASS link.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
2349 PASS link.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()
2350 PASS link.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
2351 PASS link.accessKey: IDL set to undefined should not throw
2352 PASS link.accessKey: IDL set to undefined followed by getAttribute()
2353 PASS link.accessKey: IDL set to undefined followed by IDL get
2354 PASS link.accessKey: IDL set to 7 should not throw
2355 PASS link.accessKey: IDL set to 7 followed by getAttribute()
2356 PASS link.accessKey: IDL set to 7 followed by IDL get
2357 PASS link.accessKey: IDL set to 1.5 should not throw
2358 PASS link.accessKey: IDL set to 1.5 followed by getAttribute()
2359 PASS link.accessKey: IDL set to 1.5 followed by IDL get
2360 PASS link.accessKey: IDL set to true should not throw
2361 PASS link.accessKey: IDL set to true followed by getAttribute()
2362 PASS link.accessKey: IDL set to true followed by IDL get
2363 PASS link.accessKey: IDL set to false should not throw
2364 PASS link.accessKey: IDL set to false followed by getAttribute()
2365 PASS link.accessKey: IDL set to false followed by IDL get
2366 PASS link.accessKey: IDL set to object "[object Object]" should not throw
2367 PASS link.accessKey: IDL set to object "[object Object]" followed by getAttribut e()
2368 PASS link.accessKey: IDL set to object "[object Object]" followed by IDL get
2369 PASS link.accessKey: IDL set to NaN should not throw
2370 PASS link.accessKey: IDL set to NaN followed by getAttribute()
2371 PASS link.accessKey: IDL set to NaN followed by IDL get
2372 PASS link.accessKey: IDL set to Infinity should not throw
2373 PASS link.accessKey: IDL set to Infinity followed by getAttribute()
2374 PASS link.accessKey: IDL set to Infinity followed by IDL get
2375 PASS link.accessKey: IDL set to -Infinity should not throw
2376 PASS link.accessKey: IDL set to -Infinity followed by getAttribute()
2377 PASS link.accessKey: IDL set to -Infinity followed by IDL get
2378 PASS link.accessKey: IDL set to "\0" should not throw
2379 PASS link.accessKey: IDL set to "\0" followed by getAttribute()
2380 PASS link.accessKey: IDL set to "\0" followed by IDL get
2381 PASS link.accessKey: IDL set to null should not throw
2382 PASS link.accessKey: IDL set to null followed by getAttribute()
2383 PASS link.accessKey: IDL set to null followed by IDL get
2384 PASS link.accessKey: IDL set to object "test-toString" should not throw
2385 PASS link.accessKey: IDL set to object "test-toString" followed by getAttribute( )
2386 PASS link.accessKey: IDL set to object "test-toString" followed by IDL get
2387 PASS link.accessKey: IDL set to object "test-valueOf" should not throw
2388 PASS link.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
2389 PASS link.accessKey: IDL set to object "test-valueOf" followed by IDL get
2390 PASS link.tabIndex: typeof IDL attribute
2391 PASS link.tabIndex: setAttribute() to -36 followed by getAttribute()
2392 PASS link.tabIndex: setAttribute() to -36 followed by IDL get
2393 PASS link.tabIndex: setAttribute() to -1 followed by getAttribute()
2394 PASS link.tabIndex: setAttribute() to -1 followed by IDL get
2395 PASS link.tabIndex: setAttribute() to 0 followed by getAttribute()
2396 PASS link.tabIndex: setAttribute() to 0 followed by IDL get
2397 PASS link.tabIndex: setAttribute() to 1 followed by getAttribute()
2398 PASS link.tabIndex: setAttribute() to 1 followed by IDL get
2399 PASS link.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
2400 FAIL link.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
2401 PASS link.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
2402 FAIL link.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
2403 PASS link.tabIndex: setAttribute() to "-1" followed by getAttribute()
2404 PASS link.tabIndex: setAttribute() to "-1" followed by IDL get
2405 PASS link.tabIndex: setAttribute() to "-0" followed by getAttribute()
2406 PASS link.tabIndex: setAttribute() to "-0" followed by IDL get
2407 PASS link.tabIndex: setAttribute() to "0" followed by getAttribute()
2408 PASS link.tabIndex: setAttribute() to "0" followed by IDL get
2409 PASS link.tabIndex: setAttribute() to "1" followed by getAttribute()
2410 PASS link.tabIndex: setAttribute() to "1" followed by IDL get
2411 PASS link.tabIndex: setAttribute() to "\t7" followed by getAttribute()
2412 PASS link.tabIndex: setAttribute() to "\t7" followed by IDL get
2413 PASS link.tabIndex: setAttribute() to "\f7" followed by getAttribute()
2414 PASS link.tabIndex: setAttribute() to "\f7" followed by IDL get
2415 PASS link.tabIndex: setAttribute() to " 7" followed by getAttribute()
2416 PASS link.tabIndex: setAttribute() to " 7" followed by IDL get
2417 PASS link.tabIndex: setAttribute() to "\n7" followed by getAttribute()
2418 PASS link.tabIndex: setAttribute() to "\n7" followed by IDL get
2419 PASS link.tabIndex: setAttribute() to "\r7" followed by getAttribute()
2420 PASS link.tabIndex: setAttribute() to "\r7" followed by IDL get
2421 PASS link.tabIndex: setAttribute() to 1.5 followed by getAttribute()
2422 PASS link.tabIndex: setAttribute() to 1.5 followed by IDL get
2423 PASS link.tabIndex: setAttribute() to object "2" followed by getAttribute()
2424 PASS link.tabIndex: setAttribute() to object "2" followed by IDL get
2425 PASS link.tabIndex: IDL set to -36 should not throw
2426 PASS link.tabIndex: IDL set to -36 followed by getAttribute()
2427 PASS link.tabIndex: IDL set to -36 followed by IDL get
2428 PASS link.tabIndex: IDL set to -1 should not throw
2429 PASS link.tabIndex: IDL set to -1 followed by getAttribute()
2430 PASS link.tabIndex: IDL set to -1 followed by IDL get
2431 PASS link.tabIndex: IDL set to 0 should not throw
2432 PASS link.tabIndex: IDL set to 0 followed by getAttribute()
2433 PASS link.tabIndex: IDL set to 0 followed by IDL get
2434 PASS link.tabIndex: IDL set to 1 should not throw
2435 PASS link.tabIndex: IDL set to 1 followed by getAttribute()
2436 PASS link.tabIndex: IDL set to 1 followed by IDL get
2437 PASS link.tabIndex: IDL set to 2147483647 should not throw
2438 PASS link.tabIndex: IDL set to 2147483647 followed by getAttribute()
2439 FAIL link.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
2440 PASS link.tabIndex: IDL set to -2147483648 should not throw
2441 PASS link.tabIndex: IDL set to -2147483648 followed by getAttribute()
2442 FAIL link.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
2443 PASS link.href: typeof IDL attribute
2444 PASS link.href: IDL get with DOM attribute unset
2445 PASS link.href: setAttribute() to "" followed by getAttribute()
2446 PASS link.href: setAttribute() to "" followed by IDL get
2447 PASS link.href: setAttribute() to " foo " followed by getAttribute()
2448 PASS link.href: setAttribute() to " foo " followed by IDL get
2449 PASS link.href: setAttribute() to "http://site.example/" followed by getAttribut e()
2450 PASS link.href: setAttribute() to "http://site.example/" followed by IDL get
2451 PASS link.href: setAttribute() to "//site.example/path???@#l" followed by getAtt ribute()
2452 PASS link.href: setAttribute() to "//site.example/path???@#l" followed by IDL ge t
2453 PASS link.href: 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 " follo wed by getAttribute()
2454 PASS link.href: 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 " follo wed by IDL get
2455 PASS link.href: setAttribute() to undefined followed by getAttribute()
2456 PASS link.href: setAttribute() to undefined followed by IDL get
2457 PASS link.href: setAttribute() to 7 followed by getAttribute()
2458 PASS link.href: setAttribute() to 7 followed by IDL get
2459 PASS link.href: setAttribute() to 1.5 followed by getAttribute()
2460 PASS link.href: setAttribute() to 1.5 followed by IDL get
2461 PASS link.href: setAttribute() to true followed by getAttribute()
2462 PASS link.href: setAttribute() to true followed by IDL get
2463 PASS link.href: setAttribute() to false followed by getAttribute()
2464 PASS link.href: setAttribute() to false followed by IDL get
2465 PASS link.href: setAttribute() to object "[object Object]" followed by getAttrib ute()
2466 PASS link.href: setAttribute() to object "[object Object]" followed by IDL get
2467 PASS link.href: setAttribute() to NaN followed by getAttribute()
2468 PASS link.href: setAttribute() to NaN followed by IDL get
2469 PASS link.href: setAttribute() to Infinity followed by getAttribute()
2470 PASS link.href: setAttribute() to Infinity followed by IDL get
2471 PASS link.href: setAttribute() to -Infinity followed by getAttribute()
2472 PASS link.href: setAttribute() to -Infinity followed by IDL get
2473 PASS link.href: setAttribute() to "\0" followed by getAttribute()
2474 PASS link.href: setAttribute() to "\0" followed by IDL get
2475 PASS link.href: setAttribute() to null followed by getAttribute()
2476 PASS link.href: setAttribute() to null followed by IDL get
2477 PASS link.href: setAttribute() to object "test-toString" followed by getAttribut e()
2478 PASS link.href: setAttribute() to object "test-toString" followed by IDL get
2479 PASS link.href: setAttribute() to object "test-valueOf" followed by getAttribute ()
2480 PASS link.href: setAttribute() to object "test-valueOf" followed by IDL get
2481 PASS link.href: IDL set to "" should not throw
2482 PASS link.href: IDL set to "" followed by getAttribute()
2483 PASS link.href: IDL set to "" followed by IDL get
2484 PASS link.href: IDL set to " foo " should not throw
2485 PASS link.href: IDL set to " foo " followed by getAttribute()
2486 PASS link.href: IDL set to " foo " followed by IDL get
2487 PASS link.href: IDL set to "http://site.example/" should not throw
2488 PASS link.href: IDL set to "http://site.example/" followed by getAttribute()
2489 PASS link.href: IDL set to "http://site.example/" followed by IDL get
2490 PASS link.href: IDL set to "//site.example/path???@#l" should not throw
2491 PASS link.href: IDL set to "//site.example/path???@#l" followed by getAttribute( )
2492 PASS link.href: IDL set to "//site.example/path???@#l" followed by IDL get
2493 PASS link.href: 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 " should not t hrow
2494 PASS link.href: 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 " followed by getAttribute()
2495 PASS link.href: 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 " followed by IDL get
2496 PASS link.href: IDL set to undefined should not throw
2497 PASS link.href: IDL set to undefined followed by getAttribute()
2498 PASS link.href: IDL set to undefined followed by IDL get
2499 PASS link.href: IDL set to 7 should not throw
2500 PASS link.href: IDL set to 7 followed by getAttribute()
2501 PASS link.href: IDL set to 7 followed by IDL get
2502 PASS link.href: IDL set to 1.5 should not throw
2503 PASS link.href: IDL set to 1.5 followed by getAttribute()
2504 PASS link.href: IDL set to 1.5 followed by IDL get
2505 PASS link.href: IDL set to true should not throw
2506 PASS link.href: IDL set to true followed by getAttribute()
2507 PASS link.href: IDL set to true followed by IDL get
2508 PASS link.href: IDL set to false should not throw
2509 PASS link.href: IDL set to false followed by getAttribute()
2510 PASS link.href: IDL set to false followed by IDL get
2511 PASS link.href: IDL set to object "[object Object]" should not throw
2512 PASS link.href: IDL set to object "[object Object]" followed by getAttribute()
2513 PASS link.href: IDL set to object "[object Object]" followed by IDL get
2514 PASS link.href: IDL set to NaN should not throw
2515 PASS link.href: IDL set to NaN followed by getAttribute()
2516 PASS link.href: IDL set to NaN followed by IDL get
2517 PASS link.href: IDL set to Infinity should not throw
2518 PASS link.href: IDL set to Infinity followed by getAttribute()
2519 PASS link.href: IDL set to Infinity followed by IDL get
2520 PASS link.href: IDL set to -Infinity should not throw
2521 PASS link.href: IDL set to -Infinity followed by getAttribute()
2522 PASS link.href: IDL set to -Infinity followed by IDL get
2523 PASS link.href: IDL set to "\0" should not throw
2524 PASS link.href: IDL set to "\0" followed by getAttribute()
2525 PASS link.href: IDL set to "\0" followed by IDL get
2526 PASS link.href: IDL set to null should not throw
2527 PASS link.href: IDL set to null followed by getAttribute()
2528 PASS link.href: IDL set to null followed by IDL get
2529 PASS link.href: IDL set to object "test-toString" should not throw
2530 PASS link.href: IDL set to object "test-toString" followed by getAttribute()
2531 PASS link.href: IDL set to object "test-toString" followed by IDL get
2532 PASS link.href: IDL set to object "test-valueOf" should not throw
2533 PASS link.href: IDL set to object "test-valueOf" followed by getAttribute()
2534 PASS link.href: IDL set to object "test-valueOf" followed by IDL get
2535 PASS link.crossOrigin: typeof IDL attribute
2536 PASS link.crossOrigin: IDL get with DOM attribute unset
2537 PASS link.crossOrigin: setAttribute() to "" followed by getAttribute()
2538 PASS link.crossOrigin: setAttribute() to "" followed by IDL get
2539 PASS link.crossOrigin: 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()
2540 PASS link.crossOrigin: 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
2541 PASS link.crossOrigin: setAttribute() to undefined followed by getAttribute()
2542 PASS link.crossOrigin: setAttribute() to undefined followed by IDL get
2543 PASS link.crossOrigin: setAttribute() to 7 followed by getAttribute()
2544 PASS link.crossOrigin: setAttribute() to 7 followed by IDL get
2545 PASS link.crossOrigin: setAttribute() to 1.5 followed by getAttribute()
2546 PASS link.crossOrigin: setAttribute() to 1.5 followed by IDL get
2547 PASS link.crossOrigin: setAttribute() to true followed by getAttribute()
2548 PASS link.crossOrigin: setAttribute() to true followed by IDL get
2549 PASS link.crossOrigin: setAttribute() to false followed by getAttribute()
2550 PASS link.crossOrigin: setAttribute() to false followed by IDL get
2551 PASS link.crossOrigin: setAttribute() to object "[object Object]" followed by ge tAttribute()
2552 PASS link.crossOrigin: setAttribute() to object "[object Object]" followed by ID L get
2553 PASS link.crossOrigin: setAttribute() to NaN followed by getAttribute()
2554 PASS link.crossOrigin: setAttribute() to NaN followed by IDL get
2555 PASS link.crossOrigin: setAttribute() to Infinity followed by getAttribute()
2556 PASS link.crossOrigin: setAttribute() to Infinity followed by IDL get
2557 PASS link.crossOrigin: setAttribute() to -Infinity followed by getAttribute()
2558 PASS link.crossOrigin: setAttribute() to -Infinity followed by IDL get
2559 PASS link.crossOrigin: setAttribute() to "\0" followed by getAttribute()
2560 PASS link.crossOrigin: setAttribute() to "\0" followed by IDL get
2561 PASS link.crossOrigin: setAttribute() to null followed by getAttribute()
2562 PASS link.crossOrigin: setAttribute() to null followed by IDL get
2563 PASS link.crossOrigin: setAttribute() to object "test-toString" followed by getA ttribute()
2564 PASS link.crossOrigin: setAttribute() to object "test-toString" followed by IDL get
2565 PASS link.crossOrigin: setAttribute() to object "test-valueOf" followed by getAt tribute()
2566 PASS link.crossOrigin: setAttribute() to object "test-valueOf" followed by IDL g et
2567 PASS link.crossOrigin: setAttribute() to "anonymous" followed by getAttribute()
2568 PASS link.crossOrigin: setAttribute() to "anonymous" followed by IDL get
2569 PASS link.crossOrigin: setAttribute() to "xanonymous" followed by getAttribute()
2570 PASS link.crossOrigin: setAttribute() to "xanonymous" followed by IDL get
2571 PASS link.crossOrigin: setAttribute() to "anonymous\0" followed by getAttribute( )
2572 PASS link.crossOrigin: setAttribute() to "anonymous\0" followed by IDL get
2573 PASS link.crossOrigin: setAttribute() to "nonymous" followed by getAttribute()
2574 PASS link.crossOrigin: setAttribute() to "nonymous" followed by IDL get
2575 PASS link.crossOrigin: setAttribute() to "ANONYMOUS" followed by getAttribute()
2576 PASS link.crossOrigin: setAttribute() to "ANONYMOUS" followed by IDL get
2577 PASS link.crossOrigin: setAttribute() to "use-credentials" followed by getAttrib ute()
2578 PASS link.crossOrigin: setAttribute() to "use-credentials" followed by IDL get
2579 PASS link.crossOrigin: setAttribute() to "xuse-credentials" followed by getAttri bute()
2580 PASS link.crossOrigin: setAttribute() to "xuse-credentials" followed by IDL get
2581 PASS link.crossOrigin: setAttribute() to "use-credentials\0" followed by getAttr ibute()
2582 PASS link.crossOrigin: setAttribute() to "use-credentials\0" followed by IDL get
2583 PASS link.crossOrigin: setAttribute() to "se-credentials" followed by getAttribu te()
2584 PASS link.crossOrigin: setAttribute() to "se-credentials" followed by IDL get
2585 PASS link.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by getAttrib ute()
2586 PASS link.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by IDL get
2587 PASS link.crossOrigin: IDL set to "" should not throw
2588 PASS link.crossOrigin: IDL set to "" followed by getAttribute()
2589 PASS link.crossOrigin: IDL set to "" followed by IDL get
2590 PASS link.crossOrigin: 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
2591 PASS link.crossOrigin: 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()
2592 PASS link.crossOrigin: 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
2593 PASS link.crossOrigin: IDL set to undefined should not throw
2594 PASS link.crossOrigin: IDL set to undefined followed by getAttribute()
2595 PASS link.crossOrigin: IDL set to undefined followed by IDL get
2596 PASS link.crossOrigin: IDL set to 7 should not throw
2597 PASS link.crossOrigin: IDL set to 7 followed by getAttribute()
2598 PASS link.crossOrigin: IDL set to 7 followed by IDL get
2599 PASS link.crossOrigin: IDL set to 1.5 should not throw
2600 PASS link.crossOrigin: IDL set to 1.5 followed by getAttribute()
2601 PASS link.crossOrigin: IDL set to 1.5 followed by IDL get
2602 PASS link.crossOrigin: IDL set to true should not throw
2603 PASS link.crossOrigin: IDL set to true followed by getAttribute()
2604 PASS link.crossOrigin: IDL set to true followed by IDL get
2605 PASS link.crossOrigin: IDL set to false should not throw
2606 PASS link.crossOrigin: IDL set to false followed by getAttribute()
2607 PASS link.crossOrigin: IDL set to false followed by IDL get
2608 PASS link.crossOrigin: IDL set to object "[object Object]" should not throw
2609 PASS link.crossOrigin: IDL set to object "[object Object]" followed by getAttrib ute()
2610 PASS link.crossOrigin: IDL set to object "[object Object]" followed by IDL get
2611 PASS link.crossOrigin: IDL set to NaN should not throw
2612 PASS link.crossOrigin: IDL set to NaN followed by getAttribute()
2613 PASS link.crossOrigin: IDL set to NaN followed by IDL get
2614 PASS link.crossOrigin: IDL set to Infinity should not throw
2615 PASS link.crossOrigin: IDL set to Infinity followed by getAttribute()
2616 PASS link.crossOrigin: IDL set to Infinity followed by IDL get
2617 PASS link.crossOrigin: IDL set to -Infinity should not throw
2618 PASS link.crossOrigin: IDL set to -Infinity followed by getAttribute()
2619 PASS link.crossOrigin: IDL set to -Infinity followed by IDL get
2620 PASS link.crossOrigin: IDL set to "\0" should not throw
2621 PASS link.crossOrigin: IDL set to "\0" followed by getAttribute()
2622 PASS link.crossOrigin: IDL set to "\0" followed by IDL get
2623 PASS link.crossOrigin: IDL set to null should not throw
2624 PASS link.crossOrigin: IDL set to null followed by getAttribute()
2625 PASS link.crossOrigin: IDL set to null followed by IDL get
2626 PASS link.crossOrigin: IDL set to object "test-toString" should not throw
2627 PASS link.crossOrigin: IDL set to object "test-toString" followed by getAttribut e()
2628 PASS link.crossOrigin: IDL set to object "test-toString" followed by IDL get
2629 PASS link.crossOrigin: IDL set to object "test-valueOf" should not throw
2630 PASS link.crossOrigin: IDL set to object "test-valueOf" followed by getAttribute ()
2631 PASS link.crossOrigin: IDL set to object "test-valueOf" followed by IDL get
2632 PASS link.crossOrigin: IDL set to "anonymous" should not throw
2633 PASS link.crossOrigin: IDL set to "anonymous" followed by getAttribute()
2634 PASS link.crossOrigin: IDL set to "anonymous" followed by IDL get
2635 PASS link.crossOrigin: IDL set to "xanonymous" should not throw
2636 PASS link.crossOrigin: IDL set to "xanonymous" followed by getAttribute()
2637 PASS link.crossOrigin: IDL set to "xanonymous" followed by IDL get
2638 PASS link.crossOrigin: IDL set to "anonymous\0" should not throw
2639 PASS link.crossOrigin: IDL set to "anonymous\0" followed by getAttribute()
2640 PASS link.crossOrigin: IDL set to "anonymous\0" followed by IDL get
2641 PASS link.crossOrigin: IDL set to "nonymous" should not throw
2642 PASS link.crossOrigin: IDL set to "nonymous" followed by getAttribute()
2643 PASS link.crossOrigin: IDL set to "nonymous" followed by IDL get
2644 PASS link.crossOrigin: IDL set to "ANONYMOUS" should not throw
2645 PASS link.crossOrigin: IDL set to "ANONYMOUS" followed by getAttribute()
2646 PASS link.crossOrigin: IDL set to "ANONYMOUS" followed by IDL get
2647 PASS link.crossOrigin: IDL set to "use-credentials" should not throw
2648 PASS link.crossOrigin: IDL set to "use-credentials" followed by getAttribute()
2649 PASS link.crossOrigin: IDL set to "use-credentials" followed by IDL get
2650 PASS link.crossOrigin: IDL set to "xuse-credentials" should not throw
2651 PASS link.crossOrigin: IDL set to "xuse-credentials" followed by getAttribute()
2652 PASS link.crossOrigin: IDL set to "xuse-credentials" followed by IDL get
2653 PASS link.crossOrigin: IDL set to "use-credentials\0" should not throw
2654 PASS link.crossOrigin: IDL set to "use-credentials\0" followed by getAttribute()
2655 PASS link.crossOrigin: IDL set to "use-credentials\0" followed by IDL get
2656 PASS link.crossOrigin: IDL set to "se-credentials" should not throw
2657 PASS link.crossOrigin: IDL set to "se-credentials" followed by getAttribute()
2658 PASS link.crossOrigin: IDL set to "se-credentials" followed by IDL get
2659 PASS link.crossOrigin: IDL set to "USE-CREDENTIALS" should not throw
2660 PASS link.crossOrigin: IDL set to "USE-CREDENTIALS" followed by getAttribute()
2661 PASS link.crossOrigin: IDL set to "USE-CREDENTIALS" followed by IDL get
2662 PASS link.rel: typeof IDL attribute
2663 PASS link.rel: IDL get with DOM attribute unset
2664 PASS link.rel: setAttribute() to "" followed by getAttribute()
2665 PASS link.rel: setAttribute() to "" followed by IDL get
2666 PASS link.rel: 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()
2667 PASS link.rel: 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
2668 PASS link.rel: setAttribute() to undefined followed by getAttribute()
2669 PASS link.rel: setAttribute() to undefined followed by IDL get
2670 PASS link.rel: setAttribute() to 7 followed by getAttribute()
2671 PASS link.rel: setAttribute() to 7 followed by IDL get
2672 PASS link.rel: setAttribute() to 1.5 followed by getAttribute()
2673 PASS link.rel: setAttribute() to 1.5 followed by IDL get
2674 PASS link.rel: setAttribute() to true followed by getAttribute()
2675 PASS link.rel: setAttribute() to true followed by IDL get
2676 PASS link.rel: setAttribute() to false followed by getAttribute()
2677 PASS link.rel: setAttribute() to false followed by IDL get
2678 PASS link.rel: setAttribute() to object "[object Object]" followed by getAttribu te()
2679 PASS link.rel: setAttribute() to object "[object Object]" followed by IDL get
2680 PASS link.rel: setAttribute() to NaN followed by getAttribute()
2681 PASS link.rel: setAttribute() to NaN followed by IDL get
2682 PASS link.rel: setAttribute() to Infinity followed by getAttribute()
2683 PASS link.rel: setAttribute() to Infinity followed by IDL get
2684 PASS link.rel: setAttribute() to -Infinity followed by getAttribute()
2685 PASS link.rel: setAttribute() to -Infinity followed by IDL get
2686 PASS link.rel: setAttribute() to "\0" followed by getAttribute()
2687 PASS link.rel: setAttribute() to "\0" followed by IDL get
2688 PASS link.rel: setAttribute() to null followed by getAttribute()
2689 PASS link.rel: setAttribute() to null followed by IDL get
2690 PASS link.rel: setAttribute() to object "test-toString" followed by getAttribute ()
2691 PASS link.rel: setAttribute() to object "test-toString" followed by IDL get
2692 PASS link.rel: setAttribute() to object "test-valueOf" followed by getAttribute( )
2693 PASS link.rel: setAttribute() to object "test-valueOf" followed by IDL get
2694 PASS link.rel: IDL set to "" should not throw
2695 PASS link.rel: IDL set to "" followed by getAttribute()
2696 PASS link.rel: IDL set to "" followed by IDL get
2697 PASS link.rel: 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
2698 PASS link.rel: 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()
2699 PASS link.rel: 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
2700 PASS link.rel: IDL set to undefined should not throw
2701 PASS link.rel: IDL set to undefined followed by getAttribute()
2702 PASS link.rel: IDL set to undefined followed by IDL get
2703 PASS link.rel: IDL set to 7 should not throw
2704 PASS link.rel: IDL set to 7 followed by getAttribute()
2705 PASS link.rel: IDL set to 7 followed by IDL get
2706 PASS link.rel: IDL set to 1.5 should not throw
2707 PASS link.rel: IDL set to 1.5 followed by getAttribute()
2708 PASS link.rel: IDL set to 1.5 followed by IDL get
2709 PASS link.rel: IDL set to true should not throw
2710 PASS link.rel: IDL set to true followed by getAttribute()
2711 PASS link.rel: IDL set to true followed by IDL get
2712 PASS link.rel: IDL set to false should not throw
2713 PASS link.rel: IDL set to false followed by getAttribute()
2714 PASS link.rel: IDL set to false followed by IDL get
2715 PASS link.rel: IDL set to object "[object Object]" should not throw
2716 PASS link.rel: IDL set to object "[object Object]" followed by getAttribute()
2717 PASS link.rel: IDL set to object "[object Object]" followed by IDL get
2718 PASS link.rel: IDL set to NaN should not throw
2719 PASS link.rel: IDL set to NaN followed by getAttribute()
2720 PASS link.rel: IDL set to NaN followed by IDL get
2721 PASS link.rel: IDL set to Infinity should not throw
2722 PASS link.rel: IDL set to Infinity followed by getAttribute()
2723 PASS link.rel: IDL set to Infinity followed by IDL get
2724 PASS link.rel: IDL set to -Infinity should not throw
2725 PASS link.rel: IDL set to -Infinity followed by getAttribute()
2726 PASS link.rel: IDL set to -Infinity followed by IDL get
2727 PASS link.rel: IDL set to "\0" should not throw
2728 PASS link.rel: IDL set to "\0" followed by getAttribute()
2729 PASS link.rel: IDL set to "\0" followed by IDL get
2730 PASS link.rel: IDL set to null should not throw
2731 PASS link.rel: IDL set to null followed by getAttribute()
2732 PASS link.rel: IDL set to null followed by IDL get
2733 PASS link.rel: IDL set to object "test-toString" should not throw
2734 PASS link.rel: IDL set to object "test-toString" followed by getAttribute()
2735 PASS link.rel: IDL set to object "test-toString" followed by IDL get
2736 PASS link.rel: IDL set to object "test-valueOf" should not throw
2737 PASS link.rel: IDL set to object "test-valueOf" followed by getAttribute()
2738 PASS link.rel: IDL set to object "test-valueOf" followed by IDL get
2739 PASS link.media: typeof IDL attribute
2740 PASS link.media: IDL get with DOM attribute unset
2741 PASS link.media: setAttribute() to "" followed by getAttribute()
2742 PASS link.media: setAttribute() to "" followed by IDL get
2743 PASS link.media: 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()
2744 PASS link.media: 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
2745 PASS link.media: setAttribute() to undefined followed by getAttribute()
2746 PASS link.media: setAttribute() to undefined followed by IDL get
2747 PASS link.media: setAttribute() to 7 followed by getAttribute()
2748 PASS link.media: setAttribute() to 7 followed by IDL get
2749 PASS link.media: setAttribute() to 1.5 followed by getAttribute()
2750 PASS link.media: setAttribute() to 1.5 followed by IDL get
2751 PASS link.media: setAttribute() to true followed by getAttribute()
2752 PASS link.media: setAttribute() to true followed by IDL get
2753 PASS link.media: setAttribute() to false followed by getAttribute()
2754 PASS link.media: setAttribute() to false followed by IDL get
2755 PASS link.media: setAttribute() to object "[object Object]" followed by getAttri bute()
2756 PASS link.media: setAttribute() to object "[object Object]" followed by IDL get
2757 PASS link.media: setAttribute() to NaN followed by getAttribute()
2758 PASS link.media: setAttribute() to NaN followed by IDL get
2759 PASS link.media: setAttribute() to Infinity followed by getAttribute()
2760 PASS link.media: setAttribute() to Infinity followed by IDL get
2761 PASS link.media: setAttribute() to -Infinity followed by getAttribute()
2762 PASS link.media: setAttribute() to -Infinity followed by IDL get
2763 PASS link.media: setAttribute() to "\0" followed by getAttribute()
2764 PASS link.media: setAttribute() to "\0" followed by IDL get
2765 PASS link.media: setAttribute() to null followed by getAttribute()
2766 PASS link.media: setAttribute() to null followed by IDL get
2767 PASS link.media: setAttribute() to object "test-toString" followed by getAttribu te()
2768 PASS link.media: setAttribute() to object "test-toString" followed by IDL get
2769 PASS link.media: setAttribute() to object "test-valueOf" followed by getAttribut e()
2770 PASS link.media: setAttribute() to object "test-valueOf" followed by IDL get
2771 PASS link.media: IDL set to "" should not throw
2772 PASS link.media: IDL set to "" followed by getAttribute()
2773 PASS link.media: IDL set to "" followed by IDL get
2774 PASS link.media: 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
2775 PASS link.media: 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()
2776 PASS link.media: 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
2777 PASS link.media: IDL set to undefined should not throw
2778 PASS link.media: IDL set to undefined followed by getAttribute()
2779 PASS link.media: IDL set to undefined followed by IDL get
2780 PASS link.media: IDL set to 7 should not throw
2781 PASS link.media: IDL set to 7 followed by getAttribute()
2782 PASS link.media: IDL set to 7 followed by IDL get
2783 PASS link.media: IDL set to 1.5 should not throw
2784 PASS link.media: IDL set to 1.5 followed by getAttribute()
2785 PASS link.media: IDL set to 1.5 followed by IDL get
2786 PASS link.media: IDL set to true should not throw
2787 PASS link.media: IDL set to true followed by getAttribute()
2788 PASS link.media: IDL set to true followed by IDL get
2789 PASS link.media: IDL set to false should not throw
2790 PASS link.media: IDL set to false followed by getAttribute()
2791 PASS link.media: IDL set to false followed by IDL get
2792 PASS link.media: IDL set to object "[object Object]" should not throw
2793 PASS link.media: IDL set to object "[object Object]" followed by getAttribute()
2794 PASS link.media: IDL set to object "[object Object]" followed by IDL get
2795 PASS link.media: IDL set to NaN should not throw
2796 PASS link.media: IDL set to NaN followed by getAttribute()
2797 PASS link.media: IDL set to NaN followed by IDL get
2798 PASS link.media: IDL set to Infinity should not throw
2799 PASS link.media: IDL set to Infinity followed by getAttribute()
2800 PASS link.media: IDL set to Infinity followed by IDL get
2801 PASS link.media: IDL set to -Infinity should not throw
2802 PASS link.media: IDL set to -Infinity followed by getAttribute()
2803 PASS link.media: IDL set to -Infinity followed by IDL get
2804 PASS link.media: IDL set to "\0" should not throw
2805 PASS link.media: IDL set to "\0" followed by getAttribute()
2806 PASS link.media: IDL set to "\0" followed by IDL get
2807 PASS link.media: IDL set to null should not throw
2808 PASS link.media: IDL set to null followed by getAttribute()
2809 PASS link.media: IDL set to null followed by IDL get
2810 PASS link.media: IDL set to object "test-toString" should not throw
2811 PASS link.media: IDL set to object "test-toString" followed by getAttribute()
2812 PASS link.media: IDL set to object "test-toString" followed by IDL get
2813 PASS link.media: IDL set to object "test-valueOf" should not throw
2814 PASS link.media: IDL set to object "test-valueOf" followed by getAttribute()
2815 PASS link.media: IDL set to object "test-valueOf" followed by IDL get
2816 PASS link.hreflang: typeof IDL attribute
2817 PASS link.hreflang: IDL get with DOM attribute unset
2818 PASS link.hreflang: setAttribute() to "" followed by getAttribute()
2819 PASS link.hreflang: setAttribute() to "" followed by IDL get
2820 PASS link.hreflang: 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()
2821 PASS link.hreflang: 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
2822 PASS link.hreflang: setAttribute() to undefined followed by getAttribute()
2823 PASS link.hreflang: setAttribute() to undefined followed by IDL get
2824 PASS link.hreflang: setAttribute() to 7 followed by getAttribute()
2825 PASS link.hreflang: setAttribute() to 7 followed by IDL get
2826 PASS link.hreflang: setAttribute() to 1.5 followed by getAttribute()
2827 PASS link.hreflang: setAttribute() to 1.5 followed by IDL get
2828 PASS link.hreflang: setAttribute() to true followed by getAttribute()
2829 PASS link.hreflang: setAttribute() to true followed by IDL get
2830 PASS link.hreflang: setAttribute() to false followed by getAttribute()
2831 PASS link.hreflang: setAttribute() to false followed by IDL get
2832 PASS link.hreflang: setAttribute() to object "[object Object]" followed by getAt tribute()
2833 PASS link.hreflang: setAttribute() to object "[object Object]" followed by IDL g et
2834 PASS link.hreflang: setAttribute() to NaN followed by getAttribute()
2835 PASS link.hreflang: setAttribute() to NaN followed by IDL get
2836 PASS link.hreflang: setAttribute() to Infinity followed by getAttribute()
2837 PASS link.hreflang: setAttribute() to Infinity followed by IDL get
2838 PASS link.hreflang: setAttribute() to -Infinity followed by getAttribute()
2839 PASS link.hreflang: setAttribute() to -Infinity followed by IDL get
2840 PASS link.hreflang: setAttribute() to "\0" followed by getAttribute()
2841 PASS link.hreflang: setAttribute() to "\0" followed by IDL get
2842 PASS link.hreflang: setAttribute() to null followed by getAttribute()
2843 PASS link.hreflang: setAttribute() to null followed by IDL get
2844 PASS link.hreflang: setAttribute() to object "test-toString" followed by getAttr ibute()
2845 PASS link.hreflang: setAttribute() to object "test-toString" followed by IDL get
2846 PASS link.hreflang: setAttribute() to object "test-valueOf" followed by getAttri bute()
2847 PASS link.hreflang: setAttribute() to object "test-valueOf" followed by IDL get
2848 PASS link.hreflang: IDL set to "" should not throw
2849 PASS link.hreflang: IDL set to "" followed by getAttribute()
2850 PASS link.hreflang: IDL set to "" followed by IDL get
2851 PASS link.hreflang: 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
2852 PASS link.hreflang: 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()
2853 PASS link.hreflang: 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
2854 PASS link.hreflang: IDL set to undefined should not throw
2855 PASS link.hreflang: IDL set to undefined followed by getAttribute()
2856 PASS link.hreflang: IDL set to undefined followed by IDL get
2857 PASS link.hreflang: IDL set to 7 should not throw
2858 PASS link.hreflang: IDL set to 7 followed by getAttribute()
2859 PASS link.hreflang: IDL set to 7 followed by IDL get
2860 PASS link.hreflang: IDL set to 1.5 should not throw
2861 PASS link.hreflang: IDL set to 1.5 followed by getAttribute()
2862 PASS link.hreflang: IDL set to 1.5 followed by IDL get
2863 PASS link.hreflang: IDL set to true should not throw
2864 PASS link.hreflang: IDL set to true followed by getAttribute()
2865 PASS link.hreflang: IDL set to true followed by IDL get
2866 PASS link.hreflang: IDL set to false should not throw
2867 PASS link.hreflang: IDL set to false followed by getAttribute()
2868 PASS link.hreflang: IDL set to false followed by IDL get
2869 PASS link.hreflang: IDL set to object "[object Object]" should not throw
2870 PASS link.hreflang: IDL set to object "[object Object]" followed by getAttribute ()
2871 PASS link.hreflang: IDL set to object "[object Object]" followed by IDL get
2872 PASS link.hreflang: IDL set to NaN should not throw
2873 PASS link.hreflang: IDL set to NaN followed by getAttribute()
2874 PASS link.hreflang: IDL set to NaN followed by IDL get
2875 PASS link.hreflang: IDL set to Infinity should not throw
2876 PASS link.hreflang: IDL set to Infinity followed by getAttribute()
2877 PASS link.hreflang: IDL set to Infinity followed by IDL get
2878 PASS link.hreflang: IDL set to -Infinity should not throw
2879 PASS link.hreflang: IDL set to -Infinity followed by getAttribute()
2880 PASS link.hreflang: IDL set to -Infinity followed by IDL get
2881 PASS link.hreflang: IDL set to "\0" should not throw
2882 PASS link.hreflang: IDL set to "\0" followed by getAttribute()
2883 PASS link.hreflang: IDL set to "\0" followed by IDL get
2884 PASS link.hreflang: IDL set to null should not throw
2885 PASS link.hreflang: IDL set to null followed by getAttribute()
2886 PASS link.hreflang: IDL set to null followed by IDL get
2887 PASS link.hreflang: IDL set to object "test-toString" should not throw
2888 PASS link.hreflang: IDL set to object "test-toString" followed by getAttribute()
2889 PASS link.hreflang: IDL set to object "test-toString" followed by IDL get
2890 PASS link.hreflang: IDL set to object "test-valueOf" should not throw
2891 PASS link.hreflang: IDL set to object "test-valueOf" followed by getAttribute()
2892 PASS link.hreflang: IDL set to object "test-valueOf" followed by IDL get
2893 PASS link.type: typeof IDL attribute
2894 PASS link.type: IDL get with DOM attribute unset
2895 PASS link.type: setAttribute() to "" followed by getAttribute()
2896 PASS link.type: setAttribute() to "" followed by IDL get
2897 PASS link.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
2898 PASS link.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
2899 PASS link.type: setAttribute() to undefined followed by getAttribute()
2900 PASS link.type: setAttribute() to undefined followed by IDL get
2901 PASS link.type: setAttribute() to 7 followed by getAttribute()
2902 PASS link.type: setAttribute() to 7 followed by IDL get
2903 PASS link.type: setAttribute() to 1.5 followed by getAttribute()
2904 PASS link.type: setAttribute() to 1.5 followed by IDL get
2905 PASS link.type: setAttribute() to true followed by getAttribute()
2906 PASS link.type: setAttribute() to true followed by IDL get
2907 PASS link.type: setAttribute() to false followed by getAttribute()
2908 PASS link.type: setAttribute() to false followed by IDL get
2909 PASS link.type: setAttribute() to object "[object Object]" followed by getAttrib ute()
2910 PASS link.type: setAttribute() to object "[object Object]" followed by IDL get
2911 PASS link.type: setAttribute() to NaN followed by getAttribute()
2912 PASS link.type: setAttribute() to NaN followed by IDL get
2913 PASS link.type: setAttribute() to Infinity followed by getAttribute()
2914 PASS link.type: setAttribute() to Infinity followed by IDL get
2915 PASS link.type: setAttribute() to -Infinity followed by getAttribute()
2916 PASS link.type: setAttribute() to -Infinity followed by IDL get
2917 PASS link.type: setAttribute() to "\0" followed by getAttribute()
2918 PASS link.type: setAttribute() to "\0" followed by IDL get
2919 PASS link.type: setAttribute() to null followed by getAttribute()
2920 PASS link.type: setAttribute() to null followed by IDL get
2921 PASS link.type: setAttribute() to object "test-toString" followed by getAttribut e()
2922 PASS link.type: setAttribute() to object "test-toString" followed by IDL get
2923 PASS link.type: setAttribute() to object "test-valueOf" followed by getAttribute ()
2924 PASS link.type: setAttribute() to object "test-valueOf" followed by IDL get
2925 PASS link.type: IDL set to "" should not throw
2926 PASS link.type: IDL set to "" followed by getAttribute()
2927 PASS link.type: IDL set to "" followed by IDL get
2928 PASS link.type: 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
2929 PASS link.type: 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()
2930 PASS link.type: 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
2931 PASS link.type: IDL set to undefined should not throw
2932 PASS link.type: IDL set to undefined followed by getAttribute()
2933 PASS link.type: IDL set to undefined followed by IDL get
2934 PASS link.type: IDL set to 7 should not throw
2935 PASS link.type: IDL set to 7 followed by getAttribute()
2936 PASS link.type: IDL set to 7 followed by IDL get
2937 PASS link.type: IDL set to 1.5 should not throw
2938 PASS link.type: IDL set to 1.5 followed by getAttribute()
2939 PASS link.type: IDL set to 1.5 followed by IDL get
2940 PASS link.type: IDL set to true should not throw
2941 PASS link.type: IDL set to true followed by getAttribute()
2942 PASS link.type: IDL set to true followed by IDL get
2943 PASS link.type: IDL set to false should not throw
2944 PASS link.type: IDL set to false followed by getAttribute()
2945 PASS link.type: IDL set to false followed by IDL get
2946 PASS link.type: IDL set to object "[object Object]" should not throw
2947 PASS link.type: IDL set to object "[object Object]" followed by getAttribute()
2948 PASS link.type: IDL set to object "[object Object]" followed by IDL get
2949 PASS link.type: IDL set to NaN should not throw
2950 PASS link.type: IDL set to NaN followed by getAttribute()
2951 PASS link.type: IDL set to NaN followed by IDL get
2952 PASS link.type: IDL set to Infinity should not throw
2953 PASS link.type: IDL set to Infinity followed by getAttribute()
2954 PASS link.type: IDL set to Infinity followed by IDL get
2955 PASS link.type: IDL set to -Infinity should not throw
2956 PASS link.type: IDL set to -Infinity followed by getAttribute()
2957 PASS link.type: IDL set to -Infinity followed by IDL get
2958 PASS link.type: IDL set to "\0" should not throw
2959 PASS link.type: IDL set to "\0" followed by getAttribute()
2960 PASS link.type: IDL set to "\0" followed by IDL get
2961 PASS link.type: IDL set to null should not throw
2962 PASS link.type: IDL set to null followed by getAttribute()
2963 PASS link.type: IDL set to null followed by IDL get
2964 PASS link.type: IDL set to object "test-toString" should not throw
2965 PASS link.type: IDL set to object "test-toString" followed by getAttribute()
2966 PASS link.type: IDL set to object "test-toString" followed by IDL get
2967 PASS link.type: IDL set to object "test-valueOf" should not throw
2968 PASS link.type: IDL set to object "test-valueOf" followed by getAttribute()
2969 PASS link.type: IDL set to object "test-valueOf" followed by IDL get
2970 PASS link.charset: typeof IDL attribute
2971 PASS link.charset: IDL get with DOM attribute unset
2972 PASS link.charset: setAttribute() to "" followed by getAttribute()
2973 PASS link.charset: setAttribute() to "" followed by IDL get
2974 PASS link.charset: 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()
2975 PASS link.charset: 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
2976 PASS link.charset: setAttribute() to undefined followed by getAttribute()
2977 PASS link.charset: setAttribute() to undefined followed by IDL get
2978 PASS link.charset: setAttribute() to 7 followed by getAttribute()
2979 PASS link.charset: setAttribute() to 7 followed by IDL get
2980 PASS link.charset: setAttribute() to 1.5 followed by getAttribute()
2981 PASS link.charset: setAttribute() to 1.5 followed by IDL get
2982 PASS link.charset: setAttribute() to true followed by getAttribute()
2983 PASS link.charset: setAttribute() to true followed by IDL get
2984 PASS link.charset: setAttribute() to false followed by getAttribute()
2985 PASS link.charset: setAttribute() to false followed by IDL get
2986 PASS link.charset: setAttribute() to object "[object Object]" followed by getAtt ribute()
2987 PASS link.charset: setAttribute() to object "[object Object]" followed by IDL ge t
2988 PASS link.charset: setAttribute() to NaN followed by getAttribute()
2989 PASS link.charset: setAttribute() to NaN followed by IDL get
2990 PASS link.charset: setAttribute() to Infinity followed by getAttribute()
2991 PASS link.charset: setAttribute() to Infinity followed by IDL get
2992 PASS link.charset: setAttribute() to -Infinity followed by getAttribute()
2993 PASS link.charset: setAttribute() to -Infinity followed by IDL get
2994 PASS link.charset: setAttribute() to "\0" followed by getAttribute()
2995 PASS link.charset: setAttribute() to "\0" followed by IDL get
2996 PASS link.charset: setAttribute() to null followed by getAttribute()
2997 PASS link.charset: setAttribute() to null followed by IDL get
2998 PASS link.charset: setAttribute() to object "test-toString" followed by getAttri bute()
2999 PASS link.charset: setAttribute() to object "test-toString" followed by IDL get
3000 PASS link.charset: setAttribute() to object "test-valueOf" followed by getAttrib ute()
3001 PASS link.charset: setAttribute() to object "test-valueOf" followed by IDL get
3002 PASS link.charset: IDL set to "" should not throw
3003 PASS link.charset: IDL set to "" followed by getAttribute()
3004 PASS link.charset: IDL set to "" followed by IDL get
3005 PASS link.charset: 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
3006 PASS link.charset: 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()
3007 PASS link.charset: 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
3008 PASS link.charset: IDL set to undefined should not throw
3009 PASS link.charset: IDL set to undefined followed by getAttribute()
3010 PASS link.charset: IDL set to undefined followed by IDL get
3011 PASS link.charset: IDL set to 7 should not throw
3012 PASS link.charset: IDL set to 7 followed by getAttribute()
3013 PASS link.charset: IDL set to 7 followed by IDL get
3014 PASS link.charset: IDL set to 1.5 should not throw
3015 PASS link.charset: IDL set to 1.5 followed by getAttribute()
3016 PASS link.charset: IDL set to 1.5 followed by IDL get
3017 PASS link.charset: IDL set to true should not throw
3018 PASS link.charset: IDL set to true followed by getAttribute()
3019 PASS link.charset: IDL set to true followed by IDL get
3020 PASS link.charset: IDL set to false should not throw
3021 PASS link.charset: IDL set to false followed by getAttribute()
3022 PASS link.charset: IDL set to false followed by IDL get
3023 PASS link.charset: IDL set to object "[object Object]" should not throw
3024 PASS link.charset: IDL set to object "[object Object]" followed by getAttribute( )
3025 PASS link.charset: IDL set to object "[object Object]" followed by IDL get
3026 PASS link.charset: IDL set to NaN should not throw
3027 PASS link.charset: IDL set to NaN followed by getAttribute()
3028 PASS link.charset: IDL set to NaN followed by IDL get
3029 PASS link.charset: IDL set to Infinity should not throw
3030 PASS link.charset: IDL set to Infinity followed by getAttribute()
3031 PASS link.charset: IDL set to Infinity followed by IDL get
3032 PASS link.charset: IDL set to -Infinity should not throw
3033 PASS link.charset: IDL set to -Infinity followed by getAttribute()
3034 PASS link.charset: IDL set to -Infinity followed by IDL get
3035 PASS link.charset: IDL set to "\0" should not throw
3036 PASS link.charset: IDL set to "\0" followed by getAttribute()
3037 PASS link.charset: IDL set to "\0" followed by IDL get
3038 PASS link.charset: IDL set to null should not throw
3039 PASS link.charset: IDL set to null followed by getAttribute()
3040 PASS link.charset: IDL set to null followed by IDL get
3041 PASS link.charset: IDL set to object "test-toString" should not throw
3042 PASS link.charset: IDL set to object "test-toString" followed by getAttribute()
3043 PASS link.charset: IDL set to object "test-toString" followed by IDL get
3044 PASS link.charset: IDL set to object "test-valueOf" should not throw
3045 PASS link.charset: IDL set to object "test-valueOf" followed by getAttribute()
3046 PASS link.charset: IDL set to object "test-valueOf" followed by IDL get
3047 PASS link.rev: typeof IDL attribute
3048 PASS link.rev: IDL get with DOM attribute unset
3049 PASS link.rev: setAttribute() to "" followed by getAttribute()
3050 PASS link.rev: setAttribute() to "" followed by IDL get
3051 PASS link.rev: 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()
3052 PASS link.rev: 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
3053 PASS link.rev: setAttribute() to undefined followed by getAttribute()
3054 PASS link.rev: setAttribute() to undefined followed by IDL get
3055 PASS link.rev: setAttribute() to 7 followed by getAttribute()
3056 PASS link.rev: setAttribute() to 7 followed by IDL get
3057 PASS link.rev: setAttribute() to 1.5 followed by getAttribute()
3058 PASS link.rev: setAttribute() to 1.5 followed by IDL get
3059 PASS link.rev: setAttribute() to true followed by getAttribute()
3060 PASS link.rev: setAttribute() to true followed by IDL get
3061 PASS link.rev: setAttribute() to false followed by getAttribute()
3062 PASS link.rev: setAttribute() to false followed by IDL get
3063 PASS link.rev: setAttribute() to object "[object Object]" followed by getAttribu te()
3064 PASS link.rev: setAttribute() to object "[object Object]" followed by IDL get
3065 PASS link.rev: setAttribute() to NaN followed by getAttribute()
3066 PASS link.rev: setAttribute() to NaN followed by IDL get
3067 PASS link.rev: setAttribute() to Infinity followed by getAttribute()
3068 PASS link.rev: setAttribute() to Infinity followed by IDL get
3069 PASS link.rev: setAttribute() to -Infinity followed by getAttribute()
3070 PASS link.rev: setAttribute() to -Infinity followed by IDL get
3071 PASS link.rev: setAttribute() to "\0" followed by getAttribute()
3072 PASS link.rev: setAttribute() to "\0" followed by IDL get
3073 PASS link.rev: setAttribute() to null followed by getAttribute()
3074 PASS link.rev: setAttribute() to null followed by IDL get
3075 PASS link.rev: setAttribute() to object "test-toString" followed by getAttribute ()
3076 PASS link.rev: setAttribute() to object "test-toString" followed by IDL get
3077 PASS link.rev: setAttribute() to object "test-valueOf" followed by getAttribute( )
3078 PASS link.rev: setAttribute() to object "test-valueOf" followed by IDL get
3079 PASS link.rev: IDL set to "" should not throw
3080 PASS link.rev: IDL set to "" followed by getAttribute()
3081 PASS link.rev: IDL set to "" followed by IDL get
3082 PASS link.rev: 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
3083 PASS link.rev: 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()
3084 PASS link.rev: 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
3085 PASS link.rev: IDL set to undefined should not throw
3086 PASS link.rev: IDL set to undefined followed by getAttribute()
3087 PASS link.rev: IDL set to undefined followed by IDL get
3088 PASS link.rev: IDL set to 7 should not throw
3089 PASS link.rev: IDL set to 7 followed by getAttribute()
3090 PASS link.rev: IDL set to 7 followed by IDL get
3091 PASS link.rev: IDL set to 1.5 should not throw
3092 PASS link.rev: IDL set to 1.5 followed by getAttribute()
3093 PASS link.rev: IDL set to 1.5 followed by IDL get
3094 PASS link.rev: IDL set to true should not throw
3095 PASS link.rev: IDL set to true followed by getAttribute()
3096 PASS link.rev: IDL set to true followed by IDL get
3097 PASS link.rev: IDL set to false should not throw
3098 PASS link.rev: IDL set to false followed by getAttribute()
3099 PASS link.rev: IDL set to false followed by IDL get
3100 PASS link.rev: IDL set to object "[object Object]" should not throw
3101 PASS link.rev: IDL set to object "[object Object]" followed by getAttribute()
3102 PASS link.rev: IDL set to object "[object Object]" followed by IDL get
3103 PASS link.rev: IDL set to NaN should not throw
3104 PASS link.rev: IDL set to NaN followed by getAttribute()
3105 PASS link.rev: IDL set to NaN followed by IDL get
3106 PASS link.rev: IDL set to Infinity should not throw
3107 PASS link.rev: IDL set to Infinity followed by getAttribute()
3108 PASS link.rev: IDL set to Infinity followed by IDL get
3109 PASS link.rev: IDL set to -Infinity should not throw
3110 PASS link.rev: IDL set to -Infinity followed by getAttribute()
3111 PASS link.rev: IDL set to -Infinity followed by IDL get
3112 PASS link.rev: IDL set to "\0" should not throw
3113 PASS link.rev: IDL set to "\0" followed by getAttribute()
3114 PASS link.rev: IDL set to "\0" followed by IDL get
3115 PASS link.rev: IDL set to null should not throw
3116 PASS link.rev: IDL set to null followed by getAttribute()
3117 PASS link.rev: IDL set to null followed by IDL get
3118 PASS link.rev: IDL set to object "test-toString" should not throw
3119 PASS link.rev: IDL set to object "test-toString" followed by getAttribute()
3120 PASS link.rev: IDL set to object "test-toString" followed by IDL get
3121 PASS link.rev: IDL set to object "test-valueOf" should not throw
3122 PASS link.rev: IDL set to object "test-valueOf" followed by getAttribute()
3123 PASS link.rev: IDL set to object "test-valueOf" followed by IDL get
3124 PASS link.target: typeof IDL attribute
3125 PASS link.target: IDL get with DOM attribute unset
3126 PASS link.target: setAttribute() to "" followed by getAttribute()
3127 PASS link.target: setAttribute() to "" followed by IDL get
3128 PASS link.target: 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()
3129 PASS link.target: 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
3130 PASS link.target: setAttribute() to undefined followed by getAttribute()
3131 PASS link.target: setAttribute() to undefined followed by IDL get
3132 PASS link.target: setAttribute() to 7 followed by getAttribute()
3133 PASS link.target: setAttribute() to 7 followed by IDL get
3134 PASS link.target: setAttribute() to 1.5 followed by getAttribute()
3135 PASS link.target: setAttribute() to 1.5 followed by IDL get
3136 PASS link.target: setAttribute() to true followed by getAttribute()
3137 PASS link.target: setAttribute() to true followed by IDL get
3138 PASS link.target: setAttribute() to false followed by getAttribute()
3139 PASS link.target: setAttribute() to false followed by IDL get
3140 PASS link.target: setAttribute() to object "[object Object]" followed by getAttr ibute()
3141 PASS link.target: setAttribute() to object "[object Object]" followed by IDL get
3142 PASS link.target: setAttribute() to NaN followed by getAttribute()
3143 PASS link.target: setAttribute() to NaN followed by IDL get
3144 PASS link.target: setAttribute() to Infinity followed by getAttribute()
3145 PASS link.target: setAttribute() to Infinity followed by IDL get
3146 PASS link.target: setAttribute() to -Infinity followed by getAttribute()
3147 PASS link.target: setAttribute() to -Infinity followed by IDL get
3148 PASS link.target: setAttribute() to "\0" followed by getAttribute()
3149 PASS link.target: setAttribute() to "\0" followed by IDL get
3150 PASS link.target: setAttribute() to null followed by getAttribute()
3151 PASS link.target: setAttribute() to null followed by IDL get
3152 PASS link.target: setAttribute() to object "test-toString" followed by getAttrib ute()
3153 PASS link.target: setAttribute() to object "test-toString" followed by IDL get
3154 PASS link.target: setAttribute() to object "test-valueOf" followed by getAttribu te()
3155 PASS link.target: setAttribute() to object "test-valueOf" followed by IDL get
3156 PASS link.target: IDL set to "" should not throw
3157 PASS link.target: IDL set to "" followed by getAttribute()
3158 PASS link.target: IDL set to "" followed by IDL get
3159 PASS link.target: 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
3160 PASS link.target: 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()
3161 PASS link.target: 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
3162 PASS link.target: IDL set to undefined should not throw
3163 PASS link.target: IDL set to undefined followed by getAttribute()
3164 PASS link.target: IDL set to undefined followed by IDL get
3165 PASS link.target: IDL set to 7 should not throw
3166 PASS link.target: IDL set to 7 followed by getAttribute()
3167 PASS link.target: IDL set to 7 followed by IDL get
3168 PASS link.target: IDL set to 1.5 should not throw
3169 PASS link.target: IDL set to 1.5 followed by getAttribute()
3170 PASS link.target: IDL set to 1.5 followed by IDL get
3171 PASS link.target: IDL set to true should not throw
3172 PASS link.target: IDL set to true followed by getAttribute()
3173 PASS link.target: IDL set to true followed by IDL get
3174 PASS link.target: IDL set to false should not throw
3175 PASS link.target: IDL set to false followed by getAttribute()
3176 PASS link.target: IDL set to false followed by IDL get
3177 PASS link.target: IDL set to object "[object Object]" should not throw
3178 PASS link.target: IDL set to object "[object Object]" followed by getAttribute()
3179 PASS link.target: IDL set to object "[object Object]" followed by IDL get
3180 PASS link.target: IDL set to NaN should not throw
3181 PASS link.target: IDL set to NaN followed by getAttribute()
3182 PASS link.target: IDL set to NaN followed by IDL get
3183 PASS link.target: IDL set to Infinity should not throw
3184 PASS link.target: IDL set to Infinity followed by getAttribute()
3185 PASS link.target: IDL set to Infinity followed by IDL get
3186 PASS link.target: IDL set to -Infinity should not throw
3187 PASS link.target: IDL set to -Infinity followed by getAttribute()
3188 PASS link.target: IDL set to -Infinity followed by IDL get
3189 PASS link.target: IDL set to "\0" should not throw
3190 PASS link.target: IDL set to "\0" followed by getAttribute()
3191 PASS link.target: IDL set to "\0" followed by IDL get
3192 PASS link.target: IDL set to null should not throw
3193 PASS link.target: IDL set to null followed by getAttribute()
3194 PASS link.target: IDL set to null followed by IDL get
3195 PASS link.target: IDL set to object "test-toString" should not throw
3196 PASS link.target: IDL set to object "test-toString" followed by getAttribute()
3197 PASS link.target: IDL set to object "test-toString" followed by IDL get
3198 PASS link.target: IDL set to object "test-valueOf" should not throw
3199 PASS link.target: IDL set to object "test-valueOf" followed by getAttribute()
3200 PASS link.target: IDL set to object "test-valueOf" followed by IDL get
3201 PASS meta.title: typeof IDL attribute
3202 PASS meta.title: IDL get with DOM attribute unset
3203 PASS meta.title: setAttribute() to "" followed by getAttribute()
3204 PASS meta.title: setAttribute() to "" followed by IDL get
3205 PASS meta.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()
3206 PASS meta.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
3207 PASS meta.title: setAttribute() to undefined followed by getAttribute()
3208 PASS meta.title: setAttribute() to undefined followed by IDL get
3209 PASS meta.title: setAttribute() to 7 followed by getAttribute()
3210 PASS meta.title: setAttribute() to 7 followed by IDL get
3211 PASS meta.title: setAttribute() to 1.5 followed by getAttribute()
3212 PASS meta.title: setAttribute() to 1.5 followed by IDL get
3213 PASS meta.title: setAttribute() to true followed by getAttribute()
3214 PASS meta.title: setAttribute() to true followed by IDL get
3215 PASS meta.title: setAttribute() to false followed by getAttribute()
3216 PASS meta.title: setAttribute() to false followed by IDL get
3217 PASS meta.title: setAttribute() to object "[object Object]" followed by getAttri bute()
3218 PASS meta.title: setAttribute() to object "[object Object]" followed by IDL get
3219 PASS meta.title: setAttribute() to NaN followed by getAttribute()
3220 PASS meta.title: setAttribute() to NaN followed by IDL get
3221 PASS meta.title: setAttribute() to Infinity followed by getAttribute()
3222 PASS meta.title: setAttribute() to Infinity followed by IDL get
3223 PASS meta.title: setAttribute() to -Infinity followed by getAttribute()
3224 PASS meta.title: setAttribute() to -Infinity followed by IDL get
3225 PASS meta.title: setAttribute() to "\0" followed by getAttribute()
3226 PASS meta.title: setAttribute() to "\0" followed by IDL get
3227 PASS meta.title: setAttribute() to null followed by getAttribute()
3228 PASS meta.title: setAttribute() to null followed by IDL get
3229 PASS meta.title: setAttribute() to object "test-toString" followed by getAttribu te()
3230 PASS meta.title: setAttribute() to object "test-toString" followed by IDL get
3231 PASS meta.title: setAttribute() to object "test-valueOf" followed by getAttribut e()
3232 PASS meta.title: setAttribute() to object "test-valueOf" followed by IDL get
3233 PASS meta.title: IDL set to "" should not throw
3234 PASS meta.title: IDL set to "" followed by getAttribute()
3235 PASS meta.title: IDL set to "" followed by IDL get
3236 PASS meta.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
3237 PASS meta.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()
3238 PASS meta.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
3239 PASS meta.title: IDL set to undefined should not throw
3240 PASS meta.title: IDL set to undefined followed by getAttribute()
3241 PASS meta.title: IDL set to undefined followed by IDL get
3242 PASS meta.title: IDL set to 7 should not throw
3243 PASS meta.title: IDL set to 7 followed by getAttribute()
3244 PASS meta.title: IDL set to 7 followed by IDL get
3245 PASS meta.title: IDL set to 1.5 should not throw
3246 PASS meta.title: IDL set to 1.5 followed by getAttribute()
3247 PASS meta.title: IDL set to 1.5 followed by IDL get
3248 PASS meta.title: IDL set to true should not throw
3249 PASS meta.title: IDL set to true followed by getAttribute()
3250 PASS meta.title: IDL set to true followed by IDL get
3251 PASS meta.title: IDL set to false should not throw
3252 PASS meta.title: IDL set to false followed by getAttribute()
3253 PASS meta.title: IDL set to false followed by IDL get
3254 PASS meta.title: IDL set to object "[object Object]" should not throw
3255 PASS meta.title: IDL set to object "[object Object]" followed by getAttribute()
3256 PASS meta.title: IDL set to object "[object Object]" followed by IDL get
3257 PASS meta.title: IDL set to NaN should not throw
3258 PASS meta.title: IDL set to NaN followed by getAttribute()
3259 PASS meta.title: IDL set to NaN followed by IDL get
3260 PASS meta.title: IDL set to Infinity should not throw
3261 PASS meta.title: IDL set to Infinity followed by getAttribute()
3262 PASS meta.title: IDL set to Infinity followed by IDL get
3263 PASS meta.title: IDL set to -Infinity should not throw
3264 PASS meta.title: IDL set to -Infinity followed by getAttribute()
3265 PASS meta.title: IDL set to -Infinity followed by IDL get
3266 PASS meta.title: IDL set to "\0" should not throw
3267 PASS meta.title: IDL set to "\0" followed by getAttribute()
3268 PASS meta.title: IDL set to "\0" followed by IDL get
3269 PASS meta.title: IDL set to null should not throw
3270 PASS meta.title: IDL set to null followed by getAttribute()
3271 PASS meta.title: IDL set to null followed by IDL get
3272 PASS meta.title: IDL set to object "test-toString" should not throw
3273 PASS meta.title: IDL set to object "test-toString" followed by getAttribute()
3274 PASS meta.title: IDL set to object "test-toString" followed by IDL get
3275 PASS meta.title: IDL set to object "test-valueOf" should not throw
3276 PASS meta.title: IDL set to object "test-valueOf" followed by getAttribute()
3277 PASS meta.title: IDL set to object "test-valueOf" followed by IDL get
3278 PASS meta.lang: typeof IDL attribute
3279 PASS meta.lang: IDL get with DOM attribute unset
3280 PASS meta.lang: setAttribute() to "" followed by getAttribute()
3281 PASS meta.lang: setAttribute() to "" followed by IDL get
3282 PASS meta.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()
3283 PASS meta.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
3284 PASS meta.lang: setAttribute() to undefined followed by getAttribute()
3285 PASS meta.lang: setAttribute() to undefined followed by IDL get
3286 PASS meta.lang: setAttribute() to 7 followed by getAttribute()
3287 PASS meta.lang: setAttribute() to 7 followed by IDL get
3288 PASS meta.lang: setAttribute() to 1.5 followed by getAttribute()
3289 PASS meta.lang: setAttribute() to 1.5 followed by IDL get
3290 PASS meta.lang: setAttribute() to true followed by getAttribute()
3291 PASS meta.lang: setAttribute() to true followed by IDL get
3292 PASS meta.lang: setAttribute() to false followed by getAttribute()
3293 PASS meta.lang: setAttribute() to false followed by IDL get
3294 PASS meta.lang: setAttribute() to object "[object Object]" followed by getAttrib ute()
3295 PASS meta.lang: setAttribute() to object "[object Object]" followed by IDL get
3296 PASS meta.lang: setAttribute() to NaN followed by getAttribute()
3297 PASS meta.lang: setAttribute() to NaN followed by IDL get
3298 PASS meta.lang: setAttribute() to Infinity followed by getAttribute()
3299 PASS meta.lang: setAttribute() to Infinity followed by IDL get
3300 PASS meta.lang: setAttribute() to -Infinity followed by getAttribute()
3301 PASS meta.lang: setAttribute() to -Infinity followed by IDL get
3302 PASS meta.lang: setAttribute() to "\0" followed by getAttribute()
3303 PASS meta.lang: setAttribute() to "\0" followed by IDL get
3304 PASS meta.lang: setAttribute() to null followed by getAttribute()
3305 PASS meta.lang: setAttribute() to null followed by IDL get
3306 PASS meta.lang: setAttribute() to object "test-toString" followed by getAttribut e()
3307 PASS meta.lang: setAttribute() to object "test-toString" followed by IDL get
3308 PASS meta.lang: setAttribute() to object "test-valueOf" followed by getAttribute ()
3309 PASS meta.lang: setAttribute() to object "test-valueOf" followed by IDL get
3310 PASS meta.lang: IDL set to "" should not throw
3311 PASS meta.lang: IDL set to "" followed by getAttribute()
3312 PASS meta.lang: IDL set to "" followed by IDL get
3313 PASS meta.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
3314 PASS meta.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()
3315 PASS meta.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
3316 PASS meta.lang: IDL set to undefined should not throw
3317 PASS meta.lang: IDL set to undefined followed by getAttribute()
3318 PASS meta.lang: IDL set to undefined followed by IDL get
3319 PASS meta.lang: IDL set to 7 should not throw
3320 PASS meta.lang: IDL set to 7 followed by getAttribute()
3321 PASS meta.lang: IDL set to 7 followed by IDL get
3322 PASS meta.lang: IDL set to 1.5 should not throw
3323 PASS meta.lang: IDL set to 1.5 followed by getAttribute()
3324 PASS meta.lang: IDL set to 1.5 followed by IDL get
3325 PASS meta.lang: IDL set to true should not throw
3326 PASS meta.lang: IDL set to true followed by getAttribute()
3327 PASS meta.lang: IDL set to true followed by IDL get
3328 PASS meta.lang: IDL set to false should not throw
3329 PASS meta.lang: IDL set to false followed by getAttribute()
3330 PASS meta.lang: IDL set to false followed by IDL get
3331 PASS meta.lang: IDL set to object "[object Object]" should not throw
3332 PASS meta.lang: IDL set to object "[object Object]" followed by getAttribute()
3333 PASS meta.lang: IDL set to object "[object Object]" followed by IDL get
3334 PASS meta.lang: IDL set to NaN should not throw
3335 PASS meta.lang: IDL set to NaN followed by getAttribute()
3336 PASS meta.lang: IDL set to NaN followed by IDL get
3337 PASS meta.lang: IDL set to Infinity should not throw
3338 PASS meta.lang: IDL set to Infinity followed by getAttribute()
3339 PASS meta.lang: IDL set to Infinity followed by IDL get
3340 PASS meta.lang: IDL set to -Infinity should not throw
3341 PASS meta.lang: IDL set to -Infinity followed by getAttribute()
3342 PASS meta.lang: IDL set to -Infinity followed by IDL get
3343 PASS meta.lang: IDL set to "\0" should not throw
3344 PASS meta.lang: IDL set to "\0" followed by getAttribute()
3345 PASS meta.lang: IDL set to "\0" followed by IDL get
3346 PASS meta.lang: IDL set to null should not throw
3347 PASS meta.lang: IDL set to null followed by getAttribute()
3348 PASS meta.lang: IDL set to null followed by IDL get
3349 PASS meta.lang: IDL set to object "test-toString" should not throw
3350 PASS meta.lang: IDL set to object "test-toString" followed by getAttribute()
3351 PASS meta.lang: IDL set to object "test-toString" followed by IDL get
3352 PASS meta.lang: IDL set to object "test-valueOf" should not throw
3353 PASS meta.lang: IDL set to object "test-valueOf" followed by getAttribute()
3354 PASS meta.lang: IDL set to object "test-valueOf" followed by IDL get
3355 PASS meta.dir: typeof IDL attribute
3356 PASS meta.dir: IDL get with DOM attribute unset
3357 PASS meta.dir: setAttribute() to "" followed by getAttribute()
3358 PASS meta.dir: setAttribute() to "" followed by IDL get
3359 PASS meta.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()
3360 PASS meta.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
3361 PASS meta.dir: setAttribute() to undefined followed by getAttribute()
3362 PASS meta.dir: setAttribute() to undefined followed by IDL get
3363 PASS meta.dir: setAttribute() to 7 followed by getAttribute()
3364 PASS meta.dir: setAttribute() to 7 followed by IDL get
3365 PASS meta.dir: setAttribute() to 1.5 followed by getAttribute()
3366 PASS meta.dir: setAttribute() to 1.5 followed by IDL get
3367 PASS meta.dir: setAttribute() to true followed by getAttribute()
3368 PASS meta.dir: setAttribute() to true followed by IDL get
3369 PASS meta.dir: setAttribute() to false followed by getAttribute()
3370 PASS meta.dir: setAttribute() to false followed by IDL get
3371 PASS meta.dir: setAttribute() to object "[object Object]" followed by getAttribu te()
3372 PASS meta.dir: setAttribute() to object "[object Object]" followed by IDL get
3373 PASS meta.dir: setAttribute() to NaN followed by getAttribute()
3374 PASS meta.dir: setAttribute() to NaN followed by IDL get
3375 PASS meta.dir: setAttribute() to Infinity followed by getAttribute()
3376 PASS meta.dir: setAttribute() to Infinity followed by IDL get
3377 PASS meta.dir: setAttribute() to -Infinity followed by getAttribute()
3378 PASS meta.dir: setAttribute() to -Infinity followed by IDL get
3379 PASS meta.dir: setAttribute() to "\0" followed by getAttribute()
3380 PASS meta.dir: setAttribute() to "\0" followed by IDL get
3381 PASS meta.dir: setAttribute() to null followed by getAttribute()
3382 PASS meta.dir: setAttribute() to null followed by IDL get
3383 PASS meta.dir: setAttribute() to object "test-toString" followed by getAttribute ()
3384 PASS meta.dir: setAttribute() to object "test-toString" followed by IDL get
3385 PASS meta.dir: setAttribute() to object "test-valueOf" followed by getAttribute( )
3386 PASS meta.dir: setAttribute() to object "test-valueOf" followed by IDL get
3387 PASS meta.dir: setAttribute() to "ltr" followed by getAttribute()
3388 PASS meta.dir: setAttribute() to "ltr" followed by IDL get
3389 PASS meta.dir: setAttribute() to "xltr" followed by getAttribute()
3390 PASS meta.dir: setAttribute() to "xltr" followed by IDL get
3391 PASS meta.dir: setAttribute() to "ltr\0" followed by getAttribute()
3392 PASS meta.dir: setAttribute() to "ltr\0" followed by IDL get
3393 PASS meta.dir: setAttribute() to "tr" followed by getAttribute()
3394 PASS meta.dir: setAttribute() to "tr" followed by IDL get
3395 PASS meta.dir: setAttribute() to "LTR" followed by getAttribute()
3396 PASS meta.dir: setAttribute() to "LTR" followed by IDL get
3397 PASS meta.dir: setAttribute() to "rtl" followed by getAttribute()
3398 PASS meta.dir: setAttribute() to "rtl" followed by IDL get
3399 PASS meta.dir: setAttribute() to "xrtl" followed by getAttribute()
3400 PASS meta.dir: setAttribute() to "xrtl" followed by IDL get
3401 PASS meta.dir: setAttribute() to "rtl\0" followed by getAttribute()
3402 PASS meta.dir: setAttribute() to "rtl\0" followed by IDL get
3403 PASS meta.dir: setAttribute() to "tl" followed by getAttribute()
3404 PASS meta.dir: setAttribute() to "tl" followed by IDL get
3405 PASS meta.dir: setAttribute() to "RTL" followed by getAttribute()
3406 PASS meta.dir: setAttribute() to "RTL" followed by IDL get
3407 PASS meta.dir: setAttribute() to "auto" followed by getAttribute()
3408 PASS meta.dir: setAttribute() to "auto" followed by IDL get
3409 PASS meta.dir: setAttribute() to "xauto" followed by getAttribute()
3410 PASS meta.dir: setAttribute() to "xauto" followed by IDL get
3411 PASS meta.dir: setAttribute() to "auto\0" followed by getAttribute()
3412 PASS meta.dir: setAttribute() to "auto\0" followed by IDL get
3413 PASS meta.dir: setAttribute() to "uto" followed by getAttribute()
3414 PASS meta.dir: setAttribute() to "uto" followed by IDL get
3415 PASS meta.dir: setAttribute() to "AUTO" followed by getAttribute()
3416 PASS meta.dir: setAttribute() to "AUTO" followed by IDL get
3417 PASS meta.dir: IDL set to "" should not throw
3418 PASS meta.dir: IDL set to "" followed by getAttribute()
3419 PASS meta.dir: IDL set to "" followed by IDL get
3420 PASS meta.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
3421 PASS meta.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()
3422 PASS meta.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
3423 PASS meta.dir: IDL set to undefined should not throw
3424 PASS meta.dir: IDL set to undefined followed by getAttribute()
3425 PASS meta.dir: IDL set to undefined followed by IDL get
3426 PASS meta.dir: IDL set to 7 should not throw
3427 PASS meta.dir: IDL set to 7 followed by getAttribute()
3428 PASS meta.dir: IDL set to 7 followed by IDL get
3429 PASS meta.dir: IDL set to 1.5 should not throw
3430 PASS meta.dir: IDL set to 1.5 followed by getAttribute()
3431 PASS meta.dir: IDL set to 1.5 followed by IDL get
3432 PASS meta.dir: IDL set to true should not throw
3433 PASS meta.dir: IDL set to true followed by getAttribute()
3434 PASS meta.dir: IDL set to true followed by IDL get
3435 PASS meta.dir: IDL set to false should not throw
3436 PASS meta.dir: IDL set to false followed by getAttribute()
3437 PASS meta.dir: IDL set to false followed by IDL get
3438 PASS meta.dir: IDL set to object "[object Object]" should not throw
3439 PASS meta.dir: IDL set to object "[object Object]" followed by getAttribute()
3440 PASS meta.dir: IDL set to object "[object Object]" followed by IDL get
3441 PASS meta.dir: IDL set to NaN should not throw
3442 PASS meta.dir: IDL set to NaN followed by getAttribute()
3443 PASS meta.dir: IDL set to NaN followed by IDL get
3444 PASS meta.dir: IDL set to Infinity should not throw
3445 PASS meta.dir: IDL set to Infinity followed by getAttribute()
3446 PASS meta.dir: IDL set to Infinity followed by IDL get
3447 PASS meta.dir: IDL set to -Infinity should not throw
3448 PASS meta.dir: IDL set to -Infinity followed by getAttribute()
3449 PASS meta.dir: IDL set to -Infinity followed by IDL get
3450 PASS meta.dir: IDL set to "\0" should not throw
3451 PASS meta.dir: IDL set to "\0" followed by getAttribute()
3452 PASS meta.dir: IDL set to "\0" followed by IDL get
3453 PASS meta.dir: IDL set to null should not throw
3454 PASS meta.dir: IDL set to null followed by IDL get
3455 PASS meta.dir: IDL set to object "test-toString" should not throw
3456 PASS meta.dir: IDL set to object "test-toString" followed by getAttribute()
3457 PASS meta.dir: IDL set to object "test-toString" followed by IDL get
3458 PASS meta.dir: IDL set to object "test-valueOf" should not throw
3459 PASS meta.dir: IDL set to object "test-valueOf" followed by getAttribute()
3460 PASS meta.dir: IDL set to object "test-valueOf" followed by IDL get
3461 PASS meta.dir: IDL set to "ltr" should not throw
3462 PASS meta.dir: IDL set to "ltr" followed by getAttribute()
3463 PASS meta.dir: IDL set to "ltr" followed by IDL get
3464 PASS meta.dir: IDL set to "xltr" should not throw
3465 PASS meta.dir: IDL set to "xltr" followed by getAttribute()
3466 PASS meta.dir: IDL set to "xltr" followed by IDL get
3467 PASS meta.dir: IDL set to "ltr\0" should not throw
3468 PASS meta.dir: IDL set to "ltr\0" followed by getAttribute()
3469 PASS meta.dir: IDL set to "ltr\0" followed by IDL get
3470 PASS meta.dir: IDL set to "tr" should not throw
3471 PASS meta.dir: IDL set to "tr" followed by getAttribute()
3472 PASS meta.dir: IDL set to "tr" followed by IDL get
3473 PASS meta.dir: IDL set to "LTR" should not throw
3474 PASS meta.dir: IDL set to "LTR" followed by getAttribute()
3475 PASS meta.dir: IDL set to "LTR" followed by IDL get
3476 PASS meta.dir: IDL set to "rtl" should not throw
3477 PASS meta.dir: IDL set to "rtl" followed by getAttribute()
3478 PASS meta.dir: IDL set to "rtl" followed by IDL get
3479 PASS meta.dir: IDL set to "xrtl" should not throw
3480 PASS meta.dir: IDL set to "xrtl" followed by getAttribute()
3481 PASS meta.dir: IDL set to "xrtl" followed by IDL get
3482 PASS meta.dir: IDL set to "rtl\0" should not throw
3483 PASS meta.dir: IDL set to "rtl\0" followed by getAttribute()
3484 PASS meta.dir: IDL set to "rtl\0" followed by IDL get
3485 PASS meta.dir: IDL set to "tl" should not throw
3486 PASS meta.dir: IDL set to "tl" followed by getAttribute()
3487 PASS meta.dir: IDL set to "tl" followed by IDL get
3488 PASS meta.dir: IDL set to "RTL" should not throw
3489 PASS meta.dir: IDL set to "RTL" followed by getAttribute()
3490 PASS meta.dir: IDL set to "RTL" followed by IDL get
3491 PASS meta.dir: IDL set to "auto" should not throw
3492 PASS meta.dir: IDL set to "auto" followed by getAttribute()
3493 PASS meta.dir: IDL set to "auto" followed by IDL get
3494 PASS meta.dir: IDL set to "xauto" should not throw
3495 PASS meta.dir: IDL set to "xauto" followed by getAttribute()
3496 PASS meta.dir: IDL set to "xauto" followed by IDL get
3497 PASS meta.dir: IDL set to "auto\0" should not throw
3498 PASS meta.dir: IDL set to "auto\0" followed by getAttribute()
3499 PASS meta.dir: IDL set to "auto\0" followed by IDL get
3500 PASS meta.dir: IDL set to "uto" should not throw
3501 PASS meta.dir: IDL set to "uto" followed by getAttribute()
3502 PASS meta.dir: IDL set to "uto" followed by IDL get
3503 PASS meta.dir: IDL set to "AUTO" should not throw
3504 PASS meta.dir: IDL set to "AUTO" followed by getAttribute()
3505 PASS meta.dir: IDL set to "AUTO" followed by IDL get
3506 PASS meta.className (<meta class>): typeof IDL attribute
3507 PASS meta.className (<meta class>): IDL get with DOM attribute unset
3508 PASS meta.className (<meta class>): setAttribute() to "" followed by getAttribut e()
3509 PASS meta.className (<meta class>): setAttribute() to "" followed by IDL get
3510 PASS meta.className (<meta 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()
3511 PASS meta.className (<meta 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
3512 PASS meta.className (<meta class>): setAttribute() to undefined followed by getA ttribute()
3513 PASS meta.className (<meta class>): setAttribute() to undefined followed by IDL get
3514 PASS meta.className (<meta class>): setAttribute() to 7 followed by getAttribute ()
3515 PASS meta.className (<meta class>): setAttribute() to 7 followed by IDL get
3516 PASS meta.className (<meta class>): setAttribute() to 1.5 followed by getAttribu te()
3517 PASS meta.className (<meta class>): setAttribute() to 1.5 followed by IDL get
3518 PASS meta.className (<meta class>): setAttribute() to true followed by getAttrib ute()
3519 PASS meta.className (<meta class>): setAttribute() to true followed by IDL get
3520 PASS meta.className (<meta class>): setAttribute() to false followed by getAttri bute()
3521 PASS meta.className (<meta class>): setAttribute() to false followed by IDL get
3522 PASS meta.className (<meta class>): setAttribute() to object "[object Object]" f ollowed by getAttribute()
3523 PASS meta.className (<meta class>): setAttribute() to object "[object Object]" f ollowed by IDL get
3524 PASS meta.className (<meta class>): setAttribute() to NaN followed by getAttribu te()
3525 PASS meta.className (<meta class>): setAttribute() to NaN followed by IDL get
3526 PASS meta.className (<meta class>): setAttribute() to Infinity followed by getAt tribute()
3527 PASS meta.className (<meta class>): setAttribute() to Infinity followed by IDL g et
3528 PASS meta.className (<meta class>): setAttribute() to -Infinity followed by getA ttribute()
3529 PASS meta.className (<meta class>): setAttribute() to -Infinity followed by IDL get
3530 PASS meta.className (<meta class>): setAttribute() to "\0" followed by getAttrib ute()
3531 PASS meta.className (<meta class>): setAttribute() to "\0" followed by IDL get
3532 PASS meta.className (<meta class>): setAttribute() to null followed by getAttrib ute()
3533 PASS meta.className (<meta class>): setAttribute() to null followed by IDL get
3534 PASS meta.className (<meta class>): setAttribute() to object "test-toString" fol lowed by getAttribute()
3535 PASS meta.className (<meta class>): setAttribute() to object "test-toString" fol lowed by IDL get
3536 PASS meta.className (<meta class>): setAttribute() to object "test-valueOf" foll owed by getAttribute()
3537 PASS meta.className (<meta class>): setAttribute() to object "test-valueOf" foll owed by IDL get
3538 PASS meta.className (<meta class>): IDL set to "" should not throw
3539 PASS meta.className (<meta class>): IDL set to "" followed by getAttribute()
3540 PASS meta.className (<meta class>): IDL set to "" followed by IDL get
3541 PASS meta.className (<meta 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
3542 PASS meta.className (<meta 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()
3543 PASS meta.className (<meta 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
3544 PASS meta.className (<meta class>): IDL set to undefined should not throw
3545 PASS meta.className (<meta class>): IDL set to undefined followed by getAttribut e()
3546 PASS meta.className (<meta class>): IDL set to undefined followed by IDL get
3547 PASS meta.className (<meta class>): IDL set to 7 should not throw
3548 PASS meta.className (<meta class>): IDL set to 7 followed by getAttribute()
3549 PASS meta.className (<meta class>): IDL set to 7 followed by IDL get
3550 PASS meta.className (<meta class>): IDL set to 1.5 should not throw
3551 PASS meta.className (<meta class>): IDL set to 1.5 followed by getAttribute()
3552 PASS meta.className (<meta class>): IDL set to 1.5 followed by IDL get
3553 PASS meta.className (<meta class>): IDL set to true should not throw
3554 PASS meta.className (<meta class>): IDL set to true followed by getAttribute()
3555 PASS meta.className (<meta class>): IDL set to true followed by IDL get
3556 PASS meta.className (<meta class>): IDL set to false should not throw
3557 PASS meta.className (<meta class>): IDL set to false followed by getAttribute()
3558 PASS meta.className (<meta class>): IDL set to false followed by IDL get
3559 PASS meta.className (<meta class>): IDL set to object "[object Object]" should n ot throw
3560 PASS meta.className (<meta class>): IDL set to object "[object Object]" followed by getAttribute()
3561 PASS meta.className (<meta class>): IDL set to object "[object Object]" followed by IDL get
3562 PASS meta.className (<meta class>): IDL set to NaN should not throw
3563 PASS meta.className (<meta class>): IDL set to NaN followed by getAttribute()
3564 PASS meta.className (<meta class>): IDL set to NaN followed by IDL get
3565 PASS meta.className (<meta class>): IDL set to Infinity should not throw
3566 PASS meta.className (<meta class>): IDL set to Infinity followed by getAttribute ()
3567 PASS meta.className (<meta class>): IDL set to Infinity followed by IDL get
3568 PASS meta.className (<meta class>): IDL set to -Infinity should not throw
3569 PASS meta.className (<meta class>): IDL set to -Infinity followed by getAttribut e()
3570 PASS meta.className (<meta class>): IDL set to -Infinity followed by IDL get
3571 PASS meta.className (<meta class>): IDL set to "\0" should not throw
3572 PASS meta.className (<meta class>): IDL set to "\0" followed by getAttribute()
3573 PASS meta.className (<meta class>): IDL set to "\0" followed by IDL get
3574 PASS meta.className (<meta class>): IDL set to null should not throw
3575 PASS meta.className (<meta class>): IDL set to null followed by getAttribute()
3576 PASS meta.className (<meta class>): IDL set to null followed by IDL get
3577 PASS meta.className (<meta class>): IDL set to object "test-toString" should not throw
3578 PASS meta.className (<meta class>): IDL set to object "test-toString" followed b y getAttribute()
3579 PASS meta.className (<meta class>): IDL set to object "test-toString" followed b y IDL get
3580 PASS meta.className (<meta class>): IDL set to object "test-valueOf" should not throw
3581 PASS meta.className (<meta class>): IDL set to object "test-valueOf" followed by getAttribute()
3582 PASS meta.className (<meta class>): IDL set to object "test-valueOf" followed by IDL get
3583 PASS meta.hidden: typeof IDL attribute
3584 PASS meta.hidden: IDL get with DOM attribute unset
3585 PASS meta.hidden: setAttribute() to "" followed by getAttribute()
3586 PASS meta.hidden: setAttribute() to "" followed by IDL get
3587 PASS meta.hidden: setAttribute() to " foo " followed by getAttribute()
3588 PASS meta.hidden: setAttribute() to " foo " followed by IDL get
3589 PASS meta.hidden: setAttribute() to undefined followed by getAttribute()
3590 PASS meta.hidden: setAttribute() to undefined followed by IDL get
3591 PASS meta.hidden: setAttribute() to null followed by getAttribute()
3592 PASS meta.hidden: setAttribute() to null followed by IDL get
3593 PASS meta.hidden: setAttribute() to 7 followed by getAttribute()
3594 PASS meta.hidden: setAttribute() to 7 followed by IDL get
3595 PASS meta.hidden: setAttribute() to 1.5 followed by getAttribute()
3596 PASS meta.hidden: setAttribute() to 1.5 followed by IDL get
3597 PASS meta.hidden: setAttribute() to true followed by getAttribute()
3598 PASS meta.hidden: setAttribute() to true followed by IDL get
3599 PASS meta.hidden: setAttribute() to false followed by getAttribute()
3600 PASS meta.hidden: setAttribute() to false followed by IDL get
3601 PASS meta.hidden: setAttribute() to object "[object Object]" followed by getAttr ibute()
3602 PASS meta.hidden: setAttribute() to object "[object Object]" followed by IDL get
3603 PASS meta.hidden: setAttribute() to NaN followed by getAttribute()
3604 PASS meta.hidden: setAttribute() to NaN followed by IDL get
3605 PASS meta.hidden: setAttribute() to Infinity followed by getAttribute()
3606 PASS meta.hidden: setAttribute() to Infinity followed by IDL get
3607 PASS meta.hidden: setAttribute() to -Infinity followed by getAttribute()
3608 PASS meta.hidden: setAttribute() to -Infinity followed by IDL get
3609 PASS meta.hidden: setAttribute() to "\0" followed by getAttribute()
3610 PASS meta.hidden: setAttribute() to "\0" followed by IDL get
3611 PASS meta.hidden: setAttribute() to object "test-toString" followed by getAttrib ute()
3612 PASS meta.hidden: setAttribute() to object "test-toString" followed by IDL get
3613 PASS meta.hidden: setAttribute() to object "test-valueOf" followed by getAttribu te()
3614 PASS meta.hidden: setAttribute() to object "test-valueOf" followed by IDL get
3615 PASS meta.hidden: setAttribute() to "hidden" followed by getAttribute()
3616 PASS meta.hidden: setAttribute() to "hidden" followed by IDL get
3617 PASS meta.hidden: IDL set to "" should not throw
3618 PASS meta.hidden: IDL set to "" followed by hasAttribute()
3619 PASS meta.hidden: IDL set to "" followed by IDL get
3620 PASS meta.hidden: IDL set to " foo " should not throw
3621 PASS meta.hidden: IDL set to " foo " followed by hasAttribute()
3622 PASS meta.hidden: IDL set to " foo " followed by IDL get
3623 PASS meta.hidden: IDL set to undefined should not throw
3624 PASS meta.hidden: IDL set to undefined followed by hasAttribute()
3625 PASS meta.hidden: IDL set to undefined followed by IDL get
3626 PASS meta.hidden: IDL set to null should not throw
3627 PASS meta.hidden: IDL set to null followed by hasAttribute()
3628 PASS meta.hidden: IDL set to null followed by IDL get
3629 PASS meta.hidden: IDL set to 7 should not throw
3630 PASS meta.hidden: IDL set to 7 followed by hasAttribute()
3631 PASS meta.hidden: IDL set to 7 followed by IDL get
3632 PASS meta.hidden: IDL set to 1.5 should not throw
3633 PASS meta.hidden: IDL set to 1.5 followed by hasAttribute()
3634 PASS meta.hidden: IDL set to 1.5 followed by IDL get
3635 PASS meta.hidden: IDL set to true should not throw
3636 PASS meta.hidden: IDL set to true followed by hasAttribute()
3637 PASS meta.hidden: IDL set to true followed by IDL get
3638 PASS meta.hidden: IDL set to false should not throw
3639 PASS meta.hidden: IDL set to false followed by hasAttribute()
3640 PASS meta.hidden: IDL set to false followed by IDL get
3641 PASS meta.hidden: IDL set to object "[object Object]" should not throw
3642 PASS meta.hidden: IDL set to object "[object Object]" followed by hasAttribute()
3643 PASS meta.hidden: IDL set to object "[object Object]" followed by IDL get
3644 PASS meta.hidden: IDL set to NaN should not throw
3645 PASS meta.hidden: IDL set to NaN followed by hasAttribute()
3646 PASS meta.hidden: IDL set to NaN followed by IDL get
3647 PASS meta.hidden: IDL set to Infinity should not throw
3648 PASS meta.hidden: IDL set to Infinity followed by hasAttribute()
3649 PASS meta.hidden: IDL set to Infinity followed by IDL get
3650 PASS meta.hidden: IDL set to -Infinity should not throw
3651 PASS meta.hidden: IDL set to -Infinity followed by hasAttribute()
3652 PASS meta.hidden: IDL set to -Infinity followed by IDL get
3653 PASS meta.hidden: IDL set to "\0" should not throw
3654 PASS meta.hidden: IDL set to "\0" followed by hasAttribute()
3655 PASS meta.hidden: IDL set to "\0" followed by IDL get
3656 PASS meta.hidden: IDL set to object "test-toString" should not throw
3657 PASS meta.hidden: IDL set to object "test-toString" followed by hasAttribute()
3658 PASS meta.hidden: IDL set to object "test-toString" followed by IDL get
3659 PASS meta.hidden: IDL set to object "test-valueOf" should not throw
3660 PASS meta.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
3661 PASS meta.hidden: IDL set to object "test-valueOf" followed by IDL get
3662 PASS meta.accessKey: typeof IDL attribute
3663 PASS meta.accessKey: IDL get with DOM attribute unset
3664 PASS meta.accessKey: setAttribute() to "" followed by getAttribute()
3665 PASS meta.accessKey: setAttribute() to "" followed by IDL get
3666 PASS meta.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()
3667 PASS meta.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
3668 PASS meta.accessKey: setAttribute() to undefined followed by getAttribute()
3669 PASS meta.accessKey: setAttribute() to undefined followed by IDL get
3670 PASS meta.accessKey: setAttribute() to 7 followed by getAttribute()
3671 PASS meta.accessKey: setAttribute() to 7 followed by IDL get
3672 PASS meta.accessKey: setAttribute() to 1.5 followed by getAttribute()
3673 PASS meta.accessKey: setAttribute() to 1.5 followed by IDL get
3674 PASS meta.accessKey: setAttribute() to true followed by getAttribute()
3675 PASS meta.accessKey: setAttribute() to true followed by IDL get
3676 PASS meta.accessKey: setAttribute() to false followed by getAttribute()
3677 PASS meta.accessKey: setAttribute() to false followed by IDL get
3678 PASS meta.accessKey: setAttribute() to object "[object Object]" followed by getA ttribute()
3679 PASS meta.accessKey: setAttribute() to object "[object Object]" followed by IDL get
3680 PASS meta.accessKey: setAttribute() to NaN followed by getAttribute()
3681 PASS meta.accessKey: setAttribute() to NaN followed by IDL get
3682 PASS meta.accessKey: setAttribute() to Infinity followed by getAttribute()
3683 PASS meta.accessKey: setAttribute() to Infinity followed by IDL get
3684 PASS meta.accessKey: setAttribute() to -Infinity followed by getAttribute()
3685 PASS meta.accessKey: setAttribute() to -Infinity followed by IDL get
3686 PASS meta.accessKey: setAttribute() to "\0" followed by getAttribute()
3687 PASS meta.accessKey: setAttribute() to "\0" followed by IDL get
3688 PASS meta.accessKey: setAttribute() to null followed by getAttribute()
3689 PASS meta.accessKey: setAttribute() to null followed by IDL get
3690 PASS meta.accessKey: setAttribute() to object "test-toString" followed by getAtt ribute()
3691 PASS meta.accessKey: setAttribute() to object "test-toString" followed by IDL ge t
3692 PASS meta.accessKey: setAttribute() to object "test-valueOf" followed by getAttr ibute()
3693 PASS meta.accessKey: setAttribute() to object "test-valueOf" followed by IDL get
3694 PASS meta.accessKey: IDL set to "" should not throw
3695 PASS meta.accessKey: IDL set to "" followed by getAttribute()
3696 PASS meta.accessKey: IDL set to "" followed by IDL get
3697 PASS meta.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
3698 PASS meta.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()
3699 PASS meta.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
3700 PASS meta.accessKey: IDL set to undefined should not throw
3701 PASS meta.accessKey: IDL set to undefined followed by getAttribute()
3702 PASS meta.accessKey: IDL set to undefined followed by IDL get
3703 PASS meta.accessKey: IDL set to 7 should not throw
3704 PASS meta.accessKey: IDL set to 7 followed by getAttribute()
3705 PASS meta.accessKey: IDL set to 7 followed by IDL get
3706 PASS meta.accessKey: IDL set to 1.5 should not throw
3707 PASS meta.accessKey: IDL set to 1.5 followed by getAttribute()
3708 PASS meta.accessKey: IDL set to 1.5 followed by IDL get
3709 PASS meta.accessKey: IDL set to true should not throw
3710 PASS meta.accessKey: IDL set to true followed by getAttribute()
3711 PASS meta.accessKey: IDL set to true followed by IDL get
3712 PASS meta.accessKey: IDL set to false should not throw
3713 PASS meta.accessKey: IDL set to false followed by getAttribute()
3714 PASS meta.accessKey: IDL set to false followed by IDL get
3715 PASS meta.accessKey: IDL set to object "[object Object]" should not throw
3716 PASS meta.accessKey: IDL set to object "[object Object]" followed by getAttribut e()
3717 PASS meta.accessKey: IDL set to object "[object Object]" followed by IDL get
3718 PASS meta.accessKey: IDL set to NaN should not throw
3719 PASS meta.accessKey: IDL set to NaN followed by getAttribute()
3720 PASS meta.accessKey: IDL set to NaN followed by IDL get
3721 PASS meta.accessKey: IDL set to Infinity should not throw
3722 PASS meta.accessKey: IDL set to Infinity followed by getAttribute()
3723 PASS meta.accessKey: IDL set to Infinity followed by IDL get
3724 PASS meta.accessKey: IDL set to -Infinity should not throw
3725 PASS meta.accessKey: IDL set to -Infinity followed by getAttribute()
3726 PASS meta.accessKey: IDL set to -Infinity followed by IDL get
3727 PASS meta.accessKey: IDL set to "\0" should not throw
3728 PASS meta.accessKey: IDL set to "\0" followed by getAttribute()
3729 PASS meta.accessKey: IDL set to "\0" followed by IDL get
3730 PASS meta.accessKey: IDL set to null should not throw
3731 PASS meta.accessKey: IDL set to null followed by getAttribute()
3732 PASS meta.accessKey: IDL set to null followed by IDL get
3733 PASS meta.accessKey: IDL set to object "test-toString" should not throw
3734 PASS meta.accessKey: IDL set to object "test-toString" followed by getAttribute( )
3735 PASS meta.accessKey: IDL set to object "test-toString" followed by IDL get
3736 PASS meta.accessKey: IDL set to object "test-valueOf" should not throw
3737 PASS meta.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
3738 PASS meta.accessKey: IDL set to object "test-valueOf" followed by IDL get
3739 PASS meta.tabIndex: typeof IDL attribute
3740 PASS meta.tabIndex: setAttribute() to -36 followed by getAttribute()
3741 PASS meta.tabIndex: setAttribute() to -36 followed by IDL get
3742 PASS meta.tabIndex: setAttribute() to -1 followed by getAttribute()
3743 PASS meta.tabIndex: setAttribute() to -1 followed by IDL get
3744 PASS meta.tabIndex: setAttribute() to 0 followed by getAttribute()
3745 PASS meta.tabIndex: setAttribute() to 0 followed by IDL get
3746 PASS meta.tabIndex: setAttribute() to 1 followed by getAttribute()
3747 PASS meta.tabIndex: setAttribute() to 1 followed by IDL get
3748 PASS meta.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
3749 FAIL meta.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
3750 PASS meta.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
3751 FAIL meta.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
3752 PASS meta.tabIndex: setAttribute() to "-1" followed by getAttribute()
3753 PASS meta.tabIndex: setAttribute() to "-1" followed by IDL get
3754 PASS meta.tabIndex: setAttribute() to "-0" followed by getAttribute()
3755 PASS meta.tabIndex: setAttribute() to "-0" followed by IDL get
3756 PASS meta.tabIndex: setAttribute() to "0" followed by getAttribute()
3757 PASS meta.tabIndex: setAttribute() to "0" followed by IDL get
3758 PASS meta.tabIndex: setAttribute() to "1" followed by getAttribute()
3759 PASS meta.tabIndex: setAttribute() to "1" followed by IDL get
3760 PASS meta.tabIndex: setAttribute() to "\t7" followed by getAttribute()
3761 PASS meta.tabIndex: setAttribute() to "\t7" followed by IDL get
3762 PASS meta.tabIndex: setAttribute() to "\f7" followed by getAttribute()
3763 PASS meta.tabIndex: setAttribute() to "\f7" followed by IDL get
3764 PASS meta.tabIndex: setAttribute() to " 7" followed by getAttribute()
3765 PASS meta.tabIndex: setAttribute() to " 7" followed by IDL get
3766 PASS meta.tabIndex: setAttribute() to "\n7" followed by getAttribute()
3767 PASS meta.tabIndex: setAttribute() to "\n7" followed by IDL get
3768 PASS meta.tabIndex: setAttribute() to "\r7" followed by getAttribute()
3769 PASS meta.tabIndex: setAttribute() to "\r7" followed by IDL get
3770 PASS meta.tabIndex: setAttribute() to 1.5 followed by getAttribute()
3771 PASS meta.tabIndex: setAttribute() to 1.5 followed by IDL get
3772 PASS meta.tabIndex: setAttribute() to object "2" followed by getAttribute()
3773 PASS meta.tabIndex: setAttribute() to object "2" followed by IDL get
3774 PASS meta.tabIndex: IDL set to -36 should not throw
3775 PASS meta.tabIndex: IDL set to -36 followed by getAttribute()
3776 PASS meta.tabIndex: IDL set to -36 followed by IDL get
3777 PASS meta.tabIndex: IDL set to -1 should not throw
3778 PASS meta.tabIndex: IDL set to -1 followed by getAttribute()
3779 PASS meta.tabIndex: IDL set to -1 followed by IDL get
3780 PASS meta.tabIndex: IDL set to 0 should not throw
3781 PASS meta.tabIndex: IDL set to 0 followed by getAttribute()
3782 PASS meta.tabIndex: IDL set to 0 followed by IDL get
3783 PASS meta.tabIndex: IDL set to 1 should not throw
3784 PASS meta.tabIndex: IDL set to 1 followed by getAttribute()
3785 PASS meta.tabIndex: IDL set to 1 followed by IDL get
3786 PASS meta.tabIndex: IDL set to 2147483647 should not throw
3787 PASS meta.tabIndex: IDL set to 2147483647 followed by getAttribute()
3788 FAIL meta.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
3789 PASS meta.tabIndex: IDL set to -2147483648 should not throw
3790 PASS meta.tabIndex: IDL set to -2147483648 followed by getAttribute()
3791 FAIL meta.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
3792 PASS meta.name: typeof IDL attribute
3793 PASS meta.name: IDL get with DOM attribute unset
3794 PASS meta.name: setAttribute() to "" followed by getAttribute()
3795 PASS meta.name: setAttribute() to "" followed by IDL get
3796 PASS meta.name: 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()
3797 PASS meta.name: 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
3798 PASS meta.name: setAttribute() to undefined followed by getAttribute()
3799 PASS meta.name: setAttribute() to undefined followed by IDL get
3800 PASS meta.name: setAttribute() to 7 followed by getAttribute()
3801 PASS meta.name: setAttribute() to 7 followed by IDL get
3802 PASS meta.name: setAttribute() to 1.5 followed by getAttribute()
3803 PASS meta.name: setAttribute() to 1.5 followed by IDL get
3804 PASS meta.name: setAttribute() to true followed by getAttribute()
3805 PASS meta.name: setAttribute() to true followed by IDL get
3806 PASS meta.name: setAttribute() to false followed by getAttribute()
3807 PASS meta.name: setAttribute() to false followed by IDL get
3808 PASS meta.name: setAttribute() to object "[object Object]" followed by getAttrib ute()
3809 PASS meta.name: setAttribute() to object "[object Object]" followed by IDL get
3810 PASS meta.name: setAttribute() to NaN followed by getAttribute()
3811 PASS meta.name: setAttribute() to NaN followed by IDL get
3812 PASS meta.name: setAttribute() to Infinity followed by getAttribute()
3813 PASS meta.name: setAttribute() to Infinity followed by IDL get
3814 PASS meta.name: setAttribute() to -Infinity followed by getAttribute()
3815 PASS meta.name: setAttribute() to -Infinity followed by IDL get
3816 PASS meta.name: setAttribute() to "\0" followed by getAttribute()
3817 PASS meta.name: setAttribute() to "\0" followed by IDL get
3818 PASS meta.name: setAttribute() to null followed by getAttribute()
3819 PASS meta.name: setAttribute() to null followed by IDL get
3820 PASS meta.name: setAttribute() to object "test-toString" followed by getAttribut e()
3821 PASS meta.name: setAttribute() to object "test-toString" followed by IDL get
3822 PASS meta.name: setAttribute() to object "test-valueOf" followed by getAttribute ()
3823 PASS meta.name: setAttribute() to object "test-valueOf" followed by IDL get
3824 PASS meta.name: IDL set to "" should not throw
3825 PASS meta.name: IDL set to "" followed by getAttribute()
3826 PASS meta.name: IDL set to "" followed by IDL get
3827 PASS meta.name: 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
3828 PASS meta.name: 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()
3829 PASS meta.name: 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
3830 PASS meta.name: IDL set to undefined should not throw
3831 PASS meta.name: IDL set to undefined followed by getAttribute()
3832 PASS meta.name: IDL set to undefined followed by IDL get
3833 PASS meta.name: IDL set to 7 should not throw
3834 PASS meta.name: IDL set to 7 followed by getAttribute()
3835 PASS meta.name: IDL set to 7 followed by IDL get
3836 PASS meta.name: IDL set to 1.5 should not throw
3837 PASS meta.name: IDL set to 1.5 followed by getAttribute()
3838 PASS meta.name: IDL set to 1.5 followed by IDL get
3839 PASS meta.name: IDL set to true should not throw
3840 PASS meta.name: IDL set to true followed by getAttribute()
3841 PASS meta.name: IDL set to true followed by IDL get
3842 PASS meta.name: IDL set to false should not throw
3843 PASS meta.name: IDL set to false followed by getAttribute()
3844 PASS meta.name: IDL set to false followed by IDL get
3845 PASS meta.name: IDL set to object "[object Object]" should not throw
3846 PASS meta.name: IDL set to object "[object Object]" followed by getAttribute()
3847 PASS meta.name: IDL set to object "[object Object]" followed by IDL get
3848 PASS meta.name: IDL set to NaN should not throw
3849 PASS meta.name: IDL set to NaN followed by getAttribute()
3850 PASS meta.name: IDL set to NaN followed by IDL get
3851 PASS meta.name: IDL set to Infinity should not throw
3852 PASS meta.name: IDL set to Infinity followed by getAttribute()
3853 PASS meta.name: IDL set to Infinity followed by IDL get
3854 PASS meta.name: IDL set to -Infinity should not throw
3855 PASS meta.name: IDL set to -Infinity followed by getAttribute()
3856 PASS meta.name: IDL set to -Infinity followed by IDL get
3857 PASS meta.name: IDL set to "\0" should not throw
3858 PASS meta.name: IDL set to "\0" followed by getAttribute()
3859 PASS meta.name: IDL set to "\0" followed by IDL get
3860 PASS meta.name: IDL set to null should not throw
3861 PASS meta.name: IDL set to null followed by getAttribute()
3862 PASS meta.name: IDL set to null followed by IDL get
3863 PASS meta.name: IDL set to object "test-toString" should not throw
3864 PASS meta.name: IDL set to object "test-toString" followed by getAttribute()
3865 PASS meta.name: IDL set to object "test-toString" followed by IDL get
3866 PASS meta.name: IDL set to object "test-valueOf" should not throw
3867 PASS meta.name: IDL set to object "test-valueOf" followed by getAttribute()
3868 PASS meta.name: IDL set to object "test-valueOf" followed by IDL get
3869 PASS meta.httpEquiv (<meta http-equiv>): typeof IDL attribute
3870 PASS meta.httpEquiv (<meta http-equiv>): IDL get with DOM attribute unset
3871 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to "" followed by getAtt ribute()
3872 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to "" followed by IDL ge t
3873 PASS meta.httpEquiv (<meta http-equiv>): 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()
3874 PASS meta.httpEquiv (<meta http-equiv>): 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
3875 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to undefined followed by getAttribute()
3876 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to undefined followed by IDL get
3877 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to 7 followed by getAttr ibute()
3878 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to 7 followed by IDL get
3879 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to 1.5 followed by getAt tribute()
3880 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to 1.5 followed by IDL g et
3881 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to true followed by getA ttribute()
3882 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to true followed by IDL get
3883 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to false followed by get Attribute()
3884 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to false followed by IDL get
3885 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to object "[object Objec t]" followed by getAttribute()
3886 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to object "[object Objec t]" followed by IDL get
3887 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to NaN followed by getAt tribute()
3888 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to NaN followed by IDL g et
3889 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to Infinity followed by getAttribute()
3890 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to Infinity followed by IDL get
3891 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to -Infinity followed by getAttribute()
3892 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to -Infinity followed by IDL get
3893 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to "\0" followed by getA ttribute()
3894 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to "\0" followed by IDL get
3895 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to null followed by getA ttribute()
3896 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to null followed by IDL get
3897 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to object "test-toString " followed by getAttribute()
3898 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to object "test-toString " followed by IDL get
3899 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to object "test-valueOf" followed by getAttribute()
3900 PASS meta.httpEquiv (<meta http-equiv>): setAttribute() to object "test-valueOf" followed by IDL get
3901 PASS meta.httpEquiv (<meta http-equiv>): IDL set to "" should not throw
3902 PASS meta.httpEquiv (<meta http-equiv>): IDL set to "" followed by getAttribute( )
3903 PASS meta.httpEquiv (<meta http-equiv>): IDL set to "" followed by IDL get
3904 PASS meta.httpEquiv (<meta http-equiv>): 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
3905 PASS meta.httpEquiv (<meta http-equiv>): 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()
3906 PASS meta.httpEquiv (<meta http-equiv>): 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
3907 PASS meta.httpEquiv (<meta http-equiv>): IDL set to undefined should not throw
3908 PASS meta.httpEquiv (<meta http-equiv>): IDL set to undefined followed by getAtt ribute()
3909 PASS meta.httpEquiv (<meta http-equiv>): IDL set to undefined followed by IDL ge t
3910 PASS meta.httpEquiv (<meta http-equiv>): IDL set to 7 should not throw
3911 PASS meta.httpEquiv (<meta http-equiv>): IDL set to 7 followed by getAttribute()
3912 PASS meta.httpEquiv (<meta http-equiv>): IDL set to 7 followed by IDL get
3913 PASS meta.httpEquiv (<meta http-equiv>): IDL set to 1.5 should not throw
3914 PASS meta.httpEquiv (<meta http-equiv>): IDL set to 1.5 followed by getAttribute ()
3915 PASS meta.httpEquiv (<meta http-equiv>): IDL set to 1.5 followed by IDL get
3916 PASS meta.httpEquiv (<meta http-equiv>): IDL set to true should not throw
3917 PASS meta.httpEquiv (<meta http-equiv>): IDL set to true followed by getAttribut e()
3918 PASS meta.httpEquiv (<meta http-equiv>): IDL set to true followed by IDL get
3919 PASS meta.httpEquiv (<meta http-equiv>): IDL set to false should not throw
3920 PASS meta.httpEquiv (<meta http-equiv>): IDL set to false followed by getAttribu te()
3921 PASS meta.httpEquiv (<meta http-equiv>): IDL set to false followed by IDL get
3922 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "[object Object]" sho uld not throw
3923 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "[object Object]" fol lowed by getAttribute()
3924 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "[object Object]" fol lowed by IDL get
3925 PASS meta.httpEquiv (<meta http-equiv>): IDL set to NaN should not throw
3926 PASS meta.httpEquiv (<meta http-equiv>): IDL set to NaN followed by getAttribute ()
3927 PASS meta.httpEquiv (<meta http-equiv>): IDL set to NaN followed by IDL get
3928 PASS meta.httpEquiv (<meta http-equiv>): IDL set to Infinity should not throw
3929 PASS meta.httpEquiv (<meta http-equiv>): IDL set to Infinity followed by getAttr ibute()
3930 PASS meta.httpEquiv (<meta http-equiv>): IDL set to Infinity followed by IDL get
3931 PASS meta.httpEquiv (<meta http-equiv>): IDL set to -Infinity should not throw
3932 PASS meta.httpEquiv (<meta http-equiv>): IDL set to -Infinity followed by getAtt ribute()
3933 PASS meta.httpEquiv (<meta http-equiv>): IDL set to -Infinity followed by IDL ge t
3934 PASS meta.httpEquiv (<meta http-equiv>): IDL set to "\0" should not throw
3935 PASS meta.httpEquiv (<meta http-equiv>): IDL set to "\0" followed by getAttribut e()
3936 PASS meta.httpEquiv (<meta http-equiv>): IDL set to "\0" followed by IDL get
3937 PASS meta.httpEquiv (<meta http-equiv>): IDL set to null should not throw
3938 PASS meta.httpEquiv (<meta http-equiv>): IDL set to null followed by getAttribut e()
3939 PASS meta.httpEquiv (<meta http-equiv>): IDL set to null followed by IDL get
3940 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "test-toString" shoul d not throw
3941 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "test-toString" follo wed by getAttribute()
3942 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "test-toString" follo wed by IDL get
3943 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "test-valueOf" should not throw
3944 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "test-valueOf" follow ed by getAttribute()
3945 PASS meta.httpEquiv (<meta http-equiv>): IDL set to object "test-valueOf" follow ed by IDL get
3946 PASS meta.content: typeof IDL attribute
3947 PASS meta.content: IDL get with DOM attribute unset
3948 PASS meta.content: setAttribute() to "" followed by getAttribute()
3949 PASS meta.content: setAttribute() to "" followed by IDL get
3950 PASS meta.content: 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()
3951 PASS meta.content: 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
3952 PASS meta.content: setAttribute() to undefined followed by getAttribute()
3953 PASS meta.content: setAttribute() to undefined followed by IDL get
3954 PASS meta.content: setAttribute() to 7 followed by getAttribute()
3955 PASS meta.content: setAttribute() to 7 followed by IDL get
3956 PASS meta.content: setAttribute() to 1.5 followed by getAttribute()
3957 PASS meta.content: setAttribute() to 1.5 followed by IDL get
3958 PASS meta.content: setAttribute() to true followed by getAttribute()
3959 PASS meta.content: setAttribute() to true followed by IDL get
3960 PASS meta.content: setAttribute() to false followed by getAttribute()
3961 PASS meta.content: setAttribute() to false followed by IDL get
3962 PASS meta.content: setAttribute() to object "[object Object]" followed by getAtt ribute()
3963 PASS meta.content: setAttribute() to object "[object Object]" followed by IDL ge t
3964 PASS meta.content: setAttribute() to NaN followed by getAttribute()
3965 PASS meta.content: setAttribute() to NaN followed by IDL get
3966 PASS meta.content: setAttribute() to Infinity followed by getAttribute()
3967 PASS meta.content: setAttribute() to Infinity followed by IDL get
3968 PASS meta.content: setAttribute() to -Infinity followed by getAttribute()
3969 PASS meta.content: setAttribute() to -Infinity followed by IDL get
3970 PASS meta.content: setAttribute() to "\0" followed by getAttribute()
3971 PASS meta.content: setAttribute() to "\0" followed by IDL get
3972 PASS meta.content: setAttribute() to null followed by getAttribute()
3973 PASS meta.content: setAttribute() to null followed by IDL get
3974 PASS meta.content: setAttribute() to object "test-toString" followed by getAttri bute()
3975 PASS meta.content: setAttribute() to object "test-toString" followed by IDL get
3976 PASS meta.content: setAttribute() to object "test-valueOf" followed by getAttrib ute()
3977 PASS meta.content: setAttribute() to object "test-valueOf" followed by IDL get
3978 PASS meta.content: IDL set to "" should not throw
3979 PASS meta.content: IDL set to "" followed by getAttribute()
3980 PASS meta.content: IDL set to "" followed by IDL get
3981 PASS meta.content: 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
3982 PASS meta.content: 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()
3983 PASS meta.content: 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
3984 PASS meta.content: IDL set to undefined should not throw
3985 PASS meta.content: IDL set to undefined followed by getAttribute()
3986 PASS meta.content: IDL set to undefined followed by IDL get
3987 PASS meta.content: IDL set to 7 should not throw
3988 PASS meta.content: IDL set to 7 followed by getAttribute()
3989 PASS meta.content: IDL set to 7 followed by IDL get
3990 PASS meta.content: IDL set to 1.5 should not throw
3991 PASS meta.content: IDL set to 1.5 followed by getAttribute()
3992 PASS meta.content: IDL set to 1.5 followed by IDL get
3993 PASS meta.content: IDL set to true should not throw
3994 PASS meta.content: IDL set to true followed by getAttribute()
3995 PASS meta.content: IDL set to true followed by IDL get
3996 PASS meta.content: IDL set to false should not throw
3997 PASS meta.content: IDL set to false followed by getAttribute()
3998 PASS meta.content: IDL set to false followed by IDL get
3999 PASS meta.content: IDL set to object "[object Object]" should not throw
4000 PASS meta.content: IDL set to object "[object Object]" followed by getAttribute( )
4001 PASS meta.content: IDL set to object "[object Object]" followed by IDL get
4002 PASS meta.content: IDL set to NaN should not throw
4003 PASS meta.content: IDL set to NaN followed by getAttribute()
4004 PASS meta.content: IDL set to NaN followed by IDL get
4005 PASS meta.content: IDL set to Infinity should not throw
4006 PASS meta.content: IDL set to Infinity followed by getAttribute()
4007 PASS meta.content: IDL set to Infinity followed by IDL get
4008 PASS meta.content: IDL set to -Infinity should not throw
4009 PASS meta.content: IDL set to -Infinity followed by getAttribute()
4010 PASS meta.content: IDL set to -Infinity followed by IDL get
4011 PASS meta.content: IDL set to "\0" should not throw
4012 PASS meta.content: IDL set to "\0" followed by getAttribute()
4013 PASS meta.content: IDL set to "\0" followed by IDL get
4014 PASS meta.content: IDL set to null should not throw
4015 PASS meta.content: IDL set to null followed by getAttribute()
4016 PASS meta.content: IDL set to null followed by IDL get
4017 PASS meta.content: IDL set to object "test-toString" should not throw
4018 PASS meta.content: IDL set to object "test-toString" followed by getAttribute()
4019 PASS meta.content: IDL set to object "test-toString" followed by IDL get
4020 PASS meta.content: IDL set to object "test-valueOf" should not throw
4021 PASS meta.content: IDL set to object "test-valueOf" followed by getAttribute()
4022 PASS meta.content: IDL set to object "test-valueOf" followed by IDL get
4023 PASS meta.scheme: typeof IDL attribute
4024 PASS meta.scheme: IDL get with DOM attribute unset
4025 PASS meta.scheme: setAttribute() to "" followed by getAttribute()
4026 PASS meta.scheme: setAttribute() to "" followed by IDL get
4027 PASS meta.scheme: 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()
4028 PASS meta.scheme: 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
4029 PASS meta.scheme: setAttribute() to undefined followed by getAttribute()
4030 PASS meta.scheme: setAttribute() to undefined followed by IDL get
4031 PASS meta.scheme: setAttribute() to 7 followed by getAttribute()
4032 PASS meta.scheme: setAttribute() to 7 followed by IDL get
4033 PASS meta.scheme: setAttribute() to 1.5 followed by getAttribute()
4034 PASS meta.scheme: setAttribute() to 1.5 followed by IDL get
4035 PASS meta.scheme: setAttribute() to true followed by getAttribute()
4036 PASS meta.scheme: setAttribute() to true followed by IDL get
4037 PASS meta.scheme: setAttribute() to false followed by getAttribute()
4038 PASS meta.scheme: setAttribute() to false followed by IDL get
4039 PASS meta.scheme: setAttribute() to object "[object Object]" followed by getAttr ibute()
4040 PASS meta.scheme: setAttribute() to object "[object Object]" followed by IDL get
4041 PASS meta.scheme: setAttribute() to NaN followed by getAttribute()
4042 PASS meta.scheme: setAttribute() to NaN followed by IDL get
4043 PASS meta.scheme: setAttribute() to Infinity followed by getAttribute()
4044 PASS meta.scheme: setAttribute() to Infinity followed by IDL get
4045 PASS meta.scheme: setAttribute() to -Infinity followed by getAttribute()
4046 PASS meta.scheme: setAttribute() to -Infinity followed by IDL get
4047 PASS meta.scheme: setAttribute() to "\0" followed by getAttribute()
4048 PASS meta.scheme: setAttribute() to "\0" followed by IDL get
4049 PASS meta.scheme: setAttribute() to null followed by getAttribute()
4050 PASS meta.scheme: setAttribute() to null followed by IDL get
4051 PASS meta.scheme: setAttribute() to object "test-toString" followed by getAttrib ute()
4052 PASS meta.scheme: setAttribute() to object "test-toString" followed by IDL get
4053 PASS meta.scheme: setAttribute() to object "test-valueOf" followed by getAttribu te()
4054 PASS meta.scheme: setAttribute() to object "test-valueOf" followed by IDL get
4055 PASS meta.scheme: IDL set to "" should not throw
4056 PASS meta.scheme: IDL set to "" followed by getAttribute()
4057 PASS meta.scheme: IDL set to "" followed by IDL get
4058 PASS meta.scheme: 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
4059 PASS meta.scheme: 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()
4060 PASS meta.scheme: 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
4061 PASS meta.scheme: IDL set to undefined should not throw
4062 PASS meta.scheme: IDL set to undefined followed by getAttribute()
4063 PASS meta.scheme: IDL set to undefined followed by IDL get
4064 PASS meta.scheme: IDL set to 7 should not throw
4065 PASS meta.scheme: IDL set to 7 followed by getAttribute()
4066 PASS meta.scheme: IDL set to 7 followed by IDL get
4067 PASS meta.scheme: IDL set to 1.5 should not throw
4068 PASS meta.scheme: IDL set to 1.5 followed by getAttribute()
4069 PASS meta.scheme: IDL set to 1.5 followed by IDL get
4070 PASS meta.scheme: IDL set to true should not throw
4071 PASS meta.scheme: IDL set to true followed by getAttribute()
4072 PASS meta.scheme: IDL set to true followed by IDL get
4073 PASS meta.scheme: IDL set to false should not throw
4074 PASS meta.scheme: IDL set to false followed by getAttribute()
4075 PASS meta.scheme: IDL set to false followed by IDL get
4076 PASS meta.scheme: IDL set to object "[object Object]" should not throw
4077 PASS meta.scheme: IDL set to object "[object Object]" followed by getAttribute()
4078 PASS meta.scheme: IDL set to object "[object Object]" followed by IDL get
4079 PASS meta.scheme: IDL set to NaN should not throw
4080 PASS meta.scheme: IDL set to NaN followed by getAttribute()
4081 PASS meta.scheme: IDL set to NaN followed by IDL get
4082 PASS meta.scheme: IDL set to Infinity should not throw
4083 PASS meta.scheme: IDL set to Infinity followed by getAttribute()
4084 PASS meta.scheme: IDL set to Infinity followed by IDL get
4085 PASS meta.scheme: IDL set to -Infinity should not throw
4086 PASS meta.scheme: IDL set to -Infinity followed by getAttribute()
4087 PASS meta.scheme: IDL set to -Infinity followed by IDL get
4088 PASS meta.scheme: IDL set to "\0" should not throw
4089 PASS meta.scheme: IDL set to "\0" followed by getAttribute()
4090 PASS meta.scheme: IDL set to "\0" followed by IDL get
4091 PASS meta.scheme: IDL set to null should not throw
4092 PASS meta.scheme: IDL set to null followed by getAttribute()
4093 PASS meta.scheme: IDL set to null followed by IDL get
4094 PASS meta.scheme: IDL set to object "test-toString" should not throw
4095 PASS meta.scheme: IDL set to object "test-toString" followed by getAttribute()
4096 PASS meta.scheme: IDL set to object "test-toString" followed by IDL get
4097 PASS meta.scheme: IDL set to object "test-valueOf" should not throw
4098 PASS meta.scheme: IDL set to object "test-valueOf" followed by getAttribute()
4099 PASS meta.scheme: IDL set to object "test-valueOf" followed by IDL get
4100 PASS style.title: typeof IDL attribute
4101 PASS style.title: IDL get with DOM attribute unset
4102 PASS style.title: setAttribute() to "" followed by getAttribute()
4103 PASS style.title: setAttribute() to "" followed by IDL get
4104 PASS style.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()
4105 PASS style.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
4106 PASS style.title: setAttribute() to undefined followed by getAttribute()
4107 PASS style.title: setAttribute() to undefined followed by IDL get
4108 PASS style.title: setAttribute() to 7 followed by getAttribute()
4109 PASS style.title: setAttribute() to 7 followed by IDL get
4110 PASS style.title: setAttribute() to 1.5 followed by getAttribute()
4111 PASS style.title: setAttribute() to 1.5 followed by IDL get
4112 PASS style.title: setAttribute() to true followed by getAttribute()
4113 PASS style.title: setAttribute() to true followed by IDL get
4114 PASS style.title: setAttribute() to false followed by getAttribute()
4115 PASS style.title: setAttribute() to false followed by IDL get
4116 PASS style.title: setAttribute() to object "[object Object]" followed by getAttr ibute()
4117 PASS style.title: setAttribute() to object "[object Object]" followed by IDL get
4118 PASS style.title: setAttribute() to NaN followed by getAttribute()
4119 PASS style.title: setAttribute() to NaN followed by IDL get
4120 PASS style.title: setAttribute() to Infinity followed by getAttribute()
4121 PASS style.title: setAttribute() to Infinity followed by IDL get
4122 PASS style.title: setAttribute() to -Infinity followed by getAttribute()
4123 PASS style.title: setAttribute() to -Infinity followed by IDL get
4124 PASS style.title: setAttribute() to "\0" followed by getAttribute()
4125 PASS style.title: setAttribute() to "\0" followed by IDL get
4126 PASS style.title: setAttribute() to null followed by getAttribute()
4127 PASS style.title: setAttribute() to null followed by IDL get
4128 PASS style.title: setAttribute() to object "test-toString" followed by getAttrib ute()
4129 PASS style.title: setAttribute() to object "test-toString" followed by IDL get
4130 PASS style.title: setAttribute() to object "test-valueOf" followed by getAttribu te()
4131 PASS style.title: setAttribute() to object "test-valueOf" followed by IDL get
4132 PASS style.title: IDL set to "" should not throw
4133 PASS style.title: IDL set to "" followed by getAttribute()
4134 PASS style.title: IDL set to "" followed by IDL get
4135 PASS style.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
4136 PASS style.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()
4137 PASS style.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
4138 PASS style.title: IDL set to undefined should not throw
4139 PASS style.title: IDL set to undefined followed by getAttribute()
4140 PASS style.title: IDL set to undefined followed by IDL get
4141 PASS style.title: IDL set to 7 should not throw
4142 PASS style.title: IDL set to 7 followed by getAttribute()
4143 PASS style.title: IDL set to 7 followed by IDL get
4144 PASS style.title: IDL set to 1.5 should not throw
4145 PASS style.title: IDL set to 1.5 followed by getAttribute()
4146 PASS style.title: IDL set to 1.5 followed by IDL get
4147 PASS style.title: IDL set to true should not throw
4148 PASS style.title: IDL set to true followed by getAttribute()
4149 PASS style.title: IDL set to true followed by IDL get
4150 PASS style.title: IDL set to false should not throw
4151 PASS style.title: IDL set to false followed by getAttribute()
4152 PASS style.title: IDL set to false followed by IDL get
4153 PASS style.title: IDL set to object "[object Object]" should not throw
4154 PASS style.title: IDL set to object "[object Object]" followed by getAttribute()
4155 PASS style.title: IDL set to object "[object Object]" followed by IDL get
4156 PASS style.title: IDL set to NaN should not throw
4157 PASS style.title: IDL set to NaN followed by getAttribute()
4158 PASS style.title: IDL set to NaN followed by IDL get
4159 PASS style.title: IDL set to Infinity should not throw
4160 PASS style.title: IDL set to Infinity followed by getAttribute()
4161 PASS style.title: IDL set to Infinity followed by IDL get
4162 PASS style.title: IDL set to -Infinity should not throw
4163 PASS style.title: IDL set to -Infinity followed by getAttribute()
4164 PASS style.title: IDL set to -Infinity followed by IDL get
4165 PASS style.title: IDL set to "\0" should not throw
4166 PASS style.title: IDL set to "\0" followed by getAttribute()
4167 PASS style.title: IDL set to "\0" followed by IDL get
4168 PASS style.title: IDL set to null should not throw
4169 PASS style.title: IDL set to null followed by getAttribute()
4170 PASS style.title: IDL set to null followed by IDL get
4171 PASS style.title: IDL set to object "test-toString" should not throw
4172 PASS style.title: IDL set to object "test-toString" followed by getAttribute()
4173 PASS style.title: IDL set to object "test-toString" followed by IDL get
4174 PASS style.title: IDL set to object "test-valueOf" should not throw
4175 PASS style.title: IDL set to object "test-valueOf" followed by getAttribute()
4176 PASS style.title: IDL set to object "test-valueOf" followed by IDL get
4177 PASS style.lang: typeof IDL attribute
4178 PASS style.lang: IDL get with DOM attribute unset
4179 PASS style.lang: setAttribute() to "" followed by getAttribute()
4180 PASS style.lang: setAttribute() to "" followed by IDL get
4181 PASS style.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()
4182 PASS style.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
4183 PASS style.lang: setAttribute() to undefined followed by getAttribute()
4184 PASS style.lang: setAttribute() to undefined followed by IDL get
4185 PASS style.lang: setAttribute() to 7 followed by getAttribute()
4186 PASS style.lang: setAttribute() to 7 followed by IDL get
4187 PASS style.lang: setAttribute() to 1.5 followed by getAttribute()
4188 PASS style.lang: setAttribute() to 1.5 followed by IDL get
4189 PASS style.lang: setAttribute() to true followed by getAttribute()
4190 PASS style.lang: setAttribute() to true followed by IDL get
4191 PASS style.lang: setAttribute() to false followed by getAttribute()
4192 PASS style.lang: setAttribute() to false followed by IDL get
4193 PASS style.lang: setAttribute() to object "[object Object]" followed by getAttri bute()
4194 PASS style.lang: setAttribute() to object "[object Object]" followed by IDL get
4195 PASS style.lang: setAttribute() to NaN followed by getAttribute()
4196 PASS style.lang: setAttribute() to NaN followed by IDL get
4197 PASS style.lang: setAttribute() to Infinity followed by getAttribute()
4198 PASS style.lang: setAttribute() to Infinity followed by IDL get
4199 PASS style.lang: setAttribute() to -Infinity followed by getAttribute()
4200 PASS style.lang: setAttribute() to -Infinity followed by IDL get
4201 PASS style.lang: setAttribute() to "\0" followed by getAttribute()
4202 PASS style.lang: setAttribute() to "\0" followed by IDL get
4203 PASS style.lang: setAttribute() to null followed by getAttribute()
4204 PASS style.lang: setAttribute() to null followed by IDL get
4205 PASS style.lang: setAttribute() to object "test-toString" followed by getAttribu te()
4206 PASS style.lang: setAttribute() to object "test-toString" followed by IDL get
4207 PASS style.lang: setAttribute() to object "test-valueOf" followed by getAttribut e()
4208 PASS style.lang: setAttribute() to object "test-valueOf" followed by IDL get
4209 PASS style.lang: IDL set to "" should not throw
4210 PASS style.lang: IDL set to "" followed by getAttribute()
4211 PASS style.lang: IDL set to "" followed by IDL get
4212 PASS style.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
4213 PASS style.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()
4214 PASS style.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
4215 PASS style.lang: IDL set to undefined should not throw
4216 PASS style.lang: IDL set to undefined followed by getAttribute()
4217 PASS style.lang: IDL set to undefined followed by IDL get
4218 PASS style.lang: IDL set to 7 should not throw
4219 PASS style.lang: IDL set to 7 followed by getAttribute()
4220 PASS style.lang: IDL set to 7 followed by IDL get
4221 PASS style.lang: IDL set to 1.5 should not throw
4222 PASS style.lang: IDL set to 1.5 followed by getAttribute()
4223 PASS style.lang: IDL set to 1.5 followed by IDL get
4224 PASS style.lang: IDL set to true should not throw
4225 PASS style.lang: IDL set to true followed by getAttribute()
4226 PASS style.lang: IDL set to true followed by IDL get
4227 PASS style.lang: IDL set to false should not throw
4228 PASS style.lang: IDL set to false followed by getAttribute()
4229 PASS style.lang: IDL set to false followed by IDL get
4230 PASS style.lang: IDL set to object "[object Object]" should not throw
4231 PASS style.lang: IDL set to object "[object Object]" followed by getAttribute()
4232 PASS style.lang: IDL set to object "[object Object]" followed by IDL get
4233 PASS style.lang: IDL set to NaN should not throw
4234 PASS style.lang: IDL set to NaN followed by getAttribute()
4235 PASS style.lang: IDL set to NaN followed by IDL get
4236 PASS style.lang: IDL set to Infinity should not throw
4237 PASS style.lang: IDL set to Infinity followed by getAttribute()
4238 PASS style.lang: IDL set to Infinity followed by IDL get
4239 PASS style.lang: IDL set to -Infinity should not throw
4240 PASS style.lang: IDL set to -Infinity followed by getAttribute()
4241 PASS style.lang: IDL set to -Infinity followed by IDL get
4242 PASS style.lang: IDL set to "\0" should not throw
4243 PASS style.lang: IDL set to "\0" followed by getAttribute()
4244 PASS style.lang: IDL set to "\0" followed by IDL get
4245 PASS style.lang: IDL set to null should not throw
4246 PASS style.lang: IDL set to null followed by getAttribute()
4247 PASS style.lang: IDL set to null followed by IDL get
4248 PASS style.lang: IDL set to object "test-toString" should not throw
4249 PASS style.lang: IDL set to object "test-toString" followed by getAttribute()
4250 PASS style.lang: IDL set to object "test-toString" followed by IDL get
4251 PASS style.lang: IDL set to object "test-valueOf" should not throw
4252 PASS style.lang: IDL set to object "test-valueOf" followed by getAttribute()
4253 PASS style.lang: IDL set to object "test-valueOf" followed by IDL get
4254 PASS style.dir: typeof IDL attribute
4255 PASS style.dir: IDL get with DOM attribute unset
4256 PASS style.dir: setAttribute() to "" followed by getAttribute()
4257 PASS style.dir: setAttribute() to "" followed by IDL get
4258 PASS style.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()
4259 PASS style.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
4260 PASS style.dir: setAttribute() to undefined followed by getAttribute()
4261 PASS style.dir: setAttribute() to undefined followed by IDL get
4262 PASS style.dir: setAttribute() to 7 followed by getAttribute()
4263 PASS style.dir: setAttribute() to 7 followed by IDL get
4264 PASS style.dir: setAttribute() to 1.5 followed by getAttribute()
4265 PASS style.dir: setAttribute() to 1.5 followed by IDL get
4266 PASS style.dir: setAttribute() to true followed by getAttribute()
4267 PASS style.dir: setAttribute() to true followed by IDL get
4268 PASS style.dir: setAttribute() to false followed by getAttribute()
4269 PASS style.dir: setAttribute() to false followed by IDL get
4270 PASS style.dir: setAttribute() to object "[object Object]" followed by getAttrib ute()
4271 PASS style.dir: setAttribute() to object "[object Object]" followed by IDL get
4272 PASS style.dir: setAttribute() to NaN followed by getAttribute()
4273 PASS style.dir: setAttribute() to NaN followed by IDL get
4274 PASS style.dir: setAttribute() to Infinity followed by getAttribute()
4275 PASS style.dir: setAttribute() to Infinity followed by IDL get
4276 PASS style.dir: setAttribute() to -Infinity followed by getAttribute()
4277 PASS style.dir: setAttribute() to -Infinity followed by IDL get
4278 PASS style.dir: setAttribute() to "\0" followed by getAttribute()
4279 PASS style.dir: setAttribute() to "\0" followed by IDL get
4280 PASS style.dir: setAttribute() to null followed by getAttribute()
4281 PASS style.dir: setAttribute() to null followed by IDL get
4282 PASS style.dir: setAttribute() to object "test-toString" followed by getAttribut e()
4283 PASS style.dir: setAttribute() to object "test-toString" followed by IDL get
4284 PASS style.dir: setAttribute() to object "test-valueOf" followed by getAttribute ()
4285 PASS style.dir: setAttribute() to object "test-valueOf" followed by IDL get
4286 PASS style.dir: setAttribute() to "ltr" followed by getAttribute()
4287 PASS style.dir: setAttribute() to "ltr" followed by IDL get
4288 PASS style.dir: setAttribute() to "xltr" followed by getAttribute()
4289 PASS style.dir: setAttribute() to "xltr" followed by IDL get
4290 PASS style.dir: setAttribute() to "ltr\0" followed by getAttribute()
4291 PASS style.dir: setAttribute() to "ltr\0" followed by IDL get
4292 PASS style.dir: setAttribute() to "tr" followed by getAttribute()
4293 PASS style.dir: setAttribute() to "tr" followed by IDL get
4294 PASS style.dir: setAttribute() to "LTR" followed by getAttribute()
4295 PASS style.dir: setAttribute() to "LTR" followed by IDL get
4296 PASS style.dir: setAttribute() to "rtl" followed by getAttribute()
4297 PASS style.dir: setAttribute() to "rtl" followed by IDL get
4298 PASS style.dir: setAttribute() to "xrtl" followed by getAttribute()
4299 PASS style.dir: setAttribute() to "xrtl" followed by IDL get
4300 PASS style.dir: setAttribute() to "rtl\0" followed by getAttribute()
4301 PASS style.dir: setAttribute() to "rtl\0" followed by IDL get
4302 PASS style.dir: setAttribute() to "tl" followed by getAttribute()
4303 PASS style.dir: setAttribute() to "tl" followed by IDL get
4304 PASS style.dir: setAttribute() to "RTL" followed by getAttribute()
4305 PASS style.dir: setAttribute() to "RTL" followed by IDL get
4306 PASS style.dir: setAttribute() to "auto" followed by getAttribute()
4307 PASS style.dir: setAttribute() to "auto" followed by IDL get
4308 PASS style.dir: setAttribute() to "xauto" followed by getAttribute()
4309 PASS style.dir: setAttribute() to "xauto" followed by IDL get
4310 PASS style.dir: setAttribute() to "auto\0" followed by getAttribute()
4311 PASS style.dir: setAttribute() to "auto\0" followed by IDL get
4312 PASS style.dir: setAttribute() to "uto" followed by getAttribute()
4313 PASS style.dir: setAttribute() to "uto" followed by IDL get
4314 PASS style.dir: setAttribute() to "AUTO" followed by getAttribute()
4315 PASS style.dir: setAttribute() to "AUTO" followed by IDL get
4316 PASS style.dir: IDL set to "" should not throw
4317 PASS style.dir: IDL set to "" followed by getAttribute()
4318 PASS style.dir: IDL set to "" followed by IDL get
4319 PASS style.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
4320 PASS style.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()
4321 PASS style.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
4322 PASS style.dir: IDL set to undefined should not throw
4323 PASS style.dir: IDL set to undefined followed by getAttribute()
4324 PASS style.dir: IDL set to undefined followed by IDL get
4325 PASS style.dir: IDL set to 7 should not throw
4326 PASS style.dir: IDL set to 7 followed by getAttribute()
4327 PASS style.dir: IDL set to 7 followed by IDL get
4328 PASS style.dir: IDL set to 1.5 should not throw
4329 PASS style.dir: IDL set to 1.5 followed by getAttribute()
4330 PASS style.dir: IDL set to 1.5 followed by IDL get
4331 PASS style.dir: IDL set to true should not throw
4332 PASS style.dir: IDL set to true followed by getAttribute()
4333 PASS style.dir: IDL set to true followed by IDL get
4334 PASS style.dir: IDL set to false should not throw
4335 PASS style.dir: IDL set to false followed by getAttribute()
4336 PASS style.dir: IDL set to false followed by IDL get
4337 PASS style.dir: IDL set to object "[object Object]" should not throw
4338 PASS style.dir: IDL set to object "[object Object]" followed by getAttribute()
4339 PASS style.dir: IDL set to object "[object Object]" followed by IDL get
4340 PASS style.dir: IDL set to NaN should not throw
4341 PASS style.dir: IDL set to NaN followed by getAttribute()
4342 PASS style.dir: IDL set to NaN followed by IDL get
4343 PASS style.dir: IDL set to Infinity should not throw
4344 PASS style.dir: IDL set to Infinity followed by getAttribute()
4345 PASS style.dir: IDL set to Infinity followed by IDL get
4346 PASS style.dir: IDL set to -Infinity should not throw
4347 PASS style.dir: IDL set to -Infinity followed by getAttribute()
4348 PASS style.dir: IDL set to -Infinity followed by IDL get
4349 PASS style.dir: IDL set to "\0" should not throw
4350 PASS style.dir: IDL set to "\0" followed by getAttribute()
4351 PASS style.dir: IDL set to "\0" followed by IDL get
4352 PASS style.dir: IDL set to null should not throw
4353 PASS style.dir: IDL set to null followed by IDL get
4354 PASS style.dir: IDL set to object "test-toString" should not throw
4355 PASS style.dir: IDL set to object "test-toString" followed by getAttribute()
4356 PASS style.dir: IDL set to object "test-toString" followed by IDL get
4357 PASS style.dir: IDL set to object "test-valueOf" should not throw
4358 PASS style.dir: IDL set to object "test-valueOf" followed by getAttribute()
4359 PASS style.dir: IDL set to object "test-valueOf" followed by IDL get
4360 PASS style.dir: IDL set to "ltr" should not throw
4361 PASS style.dir: IDL set to "ltr" followed by getAttribute()
4362 PASS style.dir: IDL set to "ltr" followed by IDL get
4363 PASS style.dir: IDL set to "xltr" should not throw
4364 PASS style.dir: IDL set to "xltr" followed by getAttribute()
4365 PASS style.dir: IDL set to "xltr" followed by IDL get
4366 PASS style.dir: IDL set to "ltr\0" should not throw
4367 PASS style.dir: IDL set to "ltr\0" followed by getAttribute()
4368 PASS style.dir: IDL set to "ltr\0" followed by IDL get
4369 PASS style.dir: IDL set to "tr" should not throw
4370 PASS style.dir: IDL set to "tr" followed by getAttribute()
4371 PASS style.dir: IDL set to "tr" followed by IDL get
4372 PASS style.dir: IDL set to "LTR" should not throw
4373 PASS style.dir: IDL set to "LTR" followed by getAttribute()
4374 PASS style.dir: IDL set to "LTR" followed by IDL get
4375 PASS style.dir: IDL set to "rtl" should not throw
4376 PASS style.dir: IDL set to "rtl" followed by getAttribute()
4377 PASS style.dir: IDL set to "rtl" followed by IDL get
4378 PASS style.dir: IDL set to "xrtl" should not throw
4379 PASS style.dir: IDL set to "xrtl" followed by getAttribute()
4380 PASS style.dir: IDL set to "xrtl" followed by IDL get
4381 PASS style.dir: IDL set to "rtl\0" should not throw
4382 PASS style.dir: IDL set to "rtl\0" followed by getAttribute()
4383 PASS style.dir: IDL set to "rtl\0" followed by IDL get
4384 PASS style.dir: IDL set to "tl" should not throw
4385 PASS style.dir: IDL set to "tl" followed by getAttribute()
4386 PASS style.dir: IDL set to "tl" followed by IDL get
4387 PASS style.dir: IDL set to "RTL" should not throw
4388 PASS style.dir: IDL set to "RTL" followed by getAttribute()
4389 PASS style.dir: IDL set to "RTL" followed by IDL get
4390 PASS style.dir: IDL set to "auto" should not throw
4391 PASS style.dir: IDL set to "auto" followed by getAttribute()
4392 PASS style.dir: IDL set to "auto" followed by IDL get
4393 PASS style.dir: IDL set to "xauto" should not throw
4394 PASS style.dir: IDL set to "xauto" followed by getAttribute()
4395 PASS style.dir: IDL set to "xauto" followed by IDL get
4396 PASS style.dir: IDL set to "auto\0" should not throw
4397 PASS style.dir: IDL set to "auto\0" followed by getAttribute()
4398 PASS style.dir: IDL set to "auto\0" followed by IDL get
4399 PASS style.dir: IDL set to "uto" should not throw
4400 PASS style.dir: IDL set to "uto" followed by getAttribute()
4401 PASS style.dir: IDL set to "uto" followed by IDL get
4402 PASS style.dir: IDL set to "AUTO" should not throw
4403 PASS style.dir: IDL set to "AUTO" followed by getAttribute()
4404 PASS style.dir: IDL set to "AUTO" followed by IDL get
4405 PASS style.className (<style class>): typeof IDL attribute
4406 PASS style.className (<style class>): IDL get with DOM attribute unset
4407 PASS style.className (<style class>): setAttribute() to "" followed by getAttrib ute()
4408 PASS style.className (<style class>): setAttribute() to "" followed by IDL get
4409 PASS style.className (<style 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()
4410 PASS style.className (<style 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
4411 PASS style.className (<style class>): setAttribute() to undefined followed by ge tAttribute()
4412 PASS style.className (<style class>): setAttribute() to undefined followed by ID L get
4413 PASS style.className (<style class>): setAttribute() to 7 followed by getAttribu te()
4414 PASS style.className (<style class>): setAttribute() to 7 followed by IDL get
4415 PASS style.className (<style class>): setAttribute() to 1.5 followed by getAttri bute()
4416 PASS style.className (<style class>): setAttribute() to 1.5 followed by IDL get
4417 PASS style.className (<style class>): setAttribute() to true followed by getAttr ibute()
4418 PASS style.className (<style class>): setAttribute() to true followed by IDL get
4419 PASS style.className (<style class>): setAttribute() to false followed by getAtt ribute()
4420 PASS style.className (<style class>): setAttribute() to false followed by IDL ge t
4421 PASS style.className (<style class>): setAttribute() to object "[object Object]" followed by getAttribute()
4422 PASS style.className (<style class>): setAttribute() to object "[object Object]" followed by IDL get
4423 PASS style.className (<style class>): setAttribute() to NaN followed by getAttri bute()
4424 PASS style.className (<style class>): setAttribute() to NaN followed by IDL get
4425 PASS style.className (<style class>): setAttribute() to Infinity followed by get Attribute()
4426 PASS style.className (<style class>): setAttribute() to Infinity followed by IDL get
4427 PASS style.className (<style class>): setAttribute() to -Infinity followed by ge tAttribute()
4428 PASS style.className (<style class>): setAttribute() to -Infinity followed by ID L get
4429 PASS style.className (<style class>): setAttribute() to "\0" followed by getAttr ibute()
4430 PASS style.className (<style class>): setAttribute() to "\0" followed by IDL get
4431 PASS style.className (<style class>): setAttribute() to null followed by getAttr ibute()
4432 PASS style.className (<style class>): setAttribute() to null followed by IDL get
4433 PASS style.className (<style class>): setAttribute() to object "test-toString" f ollowed by getAttribute()
4434 PASS style.className (<style class>): setAttribute() to object "test-toString" f ollowed by IDL get
4435 PASS style.className (<style class>): setAttribute() to object "test-valueOf" fo llowed by getAttribute()
4436 PASS style.className (<style class>): setAttribute() to object "test-valueOf" fo llowed by IDL get
4437 PASS style.className (<style class>): IDL set to "" should not throw
4438 PASS style.className (<style class>): IDL set to "" followed by getAttribute()
4439 PASS style.className (<style class>): IDL set to "" followed by IDL get
4440 PASS style.className (<style 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
4441 PASS style.className (<style 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()
4442 PASS style.className (<style 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
4443 PASS style.className (<style class>): IDL set to undefined should not throw
4444 PASS style.className (<style class>): IDL set to undefined followed by getAttrib ute()
4445 PASS style.className (<style class>): IDL set to undefined followed by IDL get
4446 PASS style.className (<style class>): IDL set to 7 should not throw
4447 PASS style.className (<style class>): IDL set to 7 followed by getAttribute()
4448 PASS style.className (<style class>): IDL set to 7 followed by IDL get
4449 PASS style.className (<style class>): IDL set to 1.5 should not throw
4450 PASS style.className (<style class>): IDL set to 1.5 followed by getAttribute()
4451 PASS style.className (<style class>): IDL set to 1.5 followed by IDL get
4452 PASS style.className (<style class>): IDL set to true should not throw
4453 PASS style.className (<style class>): IDL set to true followed by getAttribute()
4454 PASS style.className (<style class>): IDL set to true followed by IDL get
4455 PASS style.className (<style class>): IDL set to false should not throw
4456 PASS style.className (<style class>): IDL set to false followed by getAttribute( )
4457 PASS style.className (<style class>): IDL set to false followed by IDL get
4458 PASS style.className (<style class>): IDL set to object "[object Object]" should not throw
4459 PASS style.className (<style class>): IDL set to object "[object Object]" follow ed by getAttribute()
4460 PASS style.className (<style class>): IDL set to object "[object Object]" follow ed by IDL get
4461 PASS style.className (<style class>): IDL set to NaN should not throw
4462 PASS style.className (<style class>): IDL set to NaN followed by getAttribute()
4463 PASS style.className (<style class>): IDL set to NaN followed by IDL get
4464 PASS style.className (<style class>): IDL set to Infinity should not throw
4465 PASS style.className (<style class>): IDL set to Infinity followed by getAttribu te()
4466 PASS style.className (<style class>): IDL set to Infinity followed by IDL get
4467 PASS style.className (<style class>): IDL set to -Infinity should not throw
4468 PASS style.className (<style class>): IDL set to -Infinity followed by getAttrib ute()
4469 PASS style.className (<style class>): IDL set to -Infinity followed by IDL get
4470 PASS style.className (<style class>): IDL set to "\0" should not throw
4471 PASS style.className (<style class>): IDL set to "\0" followed by getAttribute()
4472 PASS style.className (<style class>): IDL set to "\0" followed by IDL get
4473 PASS style.className (<style class>): IDL set to null should not throw
4474 PASS style.className (<style class>): IDL set to null followed by getAttribute()
4475 PASS style.className (<style class>): IDL set to null followed by IDL get
4476 PASS style.className (<style class>): IDL set to object "test-toString" should n ot throw
4477 PASS style.className (<style class>): IDL set to object "test-toString" followed by getAttribute()
4478 PASS style.className (<style class>): IDL set to object "test-toString" followed by IDL get
4479 PASS style.className (<style class>): IDL set to object "test-valueOf" should no t throw
4480 PASS style.className (<style class>): IDL set to object "test-valueOf" followed by getAttribute()
4481 PASS style.className (<style class>): IDL set to object "test-valueOf" followed by IDL get
4482 PASS style.hidden: typeof IDL attribute
4483 PASS style.hidden: IDL get with DOM attribute unset
4484 PASS style.hidden: setAttribute() to "" followed by getAttribute()
4485 PASS style.hidden: setAttribute() to "" followed by IDL get
4486 PASS style.hidden: setAttribute() to " foo " followed by getAttribute()
4487 PASS style.hidden: setAttribute() to " foo " followed by IDL get
4488 PASS style.hidden: setAttribute() to undefined followed by getAttribute()
4489 PASS style.hidden: setAttribute() to undefined followed by IDL get
4490 PASS style.hidden: setAttribute() to null followed by getAttribute()
4491 PASS style.hidden: setAttribute() to null followed by IDL get
4492 PASS style.hidden: setAttribute() to 7 followed by getAttribute()
4493 PASS style.hidden: setAttribute() to 7 followed by IDL get
4494 PASS style.hidden: setAttribute() to 1.5 followed by getAttribute()
4495 PASS style.hidden: setAttribute() to 1.5 followed by IDL get
4496 PASS style.hidden: setAttribute() to true followed by getAttribute()
4497 PASS style.hidden: setAttribute() to true followed by IDL get
4498 PASS style.hidden: setAttribute() to false followed by getAttribute()
4499 PASS style.hidden: setAttribute() to false followed by IDL get
4500 PASS style.hidden: setAttribute() to object "[object Object]" followed by getAtt ribute()
4501 PASS style.hidden: setAttribute() to object "[object Object]" followed by IDL ge t
4502 PASS style.hidden: setAttribute() to NaN followed by getAttribute()
4503 PASS style.hidden: setAttribute() to NaN followed by IDL get
4504 PASS style.hidden: setAttribute() to Infinity followed by getAttribute()
4505 PASS style.hidden: setAttribute() to Infinity followed by IDL get
4506 PASS style.hidden: setAttribute() to -Infinity followed by getAttribute()
4507 PASS style.hidden: setAttribute() to -Infinity followed by IDL get
4508 PASS style.hidden: setAttribute() to "\0" followed by getAttribute()
4509 PASS style.hidden: setAttribute() to "\0" followed by IDL get
4510 PASS style.hidden: setAttribute() to object "test-toString" followed by getAttri bute()
4511 PASS style.hidden: setAttribute() to object "test-toString" followed by IDL get
4512 PASS style.hidden: setAttribute() to object "test-valueOf" followed by getAttrib ute()
4513 PASS style.hidden: setAttribute() to object "test-valueOf" followed by IDL get
4514 PASS style.hidden: setAttribute() to "hidden" followed by getAttribute()
4515 PASS style.hidden: setAttribute() to "hidden" followed by IDL get
4516 PASS style.hidden: IDL set to "" should not throw
4517 PASS style.hidden: IDL set to "" followed by hasAttribute()
4518 PASS style.hidden: IDL set to "" followed by IDL get
4519 PASS style.hidden: IDL set to " foo " should not throw
4520 PASS style.hidden: IDL set to " foo " followed by hasAttribute()
4521 PASS style.hidden: IDL set to " foo " followed by IDL get
4522 PASS style.hidden: IDL set to undefined should not throw
4523 PASS style.hidden: IDL set to undefined followed by hasAttribute()
4524 PASS style.hidden: IDL set to undefined followed by IDL get
4525 PASS style.hidden: IDL set to null should not throw
4526 PASS style.hidden: IDL set to null followed by hasAttribute()
4527 PASS style.hidden: IDL set to null followed by IDL get
4528 PASS style.hidden: IDL set to 7 should not throw
4529 PASS style.hidden: IDL set to 7 followed by hasAttribute()
4530 PASS style.hidden: IDL set to 7 followed by IDL get
4531 PASS style.hidden: IDL set to 1.5 should not throw
4532 PASS style.hidden: IDL set to 1.5 followed by hasAttribute()
4533 PASS style.hidden: IDL set to 1.5 followed by IDL get
4534 PASS style.hidden: IDL set to true should not throw
4535 PASS style.hidden: IDL set to true followed by hasAttribute()
4536 PASS style.hidden: IDL set to true followed by IDL get
4537 PASS style.hidden: IDL set to false should not throw
4538 PASS style.hidden: IDL set to false followed by hasAttribute()
4539 PASS style.hidden: IDL set to false followed by IDL get
4540 PASS style.hidden: IDL set to object "[object Object]" should not throw
4541 PASS style.hidden: IDL set to object "[object Object]" followed by hasAttribute( )
4542 PASS style.hidden: IDL set to object "[object Object]" followed by IDL get
4543 PASS style.hidden: IDL set to NaN should not throw
4544 PASS style.hidden: IDL set to NaN followed by hasAttribute()
4545 PASS style.hidden: IDL set to NaN followed by IDL get
4546 PASS style.hidden: IDL set to Infinity should not throw
4547 PASS style.hidden: IDL set to Infinity followed by hasAttribute()
4548 PASS style.hidden: IDL set to Infinity followed by IDL get
4549 PASS style.hidden: IDL set to -Infinity should not throw
4550 PASS style.hidden: IDL set to -Infinity followed by hasAttribute()
4551 PASS style.hidden: IDL set to -Infinity followed by IDL get
4552 PASS style.hidden: IDL set to "\0" should not throw
4553 PASS style.hidden: IDL set to "\0" followed by hasAttribute()
4554 PASS style.hidden: IDL set to "\0" followed by IDL get
4555 PASS style.hidden: IDL set to object "test-toString" should not throw
4556 PASS style.hidden: IDL set to object "test-toString" followed by hasAttribute()
4557 PASS style.hidden: IDL set to object "test-toString" followed by IDL get
4558 PASS style.hidden: IDL set to object "test-valueOf" should not throw
4559 PASS style.hidden: IDL set to object "test-valueOf" followed by hasAttribute()
4560 PASS style.hidden: IDL set to object "test-valueOf" followed by IDL get
4561 PASS style.accessKey: typeof IDL attribute
4562 PASS style.accessKey: IDL get with DOM attribute unset
4563 PASS style.accessKey: setAttribute() to "" followed by getAttribute()
4564 PASS style.accessKey: setAttribute() to "" followed by IDL get
4565 PASS style.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()
4566 PASS style.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
4567 PASS style.accessKey: setAttribute() to undefined followed by getAttribute()
4568 PASS style.accessKey: setAttribute() to undefined followed by IDL get
4569 PASS style.accessKey: setAttribute() to 7 followed by getAttribute()
4570 PASS style.accessKey: setAttribute() to 7 followed by IDL get
4571 PASS style.accessKey: setAttribute() to 1.5 followed by getAttribute()
4572 PASS style.accessKey: setAttribute() to 1.5 followed by IDL get
4573 PASS style.accessKey: setAttribute() to true followed by getAttribute()
4574 PASS style.accessKey: setAttribute() to true followed by IDL get
4575 PASS style.accessKey: setAttribute() to false followed by getAttribute()
4576 PASS style.accessKey: setAttribute() to false followed by IDL get
4577 PASS style.accessKey: setAttribute() to object "[object Object]" followed by get Attribute()
4578 PASS style.accessKey: setAttribute() to object "[object Object]" followed by IDL get
4579 PASS style.accessKey: setAttribute() to NaN followed by getAttribute()
4580 PASS style.accessKey: setAttribute() to NaN followed by IDL get
4581 PASS style.accessKey: setAttribute() to Infinity followed by getAttribute()
4582 PASS style.accessKey: setAttribute() to Infinity followed by IDL get
4583 PASS style.accessKey: setAttribute() to -Infinity followed by getAttribute()
4584 PASS style.accessKey: setAttribute() to -Infinity followed by IDL get
4585 PASS style.accessKey: setAttribute() to "\0" followed by getAttribute()
4586 PASS style.accessKey: setAttribute() to "\0" followed by IDL get
4587 PASS style.accessKey: setAttribute() to null followed by getAttribute()
4588 PASS style.accessKey: setAttribute() to null followed by IDL get
4589 PASS style.accessKey: setAttribute() to object "test-toString" followed by getAt tribute()
4590 PASS style.accessKey: setAttribute() to object "test-toString" followed by IDL g et
4591 PASS style.accessKey: setAttribute() to object "test-valueOf" followed by getAtt ribute()
4592 PASS style.accessKey: setAttribute() to object "test-valueOf" followed by IDL ge t
4593 PASS style.accessKey: IDL set to "" should not throw
4594 PASS style.accessKey: IDL set to "" followed by getAttribute()
4595 PASS style.accessKey: IDL set to "" followed by IDL get
4596 PASS style.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
4597 PASS style.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()
4598 PASS style.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
4599 PASS style.accessKey: IDL set to undefined should not throw
4600 PASS style.accessKey: IDL set to undefined followed by getAttribute()
4601 PASS style.accessKey: IDL set to undefined followed by IDL get
4602 PASS style.accessKey: IDL set to 7 should not throw
4603 PASS style.accessKey: IDL set to 7 followed by getAttribute()
4604 PASS style.accessKey: IDL set to 7 followed by IDL get
4605 PASS style.accessKey: IDL set to 1.5 should not throw
4606 PASS style.accessKey: IDL set to 1.5 followed by getAttribute()
4607 PASS style.accessKey: IDL set to 1.5 followed by IDL get
4608 PASS style.accessKey: IDL set to true should not throw
4609 PASS style.accessKey: IDL set to true followed by getAttribute()
4610 PASS style.accessKey: IDL set to true followed by IDL get
4611 PASS style.accessKey: IDL set to false should not throw
4612 PASS style.accessKey: IDL set to false followed by getAttribute()
4613 PASS style.accessKey: IDL set to false followed by IDL get
4614 PASS style.accessKey: IDL set to object "[object Object]" should not throw
4615 PASS style.accessKey: IDL set to object "[object Object]" followed by getAttribu te()
4616 PASS style.accessKey: IDL set to object "[object Object]" followed by IDL get
4617 PASS style.accessKey: IDL set to NaN should not throw
4618 PASS style.accessKey: IDL set to NaN followed by getAttribute()
4619 PASS style.accessKey: IDL set to NaN followed by IDL get
4620 PASS style.accessKey: IDL set to Infinity should not throw
4621 PASS style.accessKey: IDL set to Infinity followed by getAttribute()
4622 PASS style.accessKey: IDL set to Infinity followed by IDL get
4623 PASS style.accessKey: IDL set to -Infinity should not throw
4624 PASS style.accessKey: IDL set to -Infinity followed by getAttribute()
4625 PASS style.accessKey: IDL set to -Infinity followed by IDL get
4626 PASS style.accessKey: IDL set to "\0" should not throw
4627 PASS style.accessKey: IDL set to "\0" followed by getAttribute()
4628 PASS style.accessKey: IDL set to "\0" followed by IDL get
4629 PASS style.accessKey: IDL set to null should not throw
4630 PASS style.accessKey: IDL set to null followed by getAttribute()
4631 PASS style.accessKey: IDL set to null followed by IDL get
4632 PASS style.accessKey: IDL set to object "test-toString" should not throw
4633 PASS style.accessKey: IDL set to object "test-toString" followed by getAttribute ()
4634 PASS style.accessKey: IDL set to object "test-toString" followed by IDL get
4635 PASS style.accessKey: IDL set to object "test-valueOf" should not throw
4636 PASS style.accessKey: IDL set to object "test-valueOf" followed by getAttribute( )
4637 PASS style.accessKey: IDL set to object "test-valueOf" followed by IDL get
4638 PASS style.tabIndex: typeof IDL attribute
4639 PASS style.tabIndex: setAttribute() to -36 followed by getAttribute()
4640 PASS style.tabIndex: setAttribute() to -36 followed by IDL get
4641 PASS style.tabIndex: setAttribute() to -1 followed by getAttribute()
4642 PASS style.tabIndex: setAttribute() to -1 followed by IDL get
4643 PASS style.tabIndex: setAttribute() to 0 followed by getAttribute()
4644 PASS style.tabIndex: setAttribute() to 0 followed by IDL get
4645 PASS style.tabIndex: setAttribute() to 1 followed by getAttribute()
4646 PASS style.tabIndex: setAttribute() to 1 followed by IDL get
4647 PASS style.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
4648 FAIL style.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
4649 PASS style.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
4650 FAIL style.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
4651 PASS style.tabIndex: setAttribute() to "-1" followed by getAttribute()
4652 PASS style.tabIndex: setAttribute() to "-1" followed by IDL get
4653 PASS style.tabIndex: setAttribute() to "-0" followed by getAttribute()
4654 PASS style.tabIndex: setAttribute() to "-0" followed by IDL get
4655 PASS style.tabIndex: setAttribute() to "0" followed by getAttribute()
4656 PASS style.tabIndex: setAttribute() to "0" followed by IDL get
4657 PASS style.tabIndex: setAttribute() to "1" followed by getAttribute()
4658 PASS style.tabIndex: setAttribute() to "1" followed by IDL get
4659 PASS style.tabIndex: setAttribute() to "\t7" followed by getAttribute()
4660 PASS style.tabIndex: setAttribute() to "\t7" followed by IDL get
4661 PASS style.tabIndex: setAttribute() to "\f7" followed by getAttribute()
4662 PASS style.tabIndex: setAttribute() to "\f7" followed by IDL get
4663 PASS style.tabIndex: setAttribute() to " 7" followed by getAttribute()
4664 PASS style.tabIndex: setAttribute() to " 7" followed by IDL get
4665 PASS style.tabIndex: setAttribute() to "\n7" followed by getAttribute()
4666 PASS style.tabIndex: setAttribute() to "\n7" followed by IDL get
4667 PASS style.tabIndex: setAttribute() to "\r7" followed by getAttribute()
4668 PASS style.tabIndex: setAttribute() to "\r7" followed by IDL get
4669 PASS style.tabIndex: setAttribute() to 1.5 followed by getAttribute()
4670 PASS style.tabIndex: setAttribute() to 1.5 followed by IDL get
4671 PASS style.tabIndex: setAttribute() to object "2" followed by getAttribute()
4672 PASS style.tabIndex: setAttribute() to object "2" followed by IDL get
4673 PASS style.tabIndex: IDL set to -36 should not throw
4674 PASS style.tabIndex: IDL set to -36 followed by getAttribute()
4675 PASS style.tabIndex: IDL set to -36 followed by IDL get
4676 PASS style.tabIndex: IDL set to -1 should not throw
4677 PASS style.tabIndex: IDL set to -1 followed by getAttribute()
4678 PASS style.tabIndex: IDL set to -1 followed by IDL get
4679 PASS style.tabIndex: IDL set to 0 should not throw
4680 PASS style.tabIndex: IDL set to 0 followed by getAttribute()
4681 PASS style.tabIndex: IDL set to 0 followed by IDL get
4682 PASS style.tabIndex: IDL set to 1 should not throw
4683 PASS style.tabIndex: IDL set to 1 followed by getAttribute()
4684 PASS style.tabIndex: IDL set to 1 followed by IDL get
4685 PASS style.tabIndex: IDL set to 2147483647 should not throw
4686 PASS style.tabIndex: IDL set to 2147483647 followed by getAttribute()
4687 FAIL style.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
4688 PASS style.tabIndex: IDL set to -2147483648 should not throw
4689 PASS style.tabIndex: IDL set to -2147483648 followed by getAttribute()
4690 FAIL style.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
4691 PASS style.media: typeof IDL attribute
4692 PASS style.media: IDL get with DOM attribute unset
4693 PASS style.media: setAttribute() to "" followed by getAttribute()
4694 PASS style.media: setAttribute() to "" followed by IDL get
4695 PASS style.media: 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()
4696 PASS style.media: 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
4697 PASS style.media: setAttribute() to undefined followed by getAttribute()
4698 PASS style.media: setAttribute() to undefined followed by IDL get
4699 PASS style.media: setAttribute() to 7 followed by getAttribute()
4700 PASS style.media: setAttribute() to 7 followed by IDL get
4701 PASS style.media: setAttribute() to 1.5 followed by getAttribute()
4702 PASS style.media: setAttribute() to 1.5 followed by IDL get
4703 PASS style.media: setAttribute() to true followed by getAttribute()
4704 PASS style.media: setAttribute() to true followed by IDL get
4705 PASS style.media: setAttribute() to false followed by getAttribute()
4706 PASS style.media: setAttribute() to false followed by IDL get
4707 PASS style.media: setAttribute() to object "[object Object]" followed by getAttr ibute()
4708 PASS style.media: setAttribute() to object "[object Object]" followed by IDL get
4709 PASS style.media: setAttribute() to NaN followed by getAttribute()
4710 PASS style.media: setAttribute() to NaN followed by IDL get
4711 PASS style.media: setAttribute() to Infinity followed by getAttribute()
4712 PASS style.media: setAttribute() to Infinity followed by IDL get
4713 PASS style.media: setAttribute() to -Infinity followed by getAttribute()
4714 PASS style.media: setAttribute() to -Infinity followed by IDL get
4715 PASS style.media: setAttribute() to "\0" followed by getAttribute()
4716 PASS style.media: setAttribute() to "\0" followed by IDL get
4717 PASS style.media: setAttribute() to null followed by getAttribute()
4718 PASS style.media: setAttribute() to null followed by IDL get
4719 PASS style.media: setAttribute() to object "test-toString" followed by getAttrib ute()
4720 PASS style.media: setAttribute() to object "test-toString" followed by IDL get
4721 PASS style.media: setAttribute() to object "test-valueOf" followed by getAttribu te()
4722 PASS style.media: setAttribute() to object "test-valueOf" followed by IDL get
4723 PASS style.media: IDL set to "" should not throw
4724 PASS style.media: IDL set to "" followed by getAttribute()
4725 PASS style.media: IDL set to "" followed by IDL get
4726 PASS style.media: 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
4727 PASS style.media: 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()
4728 PASS style.media: 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
4729 PASS style.media: IDL set to undefined should not throw
4730 PASS style.media: IDL set to undefined followed by getAttribute()
4731 PASS style.media: IDL set to undefined followed by IDL get
4732 PASS style.media: IDL set to 7 should not throw
4733 PASS style.media: IDL set to 7 followed by getAttribute()
4734 PASS style.media: IDL set to 7 followed by IDL get
4735 PASS style.media: IDL set to 1.5 should not throw
4736 PASS style.media: IDL set to 1.5 followed by getAttribute()
4737 PASS style.media: IDL set to 1.5 followed by IDL get
4738 PASS style.media: IDL set to true should not throw
4739 PASS style.media: IDL set to true followed by getAttribute()
4740 PASS style.media: IDL set to true followed by IDL get
4741 PASS style.media: IDL set to false should not throw
4742 PASS style.media: IDL set to false followed by getAttribute()
4743 PASS style.media: IDL set to false followed by IDL get
4744 PASS style.media: IDL set to object "[object Object]" should not throw
4745 PASS style.media: IDL set to object "[object Object]" followed by getAttribute()
4746 PASS style.media: IDL set to object "[object Object]" followed by IDL get
4747 PASS style.media: IDL set to NaN should not throw
4748 PASS style.media: IDL set to NaN followed by getAttribute()
4749 PASS style.media: IDL set to NaN followed by IDL get
4750 PASS style.media: IDL set to Infinity should not throw
4751 PASS style.media: IDL set to Infinity followed by getAttribute()
4752 PASS style.media: IDL set to Infinity followed by IDL get
4753 PASS style.media: IDL set to -Infinity should not throw
4754 PASS style.media: IDL set to -Infinity followed by getAttribute()
4755 PASS style.media: IDL set to -Infinity followed by IDL get
4756 PASS style.media: IDL set to "\0" should not throw
4757 PASS style.media: IDL set to "\0" followed by getAttribute()
4758 PASS style.media: IDL set to "\0" followed by IDL get
4759 PASS style.media: IDL set to null should not throw
4760 PASS style.media: IDL set to null followed by getAttribute()
4761 PASS style.media: IDL set to null followed by IDL get
4762 PASS style.media: IDL set to object "test-toString" should not throw
4763 PASS style.media: IDL set to object "test-toString" followed by getAttribute()
4764 PASS style.media: IDL set to object "test-toString" followed by IDL get
4765 PASS style.media: IDL set to object "test-valueOf" should not throw
4766 PASS style.media: IDL set to object "test-valueOf" followed by getAttribute()
4767 PASS style.media: IDL set to object "test-valueOf" followed by IDL get
4768 PASS style.type: typeof IDL attribute
4769 PASS style.type: IDL get with DOM attribute unset
4770 PASS style.type: setAttribute() to "" followed by getAttribute()
4771 PASS style.type: setAttribute() to "" followed by IDL get
4772 PASS style.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r \x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
4773 PASS style.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r \x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
4774 PASS style.type: setAttribute() to undefined followed by getAttribute()
4775 PASS style.type: setAttribute() to undefined followed by IDL get
4776 PASS style.type: setAttribute() to 7 followed by getAttribute()
4777 PASS style.type: setAttribute() to 7 followed by IDL get
4778 PASS style.type: setAttribute() to 1.5 followed by getAttribute()
4779 PASS style.type: setAttribute() to 1.5 followed by IDL get
4780 PASS style.type: setAttribute() to true followed by getAttribute()
4781 PASS style.type: setAttribute() to true followed by IDL get
4782 PASS style.type: setAttribute() to false followed by getAttribute()
4783 PASS style.type: setAttribute() to false followed by IDL get
4784 PASS style.type: setAttribute() to object "[object Object]" followed by getAttri bute()
4785 PASS style.type: setAttribute() to object "[object Object]" followed by IDL get
4786 PASS style.type: setAttribute() to NaN followed by getAttribute()
4787 PASS style.type: setAttribute() to NaN followed by IDL get
4788 PASS style.type: setAttribute() to Infinity followed by getAttribute()
4789 PASS style.type: setAttribute() to Infinity followed by IDL get
4790 PASS style.type: setAttribute() to -Infinity followed by getAttribute()
4791 PASS style.type: setAttribute() to -Infinity followed by IDL get
4792 PASS style.type: setAttribute() to "\0" followed by getAttribute()
4793 PASS style.type: setAttribute() to "\0" followed by IDL get
4794 PASS style.type: setAttribute() to null followed by getAttribute()
4795 PASS style.type: setAttribute() to null followed by IDL get
4796 PASS style.type: setAttribute() to object "test-toString" followed by getAttribu te()
4797 PASS style.type: setAttribute() to object "test-toString" followed by IDL get
4798 PASS style.type: setAttribute() to object "test-valueOf" followed by getAttribut e()
4799 PASS style.type: setAttribute() to object "test-valueOf" followed by IDL get
4800 PASS style.type: IDL set to "" should not throw
4801 PASS style.type: IDL set to "" followed by getAttribute()
4802 PASS style.type: IDL set to "" followed by IDL get
4803 PASS style.type: 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
4804 PASS style.type: 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()
4805 PASS style.type: 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
4806 PASS style.type: IDL set to undefined should not throw
4807 PASS style.type: IDL set to undefined followed by getAttribute()
4808 PASS style.type: IDL set to undefined followed by IDL get
4809 PASS style.type: IDL set to 7 should not throw
4810 PASS style.type: IDL set to 7 followed by getAttribute()
4811 PASS style.type: IDL set to 7 followed by IDL get
4812 PASS style.type: IDL set to 1.5 should not throw
4813 PASS style.type: IDL set to 1.5 followed by getAttribute()
4814 PASS style.type: IDL set to 1.5 followed by IDL get
4815 PASS style.type: IDL set to true should not throw
4816 PASS style.type: IDL set to true followed by getAttribute()
4817 PASS style.type: IDL set to true followed by IDL get
4818 PASS style.type: IDL set to false should not throw
4819 PASS style.type: IDL set to false followed by getAttribute()
4820 PASS style.type: IDL set to false followed by IDL get
4821 PASS style.type: IDL set to object "[object Object]" should not throw
4822 PASS style.type: IDL set to object "[object Object]" followed by getAttribute()
4823 PASS style.type: IDL set to object "[object Object]" followed by IDL get
4824 PASS style.type: IDL set to NaN should not throw
4825 PASS style.type: IDL set to NaN followed by getAttribute()
4826 PASS style.type: IDL set to NaN followed by IDL get
4827 PASS style.type: IDL set to Infinity should not throw
4828 PASS style.type: IDL set to Infinity followed by getAttribute()
4829 PASS style.type: IDL set to Infinity followed by IDL get
4830 PASS style.type: IDL set to -Infinity should not throw
4831 PASS style.type: IDL set to -Infinity followed by getAttribute()
4832 PASS style.type: IDL set to -Infinity followed by IDL get
4833 PASS style.type: IDL set to "\0" should not throw
4834 PASS style.type: IDL set to "\0" followed by getAttribute()
4835 PASS style.type: IDL set to "\0" followed by IDL get
4836 PASS style.type: IDL set to null should not throw
4837 PASS style.type: IDL set to null followed by getAttribute()
4838 PASS style.type: IDL set to null followed by IDL get
4839 PASS style.type: IDL set to object "test-toString" should not throw
4840 PASS style.type: IDL set to object "test-toString" followed by getAttribute()
4841 PASS style.type: IDL set to object "test-toString" followed by IDL get
4842 PASS style.type: IDL set to object "test-valueOf" should not throw
4843 PASS style.type: IDL set to object "test-valueOf" followed by getAttribute()
4844 PASS style.type: IDL set to object "test-valueOf" followed by IDL get
4845 Harness: the test ran to completion.
4846
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698