| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS applet.title: typeof IDL attribute | 2 PASS applet.title: typeof IDL attribute |
| 3 PASS applet.title: IDL get with DOM attribute unset | 3 PASS applet.title: IDL get with DOM attribute unset |
| 4 PASS applet.title: setAttribute() to "" followed by getAttribute() | 4 PASS applet.title: setAttribute() to "" followed by getAttribute() |
| 5 PASS applet.title: setAttribute() to "" followed by IDL get | 5 PASS applet.title: setAttribute() to "" followed by IDL get |
| 6 PASS applet.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f
\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f fo
o " followed by getAttribute() | 6 PASS applet.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f
\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f fo
o " followed by getAttribute() |
| 7 PASS applet.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f
\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f fo
o " followed by IDL get | 7 PASS applet.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f
\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f fo
o " followed by IDL get |
| 8 PASS applet.title: setAttribute() to undefined followed by getAttribute() | 8 PASS applet.title: setAttribute() to undefined followed by getAttribute() |
| 9 PASS applet.title: setAttribute() to undefined followed by IDL get | 9 PASS applet.title: setAttribute() to undefined followed by IDL get |
| 10 PASS applet.title: setAttribute() to 7 followed by getAttribute() | 10 PASS applet.title: setAttribute() to 7 followed by getAttribute() |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 PASS applet.tabIndex: typeof IDL attribute | 540 PASS applet.tabIndex: typeof IDL attribute |
| 541 PASS applet.tabIndex: setAttribute() to -36 followed by getAttribute() | 541 PASS applet.tabIndex: setAttribute() to -36 followed by getAttribute() |
| 542 PASS applet.tabIndex: setAttribute() to -36 followed by IDL get | 542 PASS applet.tabIndex: setAttribute() to -36 followed by IDL get |
| 543 PASS applet.tabIndex: setAttribute() to -1 followed by getAttribute() | 543 PASS applet.tabIndex: setAttribute() to -1 followed by getAttribute() |
| 544 PASS applet.tabIndex: setAttribute() to -1 followed by IDL get | 544 PASS applet.tabIndex: setAttribute() to -1 followed by IDL get |
| 545 PASS applet.tabIndex: setAttribute() to 0 followed by getAttribute() | 545 PASS applet.tabIndex: setAttribute() to 0 followed by getAttribute() |
| 546 PASS applet.tabIndex: setAttribute() to 0 followed by IDL get | 546 PASS applet.tabIndex: setAttribute() to 0 followed by IDL get |
| 547 PASS applet.tabIndex: setAttribute() to 1 followed by getAttribute() | 547 PASS applet.tabIndex: setAttribute() to 1 followed by getAttribute() |
| 548 PASS applet.tabIndex: setAttribute() to 1 followed by IDL get | 548 PASS applet.tabIndex: setAttribute() to 1 followed by IDL get |
| 549 PASS applet.tabIndex: setAttribute() to 2147483647 followed by getAttribute() | 549 PASS applet.tabIndex: setAttribute() to 2147483647 followed by getAttribute() |
| 550 FAIL applet.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq
uals: expected 2147483647 but got 32767 | 550 PASS applet.tabIndex: setAttribute() to 2147483647 followed by IDL get |
| 551 PASS applet.tabIndex: setAttribute() to -2147483648 followed by getAttribute() | 551 PASS applet.tabIndex: setAttribute() to -2147483648 followed by getAttribute() |
| 552 FAIL applet.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e
quals: expected -2147483648 but got -32768 | 552 PASS applet.tabIndex: setAttribute() to -2147483648 followed by IDL get |
| 553 PASS applet.tabIndex: setAttribute() to "-1" followed by getAttribute() | 553 PASS applet.tabIndex: setAttribute() to "-1" followed by getAttribute() |
| 554 PASS applet.tabIndex: setAttribute() to "-1" followed by IDL get | 554 PASS applet.tabIndex: setAttribute() to "-1" followed by IDL get |
| 555 PASS applet.tabIndex: setAttribute() to "-0" followed by getAttribute() | 555 PASS applet.tabIndex: setAttribute() to "-0" followed by getAttribute() |
| 556 PASS applet.tabIndex: setAttribute() to "-0" followed by IDL get | 556 PASS applet.tabIndex: setAttribute() to "-0" followed by IDL get |
| 557 PASS applet.tabIndex: setAttribute() to "0" followed by getAttribute() | 557 PASS applet.tabIndex: setAttribute() to "0" followed by getAttribute() |
| 558 PASS applet.tabIndex: setAttribute() to "0" followed by IDL get | 558 PASS applet.tabIndex: setAttribute() to "0" followed by IDL get |
| 559 PASS applet.tabIndex: setAttribute() to "1" followed by getAttribute() | 559 PASS applet.tabIndex: setAttribute() to "1" followed by getAttribute() |
| 560 PASS applet.tabIndex: setAttribute() to "1" followed by IDL get | 560 PASS applet.tabIndex: setAttribute() to "1" followed by IDL get |
| 561 PASS applet.tabIndex: setAttribute() to "\t7" followed by getAttribute() | 561 PASS applet.tabIndex: setAttribute() to "\t7" followed by getAttribute() |
| 562 PASS applet.tabIndex: setAttribute() to "\t7" followed by IDL get | 562 PASS applet.tabIndex: setAttribute() to "\t7" followed by IDL get |
| (...skipping 16 matching lines...) Expand all Loading... |
| 579 PASS applet.tabIndex: IDL set to -1 followed by getAttribute() | 579 PASS applet.tabIndex: IDL set to -1 followed by getAttribute() |
| 580 PASS applet.tabIndex: IDL set to -1 followed by IDL get | 580 PASS applet.tabIndex: IDL set to -1 followed by IDL get |
| 581 PASS applet.tabIndex: IDL set to 0 should not throw | 581 PASS applet.tabIndex: IDL set to 0 should not throw |
| 582 PASS applet.tabIndex: IDL set to 0 followed by getAttribute() | 582 PASS applet.tabIndex: IDL set to 0 followed by getAttribute() |
| 583 PASS applet.tabIndex: IDL set to 0 followed by IDL get | 583 PASS applet.tabIndex: IDL set to 0 followed by IDL get |
| 584 PASS applet.tabIndex: IDL set to 1 should not throw | 584 PASS applet.tabIndex: IDL set to 1 should not throw |
| 585 PASS applet.tabIndex: IDL set to 1 followed by getAttribute() | 585 PASS applet.tabIndex: IDL set to 1 followed by getAttribute() |
| 586 PASS applet.tabIndex: IDL set to 1 followed by IDL get | 586 PASS applet.tabIndex: IDL set to 1 followed by IDL get |
| 587 PASS applet.tabIndex: IDL set to 2147483647 should not throw | 587 PASS applet.tabIndex: IDL set to 2147483647 should not throw |
| 588 PASS applet.tabIndex: IDL set to 2147483647 followed by getAttribute() | 588 PASS applet.tabIndex: IDL set to 2147483647 followed by getAttribute() |
| 589 FAIL applet.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e
xpected 2147483647 but got 32767 | 589 PASS applet.tabIndex: IDL set to 2147483647 followed by IDL get |
| 590 PASS applet.tabIndex: IDL set to -2147483648 should not throw | 590 PASS applet.tabIndex: IDL set to -2147483648 should not throw |
| 591 PASS applet.tabIndex: IDL set to -2147483648 followed by getAttribute() | 591 PASS applet.tabIndex: IDL set to -2147483648 followed by getAttribute() |
| 592 FAIL applet.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals:
expected -2147483648 but got -32768 | 592 PASS applet.tabIndex: IDL set to -2147483648 followed by IDL get |
| 593 FAIL applet.align: typeof IDL attribute assert_equals: expected "string" but got
"undefined" | 593 FAIL applet.align: typeof IDL attribute assert_equals: expected "string" but got
"undefined" |
| 594 FAIL applet.align: IDL get with DOM attribute unset assert_equals: expected (str
ing) "" but got (undefined) undefined | 594 FAIL applet.align: IDL get with DOM attribute unset assert_equals: expected (str
ing) "" but got (undefined) undefined |
| 595 PASS applet.align: setAttribute() to "" followed by getAttribute() | 595 PASS applet.align: setAttribute() to "" followed by getAttribute() |
| 596 FAIL applet.align: setAttribute() to "" followed by IDL get assert_equals: expec
ted (string) "" but got (undefined) undefined | 596 FAIL applet.align: setAttribute() to "" followed by IDL get assert_equals: expec
ted (string) "" but got (undefined) undefined |
| 597 PASS applet.align: 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 applet.align: 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 FAIL applet.align: 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 assert_equals: expected (string) " \0\x01\x02\x03\x04\x0
5\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b
\x1c\x1d\x1e\x1f foo " but got (undefined) undefined | 598 FAIL applet.align: 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 assert_equals: expected (string) " \0\x01\x02\x03\x04\x0
5\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b
\x1c\x1d\x1e\x1f foo " but got (undefined) undefined |
| 599 PASS applet.align: setAttribute() to undefined followed by getAttribute() | 599 PASS applet.align: setAttribute() to undefined followed by getAttribute() |
| 600 FAIL applet.align: setAttribute() to undefined followed by IDL get assert_equals
: expected (string) "undefined" but got (undefined) undefined | 600 FAIL applet.align: setAttribute() to undefined followed by IDL get assert_equals
: expected (string) "undefined" but got (undefined) undefined |
| 601 PASS applet.align: setAttribute() to 7 followed by getAttribute() | 601 PASS applet.align: setAttribute() to 7 followed by getAttribute() |
| 602 FAIL applet.align: setAttribute() to 7 followed by IDL get assert_equals: expect
ed (string) "7" but got (undefined) undefined | 602 FAIL applet.align: setAttribute() to 7 followed by IDL get assert_equals: expect
ed (string) "7" but got (undefined) undefined |
| (...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2109 PASS marquee.accessKey: IDL set to "\0" followed by getAttribute() | 2109 PASS marquee.accessKey: IDL set to "\0" followed by getAttribute() |
| 2110 PASS marquee.accessKey: IDL set to "\0" followed by IDL get | 2110 PASS marquee.accessKey: IDL set to "\0" followed by IDL get |
| 2111 PASS marquee.accessKey: IDL set to null should not throw | 2111 PASS marquee.accessKey: IDL set to null should not throw |
| 2112 PASS marquee.accessKey: IDL set to null followed by getAttribute() | 2112 PASS marquee.accessKey: IDL set to null followed by getAttribute() |
| 2113 PASS marquee.accessKey: IDL set to null followed by IDL get | 2113 PASS marquee.accessKey: IDL set to null followed by IDL get |
| 2114 PASS marquee.accessKey: IDL set to object "test-toString" should not throw | 2114 PASS marquee.accessKey: IDL set to object "test-toString" should not throw |
| 2115 PASS marquee.accessKey: IDL set to object "test-toString" followed by getAttribu
te() | 2115 PASS marquee.accessKey: IDL set to object "test-toString" followed by getAttribu
te() |
| 2116 PASS marquee.accessKey: IDL set to object "test-toString" followed by IDL get | 2116 PASS marquee.accessKey: IDL set to object "test-toString" followed by IDL get |
| 2117 PASS marquee.accessKey: IDL set to object "test-valueOf" should not throw | 2117 PASS marquee.accessKey: IDL set to object "test-valueOf" should not throw |
| 2118 PASS marquee.accessKey: IDL set to object "test-valueOf" followed by getAttribut
e() | 2118 PASS marquee.accessKey: IDL set to object "test-valueOf" followed by getAttribut
e() |
error: old chunk mismatch |
None
| OLD | NEW |