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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-obsolete-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 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 FAIL applet.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
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 32767 552 FAIL applet.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
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 19 matching lines...) Expand all
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 FAIL applet.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
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 32767 592 FAIL applet.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after
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()
2119 PASS marquee.accessKey: IDL set to object "test-valueOf" followed by IDL get 2119 PASS marquee.accessKey: IDL set to object "test-valueOf" followed by IDL get
2120 PASS marquee.tabIndex: typeof IDL attribute 2120 PASS marquee.tabIndex: typeof IDL attribute

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698