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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-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
None
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS table.title: typeof IDL attribute 2 PASS table.title: typeof IDL attribute
3 PASS table.title: IDL get with DOM attribute unset 3 PASS table.title: IDL get with DOM attribute unset
4 PASS table.title: setAttribute() to "" followed by getAttribute() 4 PASS table.title: setAttribute() to "" followed by getAttribute()
5 PASS table.title: setAttribute() to "" followed by IDL get 5 PASS table.title: setAttribute() to "" followed by IDL get
6 PASS table.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 table.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 table.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 table.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 table.title: setAttribute() to undefined followed by getAttribute() 8 PASS table.title: setAttribute() to undefined followed by getAttribute()
9 PASS table.title: setAttribute() to undefined followed by IDL get 9 PASS table.title: setAttribute() to undefined followed by IDL get
10 PASS table.title: setAttribute() to 7 followed by getAttribute() 10 PASS table.title: setAttribute() to 7 followed by getAttribute()
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 PASS table.tabIndex: setAttribute() to -36 followed by IDL get 542 PASS table.tabIndex: setAttribute() to -36 followed by IDL get
543 PASS table.tabIndex: setAttribute() to -1 followed by getAttribute() 543 PASS table.tabIndex: setAttribute() to -1 followed by getAttribute()
544 PASS table.tabIndex: setAttribute() to -1 followed by IDL get 544 PASS table.tabIndex: setAttribute() to -1 followed by IDL get
545 PASS table.tabIndex: setAttribute() to 0 followed by getAttribute() 545 PASS table.tabIndex: setAttribute() to 0 followed by getAttribute()
546 PASS table.tabIndex: setAttribute() to 0 followed by IDL get 546 PASS table.tabIndex: setAttribute() to 0 followed by IDL get
547 PASS table.tabIndex: setAttribute() to 1 followed by getAttribute() 547 PASS table.tabIndex: setAttribute() to 1 followed by getAttribute()
548 PASS table.tabIndex: setAttribute() to 1 followed by IDL get 548 PASS table.tabIndex: setAttribute() to 1 followed by IDL get
549 PASS table.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 549 PASS table.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
550 FAIL table.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767 550 FAIL table.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equ als: expected 2147483647 but got 32767
551 PASS table.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 551 PASS table.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
552 FAIL table.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got 32767 552 FAIL table.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_eq uals: expected -2147483648 but got -32768
553 PASS table.tabIndex: setAttribute() to "-1" followed by getAttribute() 553 PASS table.tabIndex: setAttribute() to "-1" followed by getAttribute()
554 PASS table.tabIndex: setAttribute() to "-1" followed by IDL get 554 PASS table.tabIndex: setAttribute() to "-1" followed by IDL get
555 PASS table.tabIndex: setAttribute() to "-0" followed by getAttribute() 555 PASS table.tabIndex: setAttribute() to "-0" followed by getAttribute()
556 PASS table.tabIndex: setAttribute() to "-0" followed by IDL get 556 PASS table.tabIndex: setAttribute() to "-0" followed by IDL get
557 PASS table.tabIndex: setAttribute() to "0" followed by getAttribute() 557 PASS table.tabIndex: setAttribute() to "0" followed by getAttribute()
558 PASS table.tabIndex: setAttribute() to "0" followed by IDL get 558 PASS table.tabIndex: setAttribute() to "0" followed by IDL get
559 PASS table.tabIndex: setAttribute() to "1" followed by getAttribute() 559 PASS table.tabIndex: setAttribute() to "1" followed by getAttribute()
560 PASS table.tabIndex: setAttribute() to "1" followed by IDL get 560 PASS table.tabIndex: setAttribute() to "1" followed by IDL get
561 PASS table.tabIndex: setAttribute() to "\t7" followed by getAttribute() 561 PASS table.tabIndex: setAttribute() to "\t7" followed by getAttribute()
562 PASS table.tabIndex: setAttribute() to "\t7" followed by IDL get 562 PASS table.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
582 PASS table.tabIndex: IDL set to 0 followed by getAttribute() 582 PASS table.tabIndex: IDL set to 0 followed by getAttribute()
583 PASS table.tabIndex: IDL set to 0 followed by IDL get 583 PASS table.tabIndex: IDL set to 0 followed by IDL get
584 PASS table.tabIndex: IDL set to 1 should not throw 584 PASS table.tabIndex: IDL set to 1 should not throw
585 PASS table.tabIndex: IDL set to 1 followed by getAttribute() 585 PASS table.tabIndex: IDL set to 1 followed by getAttribute()
586 PASS table.tabIndex: IDL set to 1 followed by IDL get 586 PASS table.tabIndex: IDL set to 1 followed by IDL get
587 PASS table.tabIndex: IDL set to 2147483647 should not throw 587 PASS table.tabIndex: IDL set to 2147483647 should not throw
588 PASS table.tabIndex: IDL set to 2147483647 followed by getAttribute() 588 PASS table.tabIndex: IDL set to 2147483647 followed by getAttribute()
589 FAIL table.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767 589 FAIL table.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: ex pected 2147483647 but got 32767
590 PASS table.tabIndex: IDL set to -2147483648 should not throw 590 PASS table.tabIndex: IDL set to -2147483648 should not throw
591 PASS table.tabIndex: IDL set to -2147483648 followed by getAttribute() 591 PASS table.tabIndex: IDL set to -2147483648 followed by getAttribute()
592 FAIL table.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got 32767 592 FAIL table.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: e xpected -2147483648 but got -32768
593 PASS table.align: typeof IDL attribute 593 PASS table.align: typeof IDL attribute
594 PASS table.align: IDL get with DOM attribute unset 594 PASS table.align: IDL get with DOM attribute unset
595 PASS table.align: setAttribute() to "" followed by getAttribute() 595 PASS table.align: setAttribute() to "" followed by getAttribute()
596 PASS table.align: setAttribute() to "" followed by IDL get 596 PASS table.align: setAttribute() to "" followed by IDL get
597 PASS table.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 foo " followed by getAttribute() 597 PASS table.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 foo " followed by getAttribute()
598 PASS table.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 foo " followed by IDL get 598 PASS table.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 foo " followed by IDL get
599 PASS table.align: setAttribute() to undefined followed by getAttribute() 599 PASS table.align: setAttribute() to undefined followed by getAttribute()
600 PASS table.align: setAttribute() to undefined followed by IDL get 600 PASS table.align: setAttribute() to undefined followed by IDL get
601 PASS table.align: setAttribute() to 7 followed by getAttribute() 601 PASS table.align: setAttribute() to 7 followed by getAttribute()
602 PASS table.align: setAttribute() to 7 followed by IDL get 602 PASS table.align: setAttribute() to 7 followed by IDL get
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 PASS caption.tabIndex: setAttribute() to -36 followed by IDL get 1826 PASS caption.tabIndex: setAttribute() to -36 followed by IDL get
1827 PASS caption.tabIndex: setAttribute() to -1 followed by getAttribute() 1827 PASS caption.tabIndex: setAttribute() to -1 followed by getAttribute()
1828 PASS caption.tabIndex: setAttribute() to -1 followed by IDL get 1828 PASS caption.tabIndex: setAttribute() to -1 followed by IDL get
1829 PASS caption.tabIndex: setAttribute() to 0 followed by getAttribute() 1829 PASS caption.tabIndex: setAttribute() to 0 followed by getAttribute()
1830 PASS caption.tabIndex: setAttribute() to 0 followed by IDL get 1830 PASS caption.tabIndex: setAttribute() to 0 followed by IDL get
1831 PASS caption.tabIndex: setAttribute() to 1 followed by getAttribute() 1831 PASS caption.tabIndex: setAttribute() to 1 followed by getAttribute()
1832 PASS caption.tabIndex: setAttribute() to 1 followed by IDL get 1832 PASS caption.tabIndex: setAttribute() to 1 followed by IDL get
1833 PASS caption.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 1833 PASS caption.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
1834 FAIL caption.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767 1834 FAIL caption.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_e quals: expected 2147483647 but got 32767
1835 PASS caption.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 1835 PASS caption.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
1836 FAIL caption.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got 32767 1836 FAIL caption.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_ equals: expected -2147483648 but got -32768
1837 PASS caption.tabIndex: setAttribute() to "-1" followed by getAttribute() 1837 PASS caption.tabIndex: setAttribute() to "-1" followed by getAttribute()
1838 PASS caption.tabIndex: setAttribute() to "-1" followed by IDL get 1838 PASS caption.tabIndex: setAttribute() to "-1" followed by IDL get
1839 PASS caption.tabIndex: setAttribute() to "-0" followed by getAttribute() 1839 PASS caption.tabIndex: setAttribute() to "-0" followed by getAttribute()
1840 PASS caption.tabIndex: setAttribute() to "-0" followed by IDL get 1840 PASS caption.tabIndex: setAttribute() to "-0" followed by IDL get
1841 PASS caption.tabIndex: setAttribute() to "0" followed by getAttribute() 1841 PASS caption.tabIndex: setAttribute() to "0" followed by getAttribute()
1842 PASS caption.tabIndex: setAttribute() to "0" followed by IDL get 1842 PASS caption.tabIndex: setAttribute() to "0" followed by IDL get
1843 PASS caption.tabIndex: setAttribute() to "1" followed by getAttribute() 1843 PASS caption.tabIndex: setAttribute() to "1" followed by getAttribute()
1844 PASS caption.tabIndex: setAttribute() to "1" followed by IDL get 1844 PASS caption.tabIndex: setAttribute() to "1" followed by IDL get
1845 PASS caption.tabIndex: setAttribute() to "\t7" followed by getAttribute() 1845 PASS caption.tabIndex: setAttribute() to "\t7" followed by getAttribute()
1846 PASS caption.tabIndex: setAttribute() to "\t7" followed by IDL get 1846 PASS caption.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
1866 PASS caption.tabIndex: IDL set to 0 followed by getAttribute() 1866 PASS caption.tabIndex: IDL set to 0 followed by getAttribute()
1867 PASS caption.tabIndex: IDL set to 0 followed by IDL get 1867 PASS caption.tabIndex: IDL set to 0 followed by IDL get
1868 PASS caption.tabIndex: IDL set to 1 should not throw 1868 PASS caption.tabIndex: IDL set to 1 should not throw
1869 PASS caption.tabIndex: IDL set to 1 followed by getAttribute() 1869 PASS caption.tabIndex: IDL set to 1 followed by getAttribute()
1870 PASS caption.tabIndex: IDL set to 1 followed by IDL get 1870 PASS caption.tabIndex: IDL set to 1 followed by IDL get
1871 PASS caption.tabIndex: IDL set to 2147483647 should not throw 1871 PASS caption.tabIndex: IDL set to 2147483647 should not throw
1872 PASS caption.tabIndex: IDL set to 2147483647 followed by getAttribute() 1872 PASS caption.tabIndex: IDL set to 2147483647 followed by getAttribute()
1873 FAIL caption.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767 1873 FAIL caption.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
1874 PASS caption.tabIndex: IDL set to -2147483648 should not throw 1874 PASS caption.tabIndex: IDL set to -2147483648 should not throw
1875 PASS caption.tabIndex: IDL set to -2147483648 followed by getAttribute() 1875 PASS caption.tabIndex: IDL set to -2147483648 followed by getAttribute()
1876 FAIL caption.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767 1876 FAIL caption.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
1877 PASS caption.align: typeof IDL attribute 1877 PASS caption.align: typeof IDL attribute
1878 PASS caption.align: IDL get with DOM attribute unset 1878 PASS caption.align: IDL get with DOM attribute unset
1879 PASS caption.align: setAttribute() to "" followed by getAttribute() 1879 PASS caption.align: setAttribute() to "" followed by getAttribute()
1880 PASS caption.align: setAttribute() to "" followed by IDL get 1880 PASS caption.align: setAttribute() to "" followed by IDL get
1881 PASS caption.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 f oo " followed by getAttribute() 1881 PASS caption.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 f oo " followed by getAttribute()
1882 PASS caption.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 f oo " followed by IDL get 1882 PASS caption.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 f oo " followed by IDL get
1883 PASS caption.align: setAttribute() to undefined followed by getAttribute() 1883 PASS caption.align: setAttribute() to undefined followed by getAttribute()
1884 PASS caption.align: setAttribute() to undefined followed by IDL get 1884 PASS caption.align: setAttribute() to undefined followed by IDL get
1885 PASS caption.align: setAttribute() to 7 followed by getAttribute() 1885 PASS caption.align: setAttribute() to 7 followed by getAttribute()
1886 PASS caption.align: setAttribute() to 7 followed by IDL get 1886 PASS caption.align: setAttribute() to 7 followed by IDL get
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 PASS colgroup.tabIndex: setAttribute() to -36 followed by IDL get 2494 PASS colgroup.tabIndex: setAttribute() to -36 followed by IDL get
2495 PASS colgroup.tabIndex: setAttribute() to -1 followed by getAttribute() 2495 PASS colgroup.tabIndex: setAttribute() to -1 followed by getAttribute()
2496 PASS colgroup.tabIndex: setAttribute() to -1 followed by IDL get 2496 PASS colgroup.tabIndex: setAttribute() to -1 followed by IDL get
2497 PASS colgroup.tabIndex: setAttribute() to 0 followed by getAttribute() 2497 PASS colgroup.tabIndex: setAttribute() to 0 followed by getAttribute()
2498 PASS colgroup.tabIndex: setAttribute() to 0 followed by IDL get 2498 PASS colgroup.tabIndex: setAttribute() to 0 followed by IDL get
2499 PASS colgroup.tabIndex: setAttribute() to 1 followed by getAttribute() 2499 PASS colgroup.tabIndex: setAttribute() to 1 followed by getAttribute()
2500 PASS colgroup.tabIndex: setAttribute() to 1 followed by IDL get 2500 PASS colgroup.tabIndex: setAttribute() to 1 followed by IDL get
2501 PASS colgroup.tabIndex: setAttribute() to 2147483647 followed by getAttribute() 2501 PASS colgroup.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
2502 FAIL colgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767 2502 FAIL colgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_ equals: expected 2147483647 but got 32767
2503 PASS colgroup.tabIndex: setAttribute() to -2147483648 followed by getAttribute() 2503 PASS colgroup.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
2504 FAIL colgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got 32767 2504 FAIL colgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert _equals: expected -2147483648 but got -32768
2505 PASS colgroup.tabIndex: setAttribute() to "-1" followed by getAttribute() 2505 PASS colgroup.tabIndex: setAttribute() to "-1" followed by getAttribute()
2506 PASS colgroup.tabIndex: setAttribute() to "-1" followed by IDL get 2506 PASS colgroup.tabIndex: setAttribute() to "-1" followed by IDL get
2507 PASS colgroup.tabIndex: setAttribute() to "-0" followed by getAttribute() 2507 PASS colgroup.tabIndex: setAttribute() to "-0" followed by getAttribute()
2508 PASS colgroup.tabIndex: setAttribute() to "-0" followed by IDL get 2508 PASS colgroup.tabIndex: setAttribute() to "-0" followed by IDL get
2509 PASS colgroup.tabIndex: setAttribute() to "0" followed by getAttribute() 2509 PASS colgroup.tabIndex: setAttribute() to "0" followed by getAttribute()
2510 PASS colgroup.tabIndex: setAttribute() to "0" followed by IDL get 2510 PASS colgroup.tabIndex: setAttribute() to "0" followed by IDL get
2511 PASS colgroup.tabIndex: setAttribute() to "1" followed by getAttribute() 2511 PASS colgroup.tabIndex: setAttribute() to "1" followed by getAttribute()
2512 PASS colgroup.tabIndex: setAttribute() to "1" followed by IDL get 2512 PASS colgroup.tabIndex: setAttribute() to "1" followed by IDL get
2513 PASS colgroup.tabIndex: setAttribute() to "\t7" followed by getAttribute() 2513 PASS colgroup.tabIndex: setAttribute() to "\t7" followed by getAttribute()
2514 PASS colgroup.tabIndex: setAttribute() to "\t7" followed by IDL get 2514 PASS colgroup.tabIndex: setAttribute() to "\t7" followed by IDL get
(...skipping 19 matching lines...) Expand all
2534 PASS colgroup.tabIndex: IDL set to 0 followed by getAttribute() 2534 PASS colgroup.tabIndex: IDL set to 0 followed by getAttribute()
2535 PASS colgroup.tabIndex: IDL set to 0 followed by IDL get 2535 PASS colgroup.tabIndex: IDL set to 0 followed by IDL get
2536 PASS colgroup.tabIndex: IDL set to 1 should not throw 2536 PASS colgroup.tabIndex: IDL set to 1 should not throw
2537 PASS colgroup.tabIndex: IDL set to 1 followed by getAttribute() 2537 PASS colgroup.tabIndex: IDL set to 1 followed by getAttribute()
2538 PASS colgroup.tabIndex: IDL set to 1 followed by IDL get 2538 PASS colgroup.tabIndex: IDL set to 1 followed by IDL get
2539 PASS colgroup.tabIndex: IDL set to 2147483647 should not throw 2539 PASS colgroup.tabIndex: IDL set to 2147483647 should not throw
2540 PASS colgroup.tabIndex: IDL set to 2147483647 followed by getAttribute() 2540 PASS colgroup.tabIndex: IDL set to 2147483647 followed by getAttribute()
2541 FAIL colgroup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767 2541 FAIL colgroup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
2542 PASS colgroup.tabIndex: IDL set to -2147483648 should not throw 2542 PASS colgroup.tabIndex: IDL set to -2147483648 should not throw
2543 PASS colgroup.tabIndex: IDL set to -2147483648 followed by getAttribute() 2543 PASS colgroup.tabIndex: IDL set to -2147483648 followed by getAttribute()
2544 FAIL colgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got 32767 2544 FAIL colgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals : expected -2147483648 but got -32768
2545 PASS colgroup.span: typeof IDL attribute 2545 PASS colgroup.span: typeof IDL attribute
2546 PASS colgroup.span: IDL get with DOM attribute unset 2546 PASS colgroup.span: IDL get with DOM attribute unset
2547 PASS colgroup.span: setAttribute() to -2147483649 followed by getAttribute() 2547 PASS colgroup.span: setAttribute() to -2147483649 followed by getAttribute()
2548 PASS colgroup.span: setAttribute() to -2147483649 followed by IDL get 2548 PASS colgroup.span: setAttribute() to -2147483649 followed by IDL get
2549 PASS colgroup.span: setAttribute() to -2147483648 followed by getAttribute() 2549 PASS colgroup.span: setAttribute() to -2147483648 followed by getAttribute()
2550 PASS colgroup.span: setAttribute() to -2147483648 followed by IDL get 2550 PASS colgroup.span: setAttribute() to -2147483648 followed by IDL get
2551 PASS colgroup.span: setAttribute() to -36 followed by getAttribute() 2551 PASS colgroup.span: setAttribute() to -36 followed by getAttribute()
2552 PASS colgroup.span: setAttribute() to -36 followed by IDL get 2552 PASS colgroup.span: setAttribute() to -36 followed by IDL get
2553 PASS colgroup.span: setAttribute() to -1 followed by getAttribute() 2553 PASS colgroup.span: setAttribute() to -1 followed by getAttribute()
2554 PASS colgroup.span: setAttribute() to -1 followed by IDL get 2554 PASS colgroup.span: setAttribute() to -1 followed by IDL get
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
3588 PASS col.accessKey: IDL set to object "test-toString" followed by getAttribute() 3588 PASS col.accessKey: IDL set to object "test-toString" followed by getAttribute()
3589 PASS col.accessKey: IDL set to object "test-toString" followed by IDL get 3589 PASS col.accessKey: IDL set to object "test-toString" followed by IDL get
3590 PASS col.accessKey: IDL set to object "test-valueOf" should not throw 3590 PASS col.accessKey: IDL set to object "test-valueOf" should not throw
3591 PASS col.accessKey: IDL set to object "test-valueOf" followed by getAttribute() 3591 PASS col.accessKey: IDL set to object "test-valueOf" followed by getAttribute()
3592 PASS col.accessKey: IDL set to object "test-valueOf" followed by IDL get 3592 PASS col.accessKey: IDL set to object "test-valueOf" followed by IDL get
3593 PASS col.tabIndex: typeof IDL attribute 3593 PASS col.tabIndex: typeof IDL attribute
3594 PASS col.tabIndex: setAttribute() to -36 followed by getAttribute() 3594 PASS col.tabIndex: setAttribute() to -36 followed by getAttribute()
3595 PASS col.tabIndex: setAttribute() to -36 followed by IDL get 3595 PASS col.tabIndex: setAttribute() to -36 followed by IDL get
3596 PASS col.tabIndex: setAttribute() to -1 followed by getAttribute() 3596 PASS col.tabIndex: setAttribute() to -1 followed by getAttribute()
3597 PASS col.tabIndex: setAttribute() to -1 followed by IDL get 3597 PASS col.tabIndex: setAttribute() to -1 followed by IDL get

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698