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

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

Issue 2363823004: Fix parsing of minimum values (Closed)
Patch Set: Add a comment 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS html.title: typeof IDL attribute 2 PASS html.title: typeof IDL attribute
3 PASS html.title: IDL get with DOM attribute unset 3 PASS html.title: IDL get with DOM attribute unset
4 PASS html.title: setAttribute() to "" followed by getAttribute() 4 PASS html.title: setAttribute() to "" followed by getAttribute()
5 PASS html.title: setAttribute() to "" followed by IDL get 5 PASS html.title: setAttribute() to "" followed by IDL get
6 PASS html.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() 6 PASS html.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 html.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 7 PASS html.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 html.title: setAttribute() to undefined followed by getAttribute() 8 PASS html.title: setAttribute() to undefined followed by getAttribute()
9 PASS html.title: setAttribute() to undefined followed by IDL get 9 PASS html.title: setAttribute() to undefined followed by IDL get
10 PASS html.title: setAttribute() to 7 followed by getAttribute() 10 PASS html.title: setAttribute() to 7 followed by getAttribute()
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 PASS html.tabIndex: setAttribute() to -36 followed by IDL get 542 PASS html.tabIndex: setAttribute() to -36 followed by IDL get
543 PASS html.tabIndex: setAttribute() to -1 followed by getAttribute() 543 PASS html.tabIndex: setAttribute() to -1 followed by getAttribute()
544 PASS html.tabIndex: setAttribute() to -1 followed by IDL get 544 PASS html.tabIndex: setAttribute() to -1 followed by IDL get
545 PASS html.tabIndex: setAttribute() to 0 followed by getAttribute() 545 PASS html.tabIndex: setAttribute() to 0 followed by getAttribute()
546 PASS html.tabIndex: setAttribute() to 0 followed by IDL get 546 PASS html.tabIndex: setAttribute() to 0 followed by IDL get
547 PASS html.tabIndex: setAttribute() to 1 followed by getAttribute() 547 PASS html.tabIndex: setAttribute() to 1 followed by getAttribute()
548 PASS html.tabIndex: setAttribute() to 1 followed by IDL get 548 PASS html.tabIndex: setAttribute() to 1 followed by IDL get
549 PASS html.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 549 PASS html.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
550 FAIL html.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767 550 FAIL html.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
551 PASS html.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 551 PASS html.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
552 FAIL html.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got 32767 552 FAIL html.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
553 PASS html.tabIndex: setAttribute() to "-1" followed by getAttribute() 553 PASS html.tabIndex: setAttribute() to "-1" followed by getAttribute()
554 PASS html.tabIndex: setAttribute() to "-1" followed by IDL get 554 PASS html.tabIndex: setAttribute() to "-1" followed by IDL get
555 PASS html.tabIndex: setAttribute() to "-0" followed by getAttribute() 555 PASS html.tabIndex: setAttribute() to "-0" followed by getAttribute()
556 PASS html.tabIndex: setAttribute() to "-0" followed by IDL get 556 PASS html.tabIndex: setAttribute() to "-0" followed by IDL get
557 PASS html.tabIndex: setAttribute() to "0" followed by getAttribute() 557 PASS html.tabIndex: setAttribute() to "0" followed by getAttribute()
558 PASS html.tabIndex: setAttribute() to "0" followed by IDL get 558 PASS html.tabIndex: setAttribute() to "0" followed by IDL get
559 PASS html.tabIndex: setAttribute() to "1" followed by getAttribute() 559 PASS html.tabIndex: setAttribute() to "1" followed by getAttribute()
560 PASS html.tabIndex: setAttribute() to "1" followed by IDL get 560 PASS html.tabIndex: setAttribute() to "1" followed by IDL get
561 PASS html.tabIndex: setAttribute() to "\t7" followed by getAttribute() 561 PASS html.tabIndex: setAttribute() to "\t7" followed by getAttribute()
562 PASS html.tabIndex: setAttribute() to "\t7" followed by IDL get 562 PASS html.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
582 PASS html.tabIndex: IDL set to 0 followed by getAttribute() 582 PASS html.tabIndex: IDL set to 0 followed by getAttribute()
583 PASS html.tabIndex: IDL set to 0 followed by IDL get 583 PASS html.tabIndex: IDL set to 0 followed by IDL get
584 PASS html.tabIndex: IDL set to 1 should not throw 584 PASS html.tabIndex: IDL set to 1 should not throw
585 PASS html.tabIndex: IDL set to 1 followed by getAttribute() 585 PASS html.tabIndex: IDL set to 1 followed by getAttribute()
586 PASS html.tabIndex: IDL set to 1 followed by IDL get 586 PASS html.tabIndex: IDL set to 1 followed by IDL get
587 PASS html.tabIndex: IDL set to 2147483647 should not throw 587 PASS html.tabIndex: IDL set to 2147483647 should not throw
588 PASS html.tabIndex: IDL set to 2147483647 followed by getAttribute() 588 PASS html.tabIndex: IDL set to 2147483647 followed by getAttribute()
589 FAIL html.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767 589 FAIL html.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
590 PASS html.tabIndex: IDL set to -2147483648 should not throw 590 PASS html.tabIndex: IDL set to -2147483648 should not throw
591 PASS html.tabIndex: IDL set to -2147483648 followed by getAttribute() 591 PASS html.tabIndex: IDL set to -2147483648 followed by getAttribute()
592 FAIL html.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got 32767 592 FAIL html.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
593 PASS html.version: typeof IDL attribute 593 PASS html.version: typeof IDL attribute
594 PASS html.version: IDL get with DOM attribute unset 594 PASS html.version: IDL get with DOM attribute unset
595 PASS html.version: setAttribute() to "" followed by getAttribute() 595 PASS html.version: setAttribute() to "" followed by getAttribute()
596 PASS html.version: setAttribute() to "" followed by IDL get 596 PASS html.version: setAttribute() to "" followed by IDL get
597 PASS html.version: 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() 597 PASS html.version: 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()
598 PASS html.version: 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 598 PASS html.version: 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
599 PASS html.version: setAttribute() to undefined followed by getAttribute() 599 PASS html.version: setAttribute() to undefined followed by getAttribute()
600 PASS html.version: setAttribute() to undefined followed by IDL get 600 PASS html.version: setAttribute() to undefined followed by IDL get
601 PASS html.version: setAttribute() to 7 followed by getAttribute() 601 PASS html.version: setAttribute() to 7 followed by getAttribute()
602 PASS html.version: setAttribute() to 7 followed by IDL get 602 PASS html.version: setAttribute() to 7 followed by IDL get
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 PASS script.tabIndex: setAttribute() to -36 followed by IDL get 1210 PASS script.tabIndex: setAttribute() to -36 followed by IDL get
1211 PASS script.tabIndex: setAttribute() to -1 followed by getAttribute() 1211 PASS script.tabIndex: setAttribute() to -1 followed by getAttribute()
1212 PASS script.tabIndex: setAttribute() to -1 followed by IDL get 1212 PASS script.tabIndex: setAttribute() to -1 followed by IDL get
1213 PASS script.tabIndex: setAttribute() to 0 followed by getAttribute() 1213 PASS script.tabIndex: setAttribute() to 0 followed by getAttribute()
1214 PASS script.tabIndex: setAttribute() to 0 followed by IDL get 1214 PASS script.tabIndex: setAttribute() to 0 followed by IDL get
1215 PASS script.tabIndex: setAttribute() to 1 followed by getAttribute() 1215 PASS script.tabIndex: setAttribute() to 1 followed by getAttribute()
1216 PASS script.tabIndex: setAttribute() to 1 followed by IDL get 1216 PASS script.tabIndex: setAttribute() to 1 followed by IDL get
1217 PASS script.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 1217 PASS script.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
1218 FAIL script.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767 1218 FAIL script.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
1219 PASS script.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 1219 PASS script.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
1220 FAIL script.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got 32767 1220 FAIL script.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
1221 PASS script.tabIndex: setAttribute() to "-1" followed by getAttribute() 1221 PASS script.tabIndex: setAttribute() to "-1" followed by getAttribute()
1222 PASS script.tabIndex: setAttribute() to "-1" followed by IDL get 1222 PASS script.tabIndex: setAttribute() to "-1" followed by IDL get
1223 PASS script.tabIndex: setAttribute() to "-0" followed by getAttribute() 1223 PASS script.tabIndex: setAttribute() to "-0" followed by getAttribute()
1224 PASS script.tabIndex: setAttribute() to "-0" followed by IDL get 1224 PASS script.tabIndex: setAttribute() to "-0" followed by IDL get
1225 PASS script.tabIndex: setAttribute() to "0" followed by getAttribute() 1225 PASS script.tabIndex: setAttribute() to "0" followed by getAttribute()
1226 PASS script.tabIndex: setAttribute() to "0" followed by IDL get 1226 PASS script.tabIndex: setAttribute() to "0" followed by IDL get
1227 PASS script.tabIndex: setAttribute() to "1" followed by getAttribute() 1227 PASS script.tabIndex: setAttribute() to "1" followed by getAttribute()
1228 PASS script.tabIndex: setAttribute() to "1" followed by IDL get 1228 PASS script.tabIndex: setAttribute() to "1" followed by IDL get
1229 PASS script.tabIndex: setAttribute() to "\t7" followed by getAttribute() 1229 PASS script.tabIndex: setAttribute() to "\t7" followed by getAttribute()
1230 PASS script.tabIndex: setAttribute() to "\t7" followed by IDL get 1230 PASS script.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
1250 PASS script.tabIndex: IDL set to 0 followed by getAttribute() 1250 PASS script.tabIndex: IDL set to 0 followed by getAttribute()
1251 PASS script.tabIndex: IDL set to 0 followed by IDL get 1251 PASS script.tabIndex: IDL set to 0 followed by IDL get
1252 PASS script.tabIndex: IDL set to 1 should not throw 1252 PASS script.tabIndex: IDL set to 1 should not throw
1253 PASS script.tabIndex: IDL set to 1 followed by getAttribute() 1253 PASS script.tabIndex: IDL set to 1 followed by getAttribute()
1254 PASS script.tabIndex: IDL set to 1 followed by IDL get 1254 PASS script.tabIndex: IDL set to 1 followed by IDL get
1255 PASS script.tabIndex: IDL set to 2147483647 should not throw 1255 PASS script.tabIndex: IDL set to 2147483647 should not throw
1256 PASS script.tabIndex: IDL set to 2147483647 followed by getAttribute() 1256 PASS script.tabIndex: IDL set to 2147483647 followed by getAttribute()
1257 FAIL script.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767 1257 FAIL script.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
1258 PASS script.tabIndex: IDL set to -2147483648 should not throw 1258 PASS script.tabIndex: IDL set to -2147483648 should not throw
1259 PASS script.tabIndex: IDL set to -2147483648 followed by getAttribute() 1259 PASS script.tabIndex: IDL set to -2147483648 followed by getAttribute()
1260 FAIL script.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767 1260 FAIL script.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
1261 PASS script.src: typeof IDL attribute 1261 PASS script.src: typeof IDL attribute
1262 PASS script.src: IDL get with DOM attribute unset 1262 PASS script.src: IDL get with DOM attribute unset
1263 PASS script.src: setAttribute() to "" followed by getAttribute() 1263 PASS script.src: setAttribute() to "" followed by getAttribute()
1264 PASS script.src: setAttribute() to "" followed by IDL get 1264 PASS script.src: setAttribute() to "" followed by IDL get
1265 PASS script.src: setAttribute() to " foo " followed by getAttribute() 1265 PASS script.src: setAttribute() to " foo " followed by getAttribute()
1266 PASS script.src: setAttribute() to " foo " followed by IDL get 1266 PASS script.src: setAttribute() to " foo " followed by IDL get
1267 PASS script.src: setAttribute() to "http://site.example/" followed by getAttribu te() 1267 PASS script.src: setAttribute() to "http://site.example/" followed by getAttribu te()
1268 PASS script.src: setAttribute() to "http://site.example/" followed by IDL get 1268 PASS script.src: setAttribute() to "http://site.example/" followed by IDL get
1269 PASS script.src: setAttribute() to "//site.example/path???@#l" followed by getAt tribute() 1269 PASS script.src: setAttribute() to "//site.example/path???@#l" followed by getAt tribute()
1270 PASS script.src: setAttribute() to "//site.example/path???@#l" followed by IDL g et 1270 PASS script.src: setAttribute() to "//site.example/path???@#l" followed by IDL g et
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
2253 PASS noscript.tabIndex: setAttribute() to -36 followed by IDL get 2253 PASS noscript.tabIndex: setAttribute() to -36 followed by IDL get
2254 PASS noscript.tabIndex: setAttribute() to -1 followed by getAttribute() 2254 PASS noscript.tabIndex: setAttribute() to -1 followed by getAttribute()
2255 PASS noscript.tabIndex: setAttribute() to -1 followed by IDL get 2255 PASS noscript.tabIndex: setAttribute() to -1 followed by IDL get
2256 PASS noscript.tabIndex: setAttribute() to 0 followed by getAttribute() 2256 PASS noscript.tabIndex: setAttribute() to 0 followed by getAttribute()
2257 PASS noscript.tabIndex: setAttribute() to 0 followed by IDL get 2257 PASS noscript.tabIndex: setAttribute() to 0 followed by IDL get
2258 PASS noscript.tabIndex: setAttribute() to 1 followed by getAttribute() 2258 PASS noscript.tabIndex: setAttribute() to 1 followed by getAttribute()
2259 PASS noscript.tabIndex: setAttribute() to 1 followed by IDL get 2259 PASS noscript.tabIndex: setAttribute() to 1 followed by IDL get
2260 PASS noscript.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 2260 PASS noscript.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
2261 FAIL noscript.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767 2261 FAIL noscript.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767
2262 PASS noscript.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 2262 PASS noscript.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
2263 FAIL noscript.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got 32767 2263 FAIL noscript.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got -32768
2264 PASS noscript.tabIndex: setAttribute() to "-1" followed by getAttribute() 2264 PASS noscript.tabIndex: setAttribute() to "-1" followed by getAttribute()
2265 PASS noscript.tabIndex: setAttribute() to "-1" followed by IDL get 2265 PASS noscript.tabIndex: setAttribute() to "-1" followed by IDL get
2266 PASS noscript.tabIndex: setAttribute() to "-0" followed by getAttribute() 2266 PASS noscript.tabIndex: setAttribute() to "-0" followed by getAttribute()
2267 PASS noscript.tabIndex: setAttribute() to "-0" followed by IDL get 2267 PASS noscript.tabIndex: setAttribute() to "-0" followed by IDL get
2268 PASS noscript.tabIndex: setAttribute() to "0" followed by getAttribute() 2268 PASS noscript.tabIndex: setAttribute() to "0" followed by getAttribute()
2269 PASS noscript.tabIndex: setAttribute() to "0" followed by IDL get 2269 PASS noscript.tabIndex: setAttribute() to "0" followed by IDL get
2270 PASS noscript.tabIndex: setAttribute() to "1" followed by getAttribute() 2270 PASS noscript.tabIndex: setAttribute() to "1" followed by getAttribute()
2271 PASS noscript.tabIndex: setAttribute() to "1" followed by IDL get 2271 PASS noscript.tabIndex: setAttribute() to "1" followed by IDL get
2272 PASS noscript.tabIndex: setAttribute() to "\t7" followed by getAttribute() 2272 PASS noscript.tabIndex: setAttribute() to "\t7" followed by getAttribute()
2273 PASS noscript.tabIndex: setAttribute() to "\t7" followed by IDL get 2273 PASS noscript.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
2293 PASS noscript.tabIndex: IDL set to 0 followed by getAttribute() 2293 PASS noscript.tabIndex: IDL set to 0 followed by getAttribute()
2294 PASS noscript.tabIndex: IDL set to 0 followed by IDL get 2294 PASS noscript.tabIndex: IDL set to 0 followed by IDL get
2295 PASS noscript.tabIndex: IDL set to 1 should not throw 2295 PASS noscript.tabIndex: IDL set to 1 should not throw
2296 PASS noscript.tabIndex: IDL set to 1 followed by getAttribute() 2296 PASS noscript.tabIndex: IDL set to 1 followed by getAttribute()
2297 PASS noscript.tabIndex: IDL set to 1 followed by IDL get 2297 PASS noscript.tabIndex: IDL set to 1 followed by IDL get
2298 PASS noscript.tabIndex: IDL set to 2147483647 should not throw 2298 PASS noscript.tabIndex: IDL set to 2147483647 should not throw
2299 PASS noscript.tabIndex: IDL set to 2147483647 followed by getAttribute() 2299 PASS noscript.tabIndex: IDL set to 2147483647 followed by getAttribute()
2300 FAIL noscript.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767 2300 FAIL noscript.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
2301 PASS noscript.tabIndex: IDL set to -2147483648 should not throw 2301 PASS noscript.tabIndex: IDL set to -2147483648 should not throw
2302 PASS noscript.tabIndex: IDL set to -2147483648 followed by getAttribute() 2302 PASS noscript.tabIndex: IDL set to -2147483648 followed by getAttribute()
2303 FAIL noscript.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got 32767 2303 FAIL noscript.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
2304 PASS ins.title: typeof IDL attribute 2304 PASS ins.title: typeof IDL attribute
2305 PASS ins.title: IDL get with DOM attribute unset 2305 PASS ins.title: IDL get with DOM attribute unset
2306 PASS ins.title: setAttribute() to "" followed by getAttribute() 2306 PASS ins.title: setAttribute() to "" followed by getAttribute()
2307 PASS ins.title: setAttribute() to "" followed by IDL get 2307 PASS ins.title: setAttribute() to "" followed by IDL get
2308 PASS ins.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() 2308 PASS ins.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()
2309 PASS ins.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 2309 PASS ins.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
2310 PASS ins.title: setAttribute() to undefined followed by getAttribute() 2310 PASS ins.title: setAttribute() to undefined followed by getAttribute()
2311 PASS ins.title: setAttribute() to undefined followed by IDL get 2311 PASS ins.title: setAttribute() to undefined followed by IDL get
2312 PASS ins.title: setAttribute() to 7 followed by getAttribute() 2312 PASS ins.title: setAttribute() to 7 followed by getAttribute()
2313 PASS ins.title: setAttribute() to 7 followed by IDL get 2313 PASS ins.title: setAttribute() to 7 followed by IDL get
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
2844 PASS ins.tabIndex: setAttribute() to -36 followed by IDL get 2844 PASS ins.tabIndex: setAttribute() to -36 followed by IDL get
2845 PASS ins.tabIndex: setAttribute() to -1 followed by getAttribute() 2845 PASS ins.tabIndex: setAttribute() to -1 followed by getAttribute()
2846 PASS ins.tabIndex: setAttribute() to -1 followed by IDL get 2846 PASS ins.tabIndex: setAttribute() to -1 followed by IDL get
2847 PASS ins.tabIndex: setAttribute() to 0 followed by getAttribute() 2847 PASS ins.tabIndex: setAttribute() to 0 followed by getAttribute()
2848 PASS ins.tabIndex: setAttribute() to 0 followed by IDL get 2848 PASS ins.tabIndex: setAttribute() to 0 followed by IDL get
2849 PASS ins.tabIndex: setAttribute() to 1 followed by getAttribute() 2849 PASS ins.tabIndex: setAttribute() to 1 followed by getAttribute()
2850 PASS ins.tabIndex: setAttribute() to 1 followed by IDL get 2850 PASS ins.tabIndex: setAttribute() to 1 followed by IDL get
2851 PASS ins.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 2851 PASS ins.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
2852 FAIL ins.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767 2852 FAIL ins.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
2853 PASS ins.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 2853 PASS ins.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
2854 FAIL ins.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got 32767 2854 FAIL ins.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
2855 PASS ins.tabIndex: setAttribute() to "-1" followed by getAttribute() 2855 PASS ins.tabIndex: setAttribute() to "-1" followed by getAttribute()
2856 PASS ins.tabIndex: setAttribute() to "-1" followed by IDL get 2856 PASS ins.tabIndex: setAttribute() to "-1" followed by IDL get
2857 PASS ins.tabIndex: setAttribute() to "-0" followed by getAttribute() 2857 PASS ins.tabIndex: setAttribute() to "-0" followed by getAttribute()
2858 PASS ins.tabIndex: setAttribute() to "-0" followed by IDL get 2858 PASS ins.tabIndex: setAttribute() to "-0" followed by IDL get
2859 PASS ins.tabIndex: setAttribute() to "0" followed by getAttribute() 2859 PASS ins.tabIndex: setAttribute() to "0" followed by getAttribute()
2860 PASS ins.tabIndex: setAttribute() to "0" followed by IDL get 2860 PASS ins.tabIndex: setAttribute() to "0" followed by IDL get
2861 PASS ins.tabIndex: setAttribute() to "1" followed by getAttribute() 2861 PASS ins.tabIndex: setAttribute() to "1" followed by getAttribute()
2862 PASS ins.tabIndex: setAttribute() to "1" followed by IDL get 2862 PASS ins.tabIndex: setAttribute() to "1" followed by IDL get
2863 PASS ins.tabIndex: setAttribute() to "\t7" followed by getAttribute() 2863 PASS ins.tabIndex: setAttribute() to "\t7" followed by getAttribute()
2864 PASS ins.tabIndex: setAttribute() to "\t7" followed by IDL get 2864 PASS ins.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
2884 PASS ins.tabIndex: IDL set to 0 followed by getAttribute() 2884 PASS ins.tabIndex: IDL set to 0 followed by getAttribute()
2885 PASS ins.tabIndex: IDL set to 0 followed by IDL get 2885 PASS ins.tabIndex: IDL set to 0 followed by IDL get
2886 PASS ins.tabIndex: IDL set to 1 should not throw 2886 PASS ins.tabIndex: IDL set to 1 should not throw
2887 PASS ins.tabIndex: IDL set to 1 followed by getAttribute() 2887 PASS ins.tabIndex: IDL set to 1 followed by getAttribute()
2888 PASS ins.tabIndex: IDL set to 1 followed by IDL get 2888 PASS ins.tabIndex: IDL set to 1 followed by IDL get
2889 PASS ins.tabIndex: IDL set to 2147483647 should not throw 2889 PASS ins.tabIndex: IDL set to 2147483647 should not throw
2890 PASS ins.tabIndex: IDL set to 2147483647 followed by getAttribute() 2890 PASS ins.tabIndex: IDL set to 2147483647 followed by getAttribute()
2891 FAIL ins.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767 2891 FAIL ins.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
2892 PASS ins.tabIndex: IDL set to -2147483648 should not throw 2892 PASS ins.tabIndex: IDL set to -2147483648 should not throw
2893 PASS ins.tabIndex: IDL set to -2147483648 followed by getAttribute() 2893 PASS ins.tabIndex: IDL set to -2147483648 followed by getAttribute()
2894 FAIL ins.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got 32767 2894 FAIL ins.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
2895 PASS ins.cite: typeof IDL attribute 2895 PASS ins.cite: typeof IDL attribute
2896 PASS ins.cite: IDL get with DOM attribute unset 2896 PASS ins.cite: IDL get with DOM attribute unset
2897 PASS ins.cite: setAttribute() to "" followed by getAttribute() 2897 PASS ins.cite: setAttribute() to "" followed by getAttribute()
2898 PASS ins.cite: setAttribute() to "" followed by IDL get 2898 PASS ins.cite: setAttribute() to "" followed by IDL get
2899 PASS ins.cite: setAttribute() to " foo " followed by getAttribute() 2899 PASS ins.cite: setAttribute() to " foo " followed by getAttribute()
2900 PASS ins.cite: setAttribute() to " foo " followed by IDL get 2900 PASS ins.cite: setAttribute() to " foo " followed by IDL get
2901 PASS ins.cite: setAttribute() to "http://site.example/" followed by getAttribute () 2901 PASS ins.cite: setAttribute() to "http://site.example/" followed by getAttribute ()
2902 PASS ins.cite: setAttribute() to "http://site.example/" followed by IDL get 2902 PASS ins.cite: setAttribute() to "http://site.example/" followed by IDL get
2903 PASS ins.cite: setAttribute() to "//site.example/path???@#l" followed by getAttr ibute() 2903 PASS ins.cite: setAttribute() to "//site.example/path???@#l" followed by getAttr ibute()
2904 PASS ins.cite: setAttribute() to "//site.example/path???@#l" followed by IDL get 2904 PASS ins.cite: setAttribute() to "//site.example/path???@#l" followed by IDL get
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 PASS del.tabIndex: setAttribute() to -36 followed by IDL get 3604 PASS del.tabIndex: setAttribute() to -36 followed by IDL get
3605 PASS del.tabIndex: setAttribute() to -1 followed by getAttribute() 3605 PASS del.tabIndex: setAttribute() to -1 followed by getAttribute()
3606 PASS del.tabIndex: setAttribute() to -1 followed by IDL get 3606 PASS del.tabIndex: setAttribute() to -1 followed by IDL get
3607 PASS del.tabIndex: setAttribute() to 0 followed by getAttribute() 3607 PASS del.tabIndex: setAttribute() to 0 followed by getAttribute()
3608 PASS del.tabIndex: setAttribute() to 0 followed by IDL get 3608 PASS del.tabIndex: setAttribute() to 0 followed by IDL get
3609 PASS del.tabIndex: setAttribute() to 1 followed by getAttribute() 3609 PASS del.tabIndex: setAttribute() to 1 followed by getAttribute()
3610 PASS del.tabIndex: setAttribute() to 1 followed by IDL get 3610 PASS del.tabIndex: setAttribute() to 1 followed by IDL get
3611 PASS del.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 3611 PASS del.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
3612 FAIL del.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767 3612 FAIL del.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equal s: expected 2147483647 but got 32767
3613 PASS del.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 3613 PASS del.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
3614 FAIL del.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got 32767 3614 FAIL del.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equa ls: expected -2147483648 but got -32768
3615 PASS del.tabIndex: setAttribute() to "-1" followed by getAttribute() 3615 PASS del.tabIndex: setAttribute() to "-1" followed by getAttribute()
3616 PASS del.tabIndex: setAttribute() to "-1" followed by IDL get 3616 PASS del.tabIndex: setAttribute() to "-1" followed by IDL get
3617 PASS del.tabIndex: setAttribute() to "-0" followed by getAttribute() 3617 PASS del.tabIndex: setAttribute() to "-0" followed by getAttribute()
3618 PASS del.tabIndex: setAttribute() to "-0" followed by IDL get 3618 PASS del.tabIndex: setAttribute() to "-0" followed by IDL get
3619 PASS del.tabIndex: setAttribute() to "0" followed by getAttribute() 3619 PASS del.tabIndex: setAttribute() to "0" followed by getAttribute()
3620 PASS del.tabIndex: setAttribute() to "0" followed by IDL get 3620 PASS del.tabIndex: setAttribute() to "0" followed by IDL get
3621 PASS del.tabIndex: setAttribute() to "1" followed by getAttribute() 3621 PASS del.tabIndex: setAttribute() to "1" followed by getAttribute()
3622 PASS del.tabIndex: setAttribute() to "1" followed by IDL get 3622 PASS del.tabIndex: setAttribute() to "1" followed by IDL get
3623 PASS del.tabIndex: setAttribute() to "\t7" followed by getAttribute() 3623 PASS del.tabIndex: setAttribute() to "\t7" followed by getAttribute()
3624 PASS del.tabIndex: setAttribute() to "\t7" followed by IDL get 3624 PASS del.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
3644 PASS del.tabIndex: IDL set to 0 followed by getAttribute() 3644 PASS del.tabIndex: IDL set to 0 followed by getAttribute()
3645 PASS del.tabIndex: IDL set to 0 followed by IDL get 3645 PASS del.tabIndex: IDL set to 0 followed by IDL get
3646 PASS del.tabIndex: IDL set to 1 should not throw 3646 PASS del.tabIndex: IDL set to 1 should not throw
3647 PASS del.tabIndex: IDL set to 1 followed by getAttribute() 3647 PASS del.tabIndex: IDL set to 1 followed by getAttribute()
3648 PASS del.tabIndex: IDL set to 1 followed by IDL get 3648 PASS del.tabIndex: IDL set to 1 followed by IDL get
3649 PASS del.tabIndex: IDL set to 2147483647 should not throw 3649 PASS del.tabIndex: IDL set to 2147483647 should not throw
3650 PASS del.tabIndex: IDL set to 2147483647 followed by getAttribute() 3650 PASS del.tabIndex: IDL set to 2147483647 followed by getAttribute()
3651 FAIL del.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767 3651 FAIL del.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expe cted 2147483647 but got 32767
3652 PASS del.tabIndex: IDL set to -2147483648 should not throw 3652 PASS del.tabIndex: IDL set to -2147483648 should not throw
3653 PASS del.tabIndex: IDL set to -2147483648 followed by getAttribute() 3653 PASS del.tabIndex: IDL set to -2147483648 followed by getAttribute()
3654 FAIL del.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got 32767 3654 FAIL del.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: exp ected -2147483648 but got -32768
3655 PASS del.cite: typeof IDL attribute 3655 PASS del.cite: typeof IDL attribute
3656 PASS del.cite: IDL get with DOM attribute unset 3656 PASS del.cite: IDL get with DOM attribute unset
3657 PASS del.cite: setAttribute() to "" followed by getAttribute() 3657 PASS del.cite: setAttribute() to "" followed by getAttribute()
3658 PASS del.cite: setAttribute() to "" followed by IDL get 3658 PASS del.cite: setAttribute() to "" followed by IDL get
3659 PASS del.cite: setAttribute() to " foo " followed by getAttribute() 3659 PASS del.cite: setAttribute() to " foo " followed by getAttribute()
3660 PASS del.cite: setAttribute() to " foo " followed by IDL get 3660 PASS del.cite: setAttribute() to " foo " followed by IDL get
3661 PASS del.cite: setAttribute() to "http://site.example/" followed by getAttribute () 3661 PASS del.cite: setAttribute() to "http://site.example/" followed by getAttribute ()
3662 PASS del.cite: setAttribute() to "http://site.example/" followed by IDL get 3662 PASS del.cite: setAttribute() to "http://site.example/" followed by IDL get
3663 PASS del.cite: setAttribute() to "//site.example/path???@#l" followed by getAttr ibute() 3663 PASS del.cite: setAttribute() to "//site.example/path???@#l" followed by getAttr ibute()
3664 PASS del.cite: setAttribute() to "//site.example/path???@#l" followed by IDL get 3664 PASS del.cite: setAttribute() to "//site.example/path???@#l" followed by IDL get
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
4364 PASS details.tabIndex: setAttribute() to -36 followed by IDL get 4364 PASS details.tabIndex: setAttribute() to -36 followed by IDL get
4365 PASS details.tabIndex: setAttribute() to -1 followed by getAttribute() 4365 PASS details.tabIndex: setAttribute() to -1 followed by getAttribute()
4366 PASS details.tabIndex: setAttribute() to -1 followed by IDL get 4366 PASS details.tabIndex: setAttribute() to -1 followed by IDL get
4367 PASS details.tabIndex: setAttribute() to 0 followed by getAttribute() 4367 PASS details.tabIndex: setAttribute() to 0 followed by getAttribute()
4368 PASS details.tabIndex: setAttribute() to 0 followed by IDL get 4368 PASS details.tabIndex: setAttribute() to 0 followed by IDL get
4369 PASS details.tabIndex: setAttribute() to 1 followed by getAttribute() 4369 PASS details.tabIndex: setAttribute() to 1 followed by getAttribute()
4370 PASS details.tabIndex: setAttribute() to 1 followed by IDL get 4370 PASS details.tabIndex: setAttribute() to 1 followed by IDL get
4371 PASS details.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 4371 PASS details.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
4372 FAIL details.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767 4372 FAIL details.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767
4373 PASS details.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 4373 PASS details.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
4374 FAIL details.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got 32767 4374 FAIL details.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got -32768
4375 PASS details.tabIndex: setAttribute() to "-1" followed by getAttribute() 4375 PASS details.tabIndex: setAttribute() to "-1" followed by getAttribute()
4376 PASS details.tabIndex: setAttribute() to "-1" followed by IDL get 4376 PASS details.tabIndex: setAttribute() to "-1" followed by IDL get
4377 PASS details.tabIndex: setAttribute() to "-0" followed by getAttribute() 4377 PASS details.tabIndex: setAttribute() to "-0" followed by getAttribute()
4378 PASS details.tabIndex: setAttribute() to "-0" followed by IDL get 4378 PASS details.tabIndex: setAttribute() to "-0" followed by IDL get
4379 PASS details.tabIndex: setAttribute() to "0" followed by getAttribute() 4379 PASS details.tabIndex: setAttribute() to "0" followed by getAttribute()
4380 PASS details.tabIndex: setAttribute() to "0" followed by IDL get 4380 PASS details.tabIndex: setAttribute() to "0" followed by IDL get
4381 PASS details.tabIndex: setAttribute() to "1" followed by getAttribute() 4381 PASS details.tabIndex: setAttribute() to "1" followed by getAttribute()
4382 PASS details.tabIndex: setAttribute() to "1" followed by IDL get 4382 PASS details.tabIndex: setAttribute() to "1" followed by IDL get
4383 PASS details.tabIndex: setAttribute() to "\t7" followed by getAttribute() 4383 PASS details.tabIndex: setAttribute() to "\t7" followed by getAttribute()
4384 PASS details.tabIndex: setAttribute() to "\t7" followed by IDL get 4384 PASS details.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
4404 PASS details.tabIndex: IDL set to 0 followed by getAttribute() 4404 PASS details.tabIndex: IDL set to 0 followed by getAttribute()
4405 PASS details.tabIndex: IDL set to 0 followed by IDL get 4405 PASS details.tabIndex: IDL set to 0 followed by IDL get
4406 PASS details.tabIndex: IDL set to 1 should not throw 4406 PASS details.tabIndex: IDL set to 1 should not throw
4407 PASS details.tabIndex: IDL set to 1 followed by getAttribute() 4407 PASS details.tabIndex: IDL set to 1 followed by getAttribute()
4408 PASS details.tabIndex: IDL set to 1 followed by IDL get 4408 PASS details.tabIndex: IDL set to 1 followed by IDL get
4409 PASS details.tabIndex: IDL set to 2147483647 should not throw 4409 PASS details.tabIndex: IDL set to 2147483647 should not throw
4410 PASS details.tabIndex: IDL set to 2147483647 followed by getAttribute() 4410 PASS details.tabIndex: IDL set to 2147483647 followed by getAttribute()
4411 FAIL details.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767 4411 FAIL details.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
4412 PASS details.tabIndex: IDL set to -2147483648 should not throw 4412 PASS details.tabIndex: IDL set to -2147483648 should not throw
4413 PASS details.tabIndex: IDL set to -2147483648 followed by getAttribute() 4413 PASS details.tabIndex: IDL set to -2147483648 followed by getAttribute()
4414 FAIL details.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767 4414 FAIL details.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
4415 PASS details.open: typeof IDL attribute 4415 PASS details.open: typeof IDL attribute
4416 PASS details.open: IDL get with DOM attribute unset 4416 PASS details.open: IDL get with DOM attribute unset
4417 PASS details.open: setAttribute() to "" followed by getAttribute() 4417 PASS details.open: setAttribute() to "" followed by getAttribute()
4418 PASS details.open: setAttribute() to "" followed by IDL get 4418 PASS details.open: setAttribute() to "" followed by IDL get
4419 PASS details.open: setAttribute() to " foo " followed by getAttribute() 4419 PASS details.open: setAttribute() to " foo " followed by getAttribute()
4420 PASS details.open: setAttribute() to " foo " followed by IDL get 4420 PASS details.open: setAttribute() to " foo " followed by IDL get
4421 PASS details.open: setAttribute() to undefined followed by getAttribute() 4421 PASS details.open: setAttribute() to undefined followed by getAttribute()
4422 PASS details.open: setAttribute() to undefined followed by IDL get 4422 PASS details.open: setAttribute() to undefined followed by IDL get
4423 PASS details.open: setAttribute() to null followed by getAttribute() 4423 PASS details.open: setAttribute() to null followed by getAttribute()
4424 PASS details.open: setAttribute() to null followed by IDL get 4424 PASS details.open: setAttribute() to null followed by IDL get
(...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
5625 PASS menu.tabIndex: setAttribute() to -36 followed by IDL get 5625 PASS menu.tabIndex: setAttribute() to -36 followed by IDL get
5626 PASS menu.tabIndex: setAttribute() to -1 followed by getAttribute() 5626 PASS menu.tabIndex: setAttribute() to -1 followed by getAttribute()
5627 PASS menu.tabIndex: setAttribute() to -1 followed by IDL get 5627 PASS menu.tabIndex: setAttribute() to -1 followed by IDL get
5628 PASS menu.tabIndex: setAttribute() to 0 followed by getAttribute() 5628 PASS menu.tabIndex: setAttribute() to 0 followed by getAttribute()
5629 PASS menu.tabIndex: setAttribute() to 0 followed by IDL get 5629 PASS menu.tabIndex: setAttribute() to 0 followed by IDL get
5630 PASS menu.tabIndex: setAttribute() to 1 followed by getAttribute() 5630 PASS menu.tabIndex: setAttribute() to 1 followed by getAttribute()
5631 PASS menu.tabIndex: setAttribute() to 1 followed by IDL get 5631 PASS menu.tabIndex: setAttribute() to 1 followed by IDL get
5632 PASS menu.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 5632 PASS menu.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
5633 FAIL menu.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767 5633 FAIL menu.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equa ls: expected 2147483647 but got 32767
5634 PASS menu.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 5634 PASS menu.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
5635 FAIL menu.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got 32767 5635 FAIL menu.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equ als: expected -2147483648 but got -32768
5636 PASS menu.tabIndex: setAttribute() to "-1" followed by getAttribute() 5636 PASS menu.tabIndex: setAttribute() to "-1" followed by getAttribute()
5637 PASS menu.tabIndex: setAttribute() to "-1" followed by IDL get 5637 PASS menu.tabIndex: setAttribute() to "-1" followed by IDL get
5638 PASS menu.tabIndex: setAttribute() to "-0" followed by getAttribute() 5638 PASS menu.tabIndex: setAttribute() to "-0" followed by getAttribute()
5639 PASS menu.tabIndex: setAttribute() to "-0" followed by IDL get 5639 PASS menu.tabIndex: setAttribute() to "-0" followed by IDL get
5640 PASS menu.tabIndex: setAttribute() to "0" followed by getAttribute() 5640 PASS menu.tabIndex: setAttribute() to "0" followed by getAttribute()
5641 PASS menu.tabIndex: setAttribute() to "0" followed by IDL get 5641 PASS menu.tabIndex: setAttribute() to "0" followed by IDL get
5642 PASS menu.tabIndex: setAttribute() to "1" followed by getAttribute() 5642 PASS menu.tabIndex: setAttribute() to "1" followed by getAttribute()
5643 PASS menu.tabIndex: setAttribute() to "1" followed by IDL get 5643 PASS menu.tabIndex: setAttribute() to "1" followed by IDL get
5644 PASS menu.tabIndex: setAttribute() to "\t7" followed by getAttribute() 5644 PASS menu.tabIndex: setAttribute() to "\t7" followed by getAttribute()
5645 PASS menu.tabIndex: setAttribute() to "\t7" followed by IDL get 5645 PASS menu.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
5665 PASS menu.tabIndex: IDL set to 0 followed by getAttribute() 5665 PASS menu.tabIndex: IDL set to 0 followed by getAttribute()
5666 PASS menu.tabIndex: IDL set to 0 followed by IDL get 5666 PASS menu.tabIndex: IDL set to 0 followed by IDL get
5667 PASS menu.tabIndex: IDL set to 1 should not throw 5667 PASS menu.tabIndex: IDL set to 1 should not throw
5668 PASS menu.tabIndex: IDL set to 1 followed by getAttribute() 5668 PASS menu.tabIndex: IDL set to 1 followed by getAttribute()
5669 PASS menu.tabIndex: IDL set to 1 followed by IDL get 5669 PASS menu.tabIndex: IDL set to 1 followed by IDL get
5670 PASS menu.tabIndex: IDL set to 2147483647 should not throw 5670 PASS menu.tabIndex: IDL set to 2147483647 should not throw
5671 PASS menu.tabIndex: IDL set to 2147483647 followed by getAttribute() 5671 PASS menu.tabIndex: IDL set to 2147483647 followed by getAttribute()
5672 FAIL menu.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767 5672 FAIL menu.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: exp ected 2147483647 but got 32767
5673 PASS menu.tabIndex: IDL set to -2147483648 should not throw 5673 PASS menu.tabIndex: IDL set to -2147483648 should not throw
5674 PASS menu.tabIndex: IDL set to -2147483648 followed by getAttribute() 5674 PASS menu.tabIndex: IDL set to -2147483648 followed by getAttribute()
5675 FAIL menu.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got 32767 5675 FAIL menu.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: ex pected -2147483648 but got -32768
5676 PASS menu.type: typeof IDL attribute 5676 PASS menu.type: typeof IDL attribute
5677 FAIL menu.type: IDL get with DOM attribute unset assert_equals: expected "toolba r" but got "" 5677 FAIL menu.type: IDL get with DOM attribute unset assert_equals: expected "toolba r" but got ""
5678 PASS menu.type: setAttribute() to "" followed by getAttribute() 5678 PASS menu.type: setAttribute() to "" followed by getAttribute()
5679 FAIL menu.type: setAttribute() to "" followed by IDL get assert_equals: expected "toolbar" but got "" 5679 FAIL menu.type: setAttribute() to "" followed by IDL get assert_equals: expected "toolbar" but got ""
5680 PASS menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() 5680 PASS menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
5681 FAIL menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get assert_equals: expected "toolbar" but got " \0\x01\x02\x03\ x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x 1a\x1b\x1c\x1d\x1e\x1f foo " 5681 FAIL menu.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\ x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get assert_equals: expected "toolbar" but got " \0\x01\x02\x03\ x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x 1a\x1b\x1c\x1d\x1e\x1f foo "
5682 PASS menu.type: setAttribute() to undefined followed by getAttribute() 5682 PASS menu.type: setAttribute() to undefined followed by getAttribute()
5683 FAIL menu.type: setAttribute() to undefined followed by IDL get assert_equals: e xpected "toolbar" but got "undefined" 5683 FAIL menu.type: setAttribute() to undefined followed by IDL get assert_equals: e xpected "toolbar" but got "undefined"
5684 PASS menu.type: setAttribute() to 7 followed by getAttribute() 5684 PASS menu.type: setAttribute() to 7 followed by getAttribute()
5685 FAIL menu.type: setAttribute() to 7 followed by IDL get assert_equals: expected "toolbar" but got "7" 5685 FAIL menu.type: setAttribute() to 7 followed by IDL get assert_equals: expected "toolbar" but got "7"
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
6498 PASS menuitem.tabIndex: setAttribute() to -36 followed by IDL get 6498 PASS menuitem.tabIndex: setAttribute() to -36 followed by IDL get
6499 PASS menuitem.tabIndex: setAttribute() to -1 followed by getAttribute() 6499 PASS menuitem.tabIndex: setAttribute() to -1 followed by getAttribute()
6500 PASS menuitem.tabIndex: setAttribute() to -1 followed by IDL get 6500 PASS menuitem.tabIndex: setAttribute() to -1 followed by IDL get
6501 PASS menuitem.tabIndex: setAttribute() to 0 followed by getAttribute() 6501 PASS menuitem.tabIndex: setAttribute() to 0 followed by getAttribute()
6502 PASS menuitem.tabIndex: setAttribute() to 0 followed by IDL get 6502 PASS menuitem.tabIndex: setAttribute() to 0 followed by IDL get
6503 PASS menuitem.tabIndex: setAttribute() to 1 followed by getAttribute() 6503 PASS menuitem.tabIndex: setAttribute() to 1 followed by getAttribute()
6504 PASS menuitem.tabIndex: setAttribute() to 1 followed by IDL get 6504 PASS menuitem.tabIndex: setAttribute() to 1 followed by IDL get
6505 PASS menuitem.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 6505 PASS menuitem.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
6506 FAIL menuitem.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767 6506 FAIL menuitem.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767
6507 PASS menuitem.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 6507 PASS menuitem.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
6508 FAIL menuitem.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got 32767 6508 FAIL menuitem.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got -32768
6509 PASS menuitem.tabIndex: setAttribute() to "-1" followed by getAttribute() 6509 PASS menuitem.tabIndex: setAttribute() to "-1" followed by getAttribute()
6510 PASS menuitem.tabIndex: setAttribute() to "-1" followed by IDL get 6510 PASS menuitem.tabIndex: setAttribute() to "-1" followed by IDL get
6511 PASS menuitem.tabIndex: setAttribute() to "-0" followed by getAttribute() 6511 PASS menuitem.tabIndex: setAttribute() to "-0" followed by getAttribute()
6512 PASS menuitem.tabIndex: setAttribute() to "-0" followed by IDL get 6512 PASS menuitem.tabIndex: setAttribute() to "-0" followed by IDL get
6513 PASS menuitem.tabIndex: setAttribute() to "0" followed by getAttribute() 6513 PASS menuitem.tabIndex: setAttribute() to "0" followed by getAttribute()
6514 PASS menuitem.tabIndex: setAttribute() to "0" followed by IDL get 6514 PASS menuitem.tabIndex: setAttribute() to "0" followed by IDL get
6515 PASS menuitem.tabIndex: setAttribute() to "1" followed by getAttribute() 6515 PASS menuitem.tabIndex: setAttribute() to "1" followed by getAttribute()
6516 PASS menuitem.tabIndex: setAttribute() to "1" followed by IDL get 6516 PASS menuitem.tabIndex: setAttribute() to "1" followed by IDL get
6517 PASS menuitem.tabIndex: setAttribute() to "\t7" followed by getAttribute() 6517 PASS menuitem.tabIndex: setAttribute() to "\t7" followed by getAttribute()
6518 PASS menuitem.tabIndex: setAttribute() to "\t7" followed by IDL get 6518 PASS menuitem.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
6538 PASS menuitem.tabIndex: IDL set to 0 followed by getAttribute() 6538 PASS menuitem.tabIndex: IDL set to 0 followed by getAttribute()
6539 PASS menuitem.tabIndex: IDL set to 0 followed by IDL get 6539 PASS menuitem.tabIndex: IDL set to 0 followed by IDL get
6540 PASS menuitem.tabIndex: IDL set to 1 should not throw 6540 PASS menuitem.tabIndex: IDL set to 1 should not throw
6541 PASS menuitem.tabIndex: IDL set to 1 followed by getAttribute() 6541 PASS menuitem.tabIndex: IDL set to 1 followed by getAttribute()
6542 PASS menuitem.tabIndex: IDL set to 1 followed by IDL get 6542 PASS menuitem.tabIndex: IDL set to 1 followed by IDL get
6543 PASS menuitem.tabIndex: IDL set to 2147483647 should not throw 6543 PASS menuitem.tabIndex: IDL set to 2147483647 should not throw
6544 PASS menuitem.tabIndex: IDL set to 2147483647 followed by getAttribute() 6544 PASS menuitem.tabIndex: IDL set to 2147483647 followed by getAttribute()
6545 FAIL menuitem.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767 6545 FAIL menuitem.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
6546 PASS menuitem.tabIndex: IDL set to -2147483648 should not throw 6546 PASS menuitem.tabIndex: IDL set to -2147483648 should not throw
6547 PASS menuitem.tabIndex: IDL set to -2147483648 followed by getAttribute() 6547 PASS menuitem.tabIndex: IDL set to -2147483648 followed by getAttribute()
6548 FAIL menuitem.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got 32767 6548 FAIL menuitem.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
6549 PASS menuitem.type: typeof IDL attribute 6549 PASS menuitem.type: typeof IDL attribute
6550 FAIL menuitem.type: IDL get with DOM attribute unset assert_equals: expected "co mmand" but got "" 6550 FAIL menuitem.type: IDL get with DOM attribute unset assert_equals: expected "co mmand" but got ""
6551 PASS menuitem.type: setAttribute() to "" followed by getAttribute() 6551 PASS menuitem.type: setAttribute() to "" followed by getAttribute()
6552 FAIL menuitem.type: setAttribute() to "" followed by IDL get assert_equals: expe cted "command" but got "" 6552 FAIL menuitem.type: setAttribute() to "" followed by IDL get assert_equals: expe cted "command" but got ""
6553 PASS menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by getAttribute() 6553 PASS menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by getAttribute()
6554 FAIL menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by IDL get assert_equals: expected "command" but got " \0\x01\x02\ x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x 19\x1a\x1b\x1c\x1d\x1e\x1f foo " 6554 FAIL menuitem.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\ f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f f oo " followed by IDL get assert_equals: expected "command" but got " \0\x01\x02\ x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x 19\x1a\x1b\x1c\x1d\x1e\x1f foo "
6555 PASS menuitem.type: setAttribute() to undefined followed by getAttribute() 6555 PASS menuitem.type: setAttribute() to undefined followed by getAttribute()
6556 FAIL menuitem.type: setAttribute() to undefined followed by IDL get assert_equal s: expected "command" but got "undefined" 6556 FAIL menuitem.type: setAttribute() to undefined followed by IDL get assert_equal s: expected "command" but got "undefined"
6557 PASS menuitem.type: setAttribute() to 7 followed by getAttribute() 6557 PASS menuitem.type: setAttribute() to 7 followed by getAttribute()
6558 FAIL menuitem.type: setAttribute() to 7 followed by IDL get assert_equals: expec ted "command" but got "7" 6558 FAIL menuitem.type: setAttribute() to 7 followed by IDL get assert_equals: expec ted "command" but got "7"
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
7723 PASS dialog.tabIndex: setAttribute() to -36 followed by IDL get 7723 PASS dialog.tabIndex: setAttribute() to -36 followed by IDL get
7724 PASS dialog.tabIndex: setAttribute() to -1 followed by getAttribute() 7724 PASS dialog.tabIndex: setAttribute() to -1 followed by getAttribute()
7725 PASS dialog.tabIndex: setAttribute() to -1 followed by IDL get 7725 PASS dialog.tabIndex: setAttribute() to -1 followed by IDL get
7726 PASS dialog.tabIndex: setAttribute() to 0 followed by getAttribute() 7726 PASS dialog.tabIndex: setAttribute() to 0 followed by getAttribute()
7727 PASS dialog.tabIndex: setAttribute() to 0 followed by IDL get 7727 PASS dialog.tabIndex: setAttribute() to 0 followed by IDL get
7728 PASS dialog.tabIndex: setAttribute() to 1 followed by getAttribute() 7728 PASS dialog.tabIndex: setAttribute() to 1 followed by getAttribute()
7729 PASS dialog.tabIndex: setAttribute() to 1 followed by IDL get 7729 PASS dialog.tabIndex: setAttribute() to 1 followed by IDL get
7730 PASS dialog.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 7730 PASS dialog.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
7731 FAIL dialog.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767 7731 FAIL dialog.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
7732 PASS dialog.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 7732 PASS dialog.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
7733 FAIL dialog.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got 32767 7733 FAIL dialog.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
7734 PASS dialog.tabIndex: setAttribute() to "-1" followed by getAttribute() 7734 PASS dialog.tabIndex: setAttribute() to "-1" followed by getAttribute()
7735 PASS dialog.tabIndex: setAttribute() to "-1" followed by IDL get 7735 PASS dialog.tabIndex: setAttribute() to "-1" followed by IDL get
7736 PASS dialog.tabIndex: setAttribute() to "-0" followed by getAttribute() 7736 PASS dialog.tabIndex: setAttribute() to "-0" followed by getAttribute()
7737 PASS dialog.tabIndex: setAttribute() to "-0" followed by IDL get 7737 PASS dialog.tabIndex: setAttribute() to "-0" followed by IDL get
7738 PASS dialog.tabIndex: setAttribute() to "0" followed by getAttribute() 7738 PASS dialog.tabIndex: setAttribute() to "0" followed by getAttribute()
7739 PASS dialog.tabIndex: setAttribute() to "0" followed by IDL get 7739 PASS dialog.tabIndex: setAttribute() to "0" followed by IDL get
7740 PASS dialog.tabIndex: setAttribute() to "1" followed by getAttribute() 7740 PASS dialog.tabIndex: setAttribute() to "1" followed by getAttribute()
7741 PASS dialog.tabIndex: setAttribute() to "1" followed by IDL get 7741 PASS dialog.tabIndex: setAttribute() to "1" followed by IDL get
7742 PASS dialog.tabIndex: setAttribute() to "\t7" followed by getAttribute() 7742 PASS dialog.tabIndex: setAttribute() to "\t7" followed by getAttribute()
7743 PASS dialog.tabIndex: setAttribute() to "\t7" followed by IDL get 7743 PASS dialog.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
7763 PASS dialog.tabIndex: IDL set to 0 followed by getAttribute() 7763 PASS dialog.tabIndex: IDL set to 0 followed by getAttribute()
7764 PASS dialog.tabIndex: IDL set to 0 followed by IDL get 7764 PASS dialog.tabIndex: IDL set to 0 followed by IDL get
7765 PASS dialog.tabIndex: IDL set to 1 should not throw 7765 PASS dialog.tabIndex: IDL set to 1 should not throw
7766 PASS dialog.tabIndex: IDL set to 1 followed by getAttribute() 7766 PASS dialog.tabIndex: IDL set to 1 followed by getAttribute()
7767 PASS dialog.tabIndex: IDL set to 1 followed by IDL get 7767 PASS dialog.tabIndex: IDL set to 1 followed by IDL get
7768 PASS dialog.tabIndex: IDL set to 2147483647 should not throw 7768 PASS dialog.tabIndex: IDL set to 2147483647 should not throw
7769 PASS dialog.tabIndex: IDL set to 2147483647 followed by getAttribute() 7769 PASS dialog.tabIndex: IDL set to 2147483647 followed by getAttribute()
7770 FAIL dialog.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767 7770 FAIL dialog.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
7771 PASS dialog.tabIndex: IDL set to -2147483648 should not throw 7771 PASS dialog.tabIndex: IDL set to -2147483648 should not throw
7772 PASS dialog.tabIndex: IDL set to -2147483648 followed by getAttribute() 7772 PASS dialog.tabIndex: IDL set to -2147483648 followed by getAttribute()
7773 FAIL dialog.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767 7773 FAIL dialog.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
7774 PASS dialog.open: typeof IDL attribute 7774 PASS dialog.open: typeof IDL attribute
7775 PASS dialog.open: IDL get with DOM attribute unset 7775 PASS dialog.open: IDL get with DOM attribute unset
7776 PASS dialog.open: setAttribute() to "" followed by getAttribute() 7776 PASS dialog.open: setAttribute() to "" followed by getAttribute()
7777 PASS dialog.open: setAttribute() to "" followed by IDL get 7777 PASS dialog.open: setAttribute() to "" followed by IDL get
7778 PASS dialog.open: setAttribute() to " foo " followed by getAttribute() 7778 PASS dialog.open: setAttribute() to " foo " followed by getAttribute()
7779 PASS dialog.open: setAttribute() to " foo " followed by IDL get 7779 PASS dialog.open: setAttribute() to " foo " followed by IDL get
7780 PASS dialog.open: setAttribute() to undefined followed by getAttribute() 7780 PASS dialog.open: setAttribute() to undefined followed by getAttribute()
7781 PASS dialog.open: setAttribute() to undefined followed by IDL get 7781 PASS dialog.open: setAttribute() to undefined followed by IDL get
7782 PASS dialog.open: setAttribute() to null followed by getAttribute() 7782 PASS dialog.open: setAttribute() to null followed by getAttribute()
7783 PASS dialog.open: setAttribute() to null followed by IDL get 7783 PASS dialog.open: setAttribute() to null followed by IDL get
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
8393 PASS undefinedelement.tabIndex: setAttribute() to -36 followed by IDL get 8393 PASS undefinedelement.tabIndex: setAttribute() to -36 followed by IDL get
8394 PASS undefinedelement.tabIndex: setAttribute() to -1 followed by getAttribute() 8394 PASS undefinedelement.tabIndex: setAttribute() to -1 followed by getAttribute()
8395 PASS undefinedelement.tabIndex: setAttribute() to -1 followed by IDL get 8395 PASS undefinedelement.tabIndex: setAttribute() to -1 followed by IDL get
8396 PASS undefinedelement.tabIndex: setAttribute() to 0 followed by getAttribute() 8396 PASS undefinedelement.tabIndex: setAttribute() to 0 followed by getAttribute()
8397 PASS undefinedelement.tabIndex: setAttribute() to 0 followed by IDL get 8397 PASS undefinedelement.tabIndex: setAttribute() to 0 followed by IDL get
8398 PASS undefinedelement.tabIndex: setAttribute() to 1 followed by getAttribute() 8398 PASS undefinedelement.tabIndex: setAttribute() to 1 followed by getAttribute()
8399 PASS undefinedelement.tabIndex: setAttribute() to 1 followed by IDL get 8399 PASS undefinedelement.tabIndex: setAttribute() to 1 followed by IDL get
8400 PASS undefinedelement.tabIndex: setAttribute() to 2147483647 followed by getAttr ibute() 8400 PASS undefinedelement.tabIndex: setAttribute() to 2147483647 followed by getAttr ibute()
8401 FAIL undefinedelement.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767 8401 FAIL undefinedelement.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
8402 PASS undefinedelement.tabIndex: setAttribute() to -2147483648 followed by getAtt ribute() 8402 PASS undefinedelement.tabIndex: setAttribute() to -2147483648 followed by getAtt ribute()
8403 FAIL undefinedelement.tabIndex: setAttribute() to -2147483648 followed by IDL ge t assert_equals: expected -2147483648 but got 32767 8403 FAIL undefinedelement.tabIndex: setAttribute() to -2147483648 followed by IDL ge t assert_equals: expected -2147483648 but got -32768
8404 PASS undefinedelement.tabIndex: setAttribute() to "-1" followed by getAttribute( ) 8404 PASS undefinedelement.tabIndex: setAttribute() to "-1" followed by getAttribute( )
8405 PASS undefinedelement.tabIndex: setAttribute() to "-1" followed by IDL get 8405 PASS undefinedelement.tabIndex: setAttribute() to "-1" followed by IDL get
8406 PASS undefinedelement.tabIndex: setAttribute() to "-0" followed by getAttribute( ) 8406 PASS undefinedelement.tabIndex: setAttribute() to "-0" followed by getAttribute( )
8407 PASS undefinedelement.tabIndex: setAttribute() to "-0" followed by IDL get 8407 PASS undefinedelement.tabIndex: setAttribute() to "-0" followed by IDL get
8408 PASS undefinedelement.tabIndex: setAttribute() to "0" followed by getAttribute() 8408 PASS undefinedelement.tabIndex: setAttribute() to "0" followed by getAttribute()
8409 PASS undefinedelement.tabIndex: setAttribute() to "0" followed by IDL get 8409 PASS undefinedelement.tabIndex: setAttribute() to "0" followed by IDL get
8410 PASS undefinedelement.tabIndex: setAttribute() to "1" followed by getAttribute() 8410 PASS undefinedelement.tabIndex: setAttribute() to "1" followed by getAttribute()
8411 PASS undefinedelement.tabIndex: setAttribute() to "1" followed by IDL get 8411 PASS undefinedelement.tabIndex: setAttribute() to "1" followed by IDL get
8412 PASS undefinedelement.tabIndex: setAttribute() to "\t7" followed by getAttribute () 8412 PASS undefinedelement.tabIndex: setAttribute() to "\t7" followed by getAttribute ()
8413 PASS undefinedelement.tabIndex: setAttribute() to "\t7" followed by IDL get 8413 PASS undefinedelement.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
8433 PASS undefinedelement.tabIndex: IDL set to 0 followed by getAttribute() 8433 PASS undefinedelement.tabIndex: IDL set to 0 followed by getAttribute()
8434 PASS undefinedelement.tabIndex: IDL set to 0 followed by IDL get 8434 PASS undefinedelement.tabIndex: IDL set to 0 followed by IDL get
8435 PASS undefinedelement.tabIndex: IDL set to 1 should not throw 8435 PASS undefinedelement.tabIndex: IDL set to 1 should not throw
8436 PASS undefinedelement.tabIndex: IDL set to 1 followed by getAttribute() 8436 PASS undefinedelement.tabIndex: IDL set to 1 followed by getAttribute()
8437 PASS undefinedelement.tabIndex: IDL set to 1 followed by IDL get 8437 PASS undefinedelement.tabIndex: IDL set to 1 followed by IDL get
8438 PASS undefinedelement.tabIndex: IDL set to 2147483647 should not throw 8438 PASS undefinedelement.tabIndex: IDL set to 2147483647 should not throw
8439 PASS undefinedelement.tabIndex: IDL set to 2147483647 followed by getAttribute() 8439 PASS undefinedelement.tabIndex: IDL set to 2147483647 followed by getAttribute()
8440 FAIL undefinedelement.tabIndex: IDL set to 2147483647 followed by IDL get assert _equals: expected 2147483647 but got 32767 8440 FAIL undefinedelement.tabIndex: IDL set to 2147483647 followed by IDL get assert _equals: expected 2147483647 but got 32767
8441 PASS undefinedelement.tabIndex: IDL set to -2147483648 should not throw 8441 PASS undefinedelement.tabIndex: IDL set to -2147483648 should not throw
8442 PASS undefinedelement.tabIndex: IDL set to -2147483648 followed by getAttribute( ) 8442 PASS undefinedelement.tabIndex: IDL set to -2147483648 followed by getAttribute( )
8443 FAIL undefinedelement.tabIndex: IDL set to -2147483648 followed by IDL get asser t_equals: expected -2147483648 but got 32767 8443 FAIL undefinedelement.tabIndex: IDL set to -2147483648 followed by IDL get asser t_equals: expected -2147483648 but got -32768
8444 Harness: the test ran to completion. 8444 Harness: the test ran to completion.
8445 8445
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698