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

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

Issue 2362223002: Stop clamping tabIndex to short range (Closed)
Patch Set: Fix tabindex-clamp.html Created 4 years, 1 month 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: 77 tests 2 PASS applet.title: 77 tests
3 PASS applet.lang: 77 tests 3 PASS applet.lang: 77 tests
4 PASS applet.dir: 151 tests 4 PASS applet.dir: 151 tests
5 PASS applet.className (<applet class>): 77 tests 5 PASS applet.className (<applet class>): 77 tests
6 PASS applet.hidden: 79 tests 6 PASS applet.hidden: 79 tests
7 PASS applet.accessKey: 77 tests 7 PASS applet.accessKey: 77 tests
8 PASS applet.tabIndex: 10 tests 8 PASS applet.tabIndex: 53 tests
9 FAIL applet.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_eq uals: expected 2147483647 but got 32767
10 PASS applet.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
11 FAIL applet.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_e quals: expected -2147483648 but got -32768
12 PASS applet.tabIndex: 36 tests
13 FAIL applet.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: e xpected 2147483647 but got 32767
14 PASS applet.tabIndex: 2 tests
15 FAIL applet.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
16 FAIL applet.align: typeof IDL attribute assert_equals: expected "string" but got "undefined" 9 FAIL applet.align: typeof IDL attribute assert_equals: expected "string" but got "undefined"
17 FAIL applet.align: IDL get with DOM attribute unset assert_equals: expected (str ing) "" but got (undefined) undefined 10 FAIL applet.align: IDL get with DOM attribute unset assert_equals: expected (str ing) "" but got (undefined) undefined
18 PASS applet.align: setAttribute() to "" followed by getAttribute() 11 PASS applet.align: setAttribute() to "" followed by getAttribute()
19 FAIL applet.align: setAttribute() to "" followed by IDL get assert_equals: expec ted (string) "" but got (undefined) undefined 12 FAIL applet.align: setAttribute() to "" followed by IDL get assert_equals: expec ted (string) "" but got (undefined) undefined
20 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() 13 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()
21 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 14 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
22 PASS applet.align: setAttribute() to undefined followed by getAttribute() 15 PASS applet.align: setAttribute() to undefined followed by getAttribute()
23 FAIL applet.align: setAttribute() to undefined followed by IDL get assert_equals : expected (string) "undefined" but got (undefined) undefined 16 FAIL applet.align: setAttribute() to undefined followed by IDL get assert_equals : expected (string) "undefined" but got (undefined) undefined
24 PASS applet.align: setAttribute() to 7 followed by getAttribute() 17 PASS applet.align: setAttribute() to 7 followed by getAttribute()
25 FAIL applet.align: setAttribute() to 7 followed by IDL get assert_equals: expect ed (string) "7" but got (undefined) undefined 18 FAIL applet.align: setAttribute() to 7 followed by IDL get assert_equals: expect ed (string) "7" but got (undefined) undefined
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 FAIL applet.width: IDL set to Infinity followed by getAttribute() assert_equals: expected "Infinity" but got "test-valueOf" 943 FAIL applet.width: IDL set to Infinity followed by getAttribute() assert_equals: expected "Infinity" but got "test-valueOf"
951 FAIL applet.width: IDL set to Infinity followed by IDL get assert_equals: expect ed (string) "Infinity" but got (number) Infinity 944 FAIL applet.width: IDL set to Infinity followed by IDL get assert_equals: expect ed (string) "Infinity" but got (number) Infinity
952 PASS applet.width: IDL set to -Infinity should not throw 945 PASS applet.width: IDL set to -Infinity should not throw
953 FAIL applet.width: IDL set to -Infinity followed by getAttribute() assert_equals : expected "-Infinity" but got "test-valueOf" 946 FAIL applet.width: IDL set to -Infinity followed by getAttribute() assert_equals : expected "-Infinity" but got "test-valueOf"
954 FAIL applet.width: IDL set to -Infinity followed by IDL get assert_equals: expec ted (string) "-Infinity" but got (number) -Infinity 947 FAIL applet.width: IDL set to -Infinity followed by IDL get assert_equals: expec ted (string) "-Infinity" but got (number) -Infinity
955 PASS applet.width: IDL set to "\0" should not throw 948 PASS applet.width: IDL set to "\0" should not throw
956 FAIL applet.width: IDL set to "\0" followed by getAttribute() assert_equals: exp ected "\0" but got "test-valueOf" 949 FAIL applet.width: IDL set to "\0" followed by getAttribute() assert_equals: exp ected "\0" but got "test-valueOf"
957 PASS applet.width: 2 tests 950 PASS applet.width: 2 tests
958 FAIL applet.width: IDL set to null followed by getAttribute() assert_equals: exp ected "null" but got "test-valueOf" 951 FAIL applet.width: IDL set to null followed by getAttribute() assert_equals: exp ected "null" but got "test-valueOf"
959 FAIL applet.width: IDL set to null followed by IDL get assert_equals: expected ( string) "null" but got (object) null 952 FAIL applet.width: IDL set to null followed by IDL get assert_equals: expected ( string) "null" but got (object) null

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698