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

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

Issue 2801243002: More tweaks to <script nonce> hiding. (Closed)
Patch Set: Moved tests. Created 3 years, 7 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: 32 tests 2 PASS html.title: 32 tests
3 PASS html.lang: 32 tests 3 PASS html.lang: 32 tests
4 PASS html.dir: 62 tests 4 PASS html.dir: 62 tests
5 PASS html.className (<html class>): 32 tests 5 PASS html.className (<html class>): 32 tests
6 PASS html.hidden: 33 tests 6 PASS html.hidden: 33 tests
7 PASS html.accessKey: 32 tests 7 PASS html.accessKey: 32 tests
8 PASS html.tabIndex: 24 tests 8 PASS html.tabIndex: 24 tests
9 PASS html.version: 32 tests 9 PASS html.version: 32 tests
10 PASS script.title: 32 tests 10 PASS script.title: 32 tests
11 PASS script.lang: 32 tests 11 PASS script.lang: 32 tests
12 PASS script.dir: 62 tests 12 PASS script.dir: 62 tests
13 PASS script.className (<script class>): 32 tests 13 PASS script.className (<script class>): 32 tests
14 PASS script.hidden: 33 tests 14 PASS script.hidden: 33 tests
15 PASS script.accessKey: 32 tests 15 PASS script.accessKey: 32 tests
16 PASS script.tabIndex: 24 tests 16 PASS script.tabIndex: 24 tests
17 PASS script.src: 38 tests 17 PASS script.src: 38 tests
18 PASS script.type: 32 tests 18 PASS script.type: 32 tests
19 PASS script.noModule: 33 tests 19 PASS script.noModule: 33 tests
20 PASS script.charset: 32 tests 20 PASS script.charset: 32 tests
21 PASS script.defer: 33 tests 21 PASS script.defer: 33 tests
22 PASS script.crossOrigin: 52 tests 22 PASS script.crossOrigin: 52 tests
23 PASS script.nonce: 2 tests 23 PASS script.nonce: 3 tests
24 FAIL script.nonce: setAttribute() to "" assert_equals: getAttribute() expected " " but got "[Replaced]" 24 FAIL script.nonce: 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 " assert_equals: IDL get expected " \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 " but got ""
25 FAIL script.nonce: 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 " assert_equals: getAttribute() expected " \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\x 1f foo " but got "[Replaced]" 25 FAIL script.nonce: setAttribute() to undefined assert_equals: IDL get expected " undefined" but got ""
26 FAIL script.nonce: setAttribute() to undefined assert_equals: getAttribute() exp ected "undefined" but got "[Replaced]" 26 FAIL script.nonce: setAttribute() to 7 assert_equals: IDL get expected "7" but g ot ""
27 FAIL script.nonce: setAttribute() to 7 assert_equals: getAttribute() expected "7 " but got "[Replaced]" 27 FAIL script.nonce: setAttribute() to 1.5 assert_equals: IDL get expected "1.5" b ut got ""
28 FAIL script.nonce: setAttribute() to 1.5 assert_equals: getAttribute() expected "1.5" but got "[Replaced]" 28 FAIL script.nonce: setAttribute() to true assert_equals: IDL get expected "true" but got ""
29 FAIL script.nonce: setAttribute() to true assert_equals: getAttribute() expected "true" but got "[Replaced]" 29 FAIL script.nonce: setAttribute() to false assert_equals: IDL get expected "fals e" but got ""
30 FAIL script.nonce: setAttribute() to false assert_equals: getAttribute() expecte d "false" but got "[Replaced]" 30 FAIL script.nonce: setAttribute() to object "[object Object]" assert_equals: IDL get expected "[object Object]" but got ""
31 FAIL script.nonce: setAttribute() to object "[object Object]" assert_equals: get Attribute() expected "[object Object]" but got "[Replaced]" 31 FAIL script.nonce: setAttribute() to NaN assert_equals: IDL get expected "NaN" b ut got ""
32 FAIL script.nonce: setAttribute() to NaN assert_equals: getAttribute() expected "NaN" but got "[Replaced]" 32 FAIL script.nonce: setAttribute() to Infinity assert_equals: IDL get expected "I nfinity" but got ""
33 FAIL script.nonce: setAttribute() to Infinity assert_equals: getAttribute() expe cted "Infinity" but got "[Replaced]" 33 FAIL script.nonce: setAttribute() to -Infinity assert_equals: IDL get expected " -Infinity" but got ""
34 FAIL script.nonce: setAttribute() to -Infinity assert_equals: getAttribute() exp ected "-Infinity" but got "[Replaced]" 34 FAIL script.nonce: setAttribute() to "\0" assert_equals: IDL get expected "\0" b ut got ""
35 FAIL script.nonce: setAttribute() to "\0" assert_equals: getAttribute() expected "\0" but got "[Replaced]" 35 FAIL script.nonce: setAttribute() to null assert_equals: IDL get expected "null" but got ""
36 FAIL script.nonce: setAttribute() to null assert_equals: getAttribute() expected "null" but got "[Replaced]" 36 FAIL script.nonce: setAttribute() to object "test-toString" assert_equals: IDL g et expected "test-toString" but got ""
37 FAIL script.nonce: setAttribute() to object "test-toString" assert_equals: getAt tribute() expected "test-toString" but got "[Replaced]" 37 FAIL script.nonce: setAttribute() to object "test-valueOf" assert_equals: IDL ge t expected "test-valueOf" but got ""
38 FAIL script.nonce: setAttribute() to object "test-valueOf" assert_equals: getAtt ribute() expected "test-valueOf" but got "[Replaced]" 38 FAIL script.nonce: IDL set to "" assert_equals: getAttribute() expected "" but g ot "test-valueOf"
39 FAIL script.nonce: IDL set to "" assert_equals: getAttribute() expected "" but g ot "[Replaced]" 39 FAIL script.nonce: IDL set 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 " ass ert_equals: getAttribute() expected " \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 " but got "test-valueOf"
40 FAIL script.nonce: IDL set 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 " ass ert_equals: getAttribute() expected " \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 " but got "[Replaced]" 40 FAIL script.nonce: IDL set to undefined assert_equals: getAttribute() expected " undefined" but got "test-valueOf"
41 FAIL script.nonce: IDL set to undefined assert_equals: getAttribute() expected " undefined" but got "[Replaced]" 41 FAIL script.nonce: IDL set to 7 assert_equals: getAttribute() expected "7" but g ot "test-valueOf"
42 FAIL script.nonce: IDL set to 7 assert_equals: getAttribute() expected "7" but g ot "[Replaced]" 42 FAIL script.nonce: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" b ut got "test-valueOf"
43 FAIL script.nonce: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" b ut got "[Replaced]" 43 FAIL script.nonce: IDL set to true assert_equals: getAttribute() expected "true" but got "test-valueOf"
44 FAIL script.nonce: IDL set to true assert_equals: getAttribute() expected "true" but got "[Replaced]" 44 FAIL script.nonce: IDL set to false assert_equals: getAttribute() expected "fals e" but got "test-valueOf"
45 FAIL script.nonce: IDL set to false assert_equals: getAttribute() expected "fals e" but got "[Replaced]" 45 FAIL script.nonce: IDL set to object "[object Object]" assert_equals: getAttribu te() expected "[object Object]" but got "test-valueOf"
46 FAIL script.nonce: IDL set to object "[object Object]" assert_equals: getAttribu te() expected "[object Object]" but got "[Replaced]" 46 FAIL script.nonce: IDL set to NaN assert_equals: getAttribute() expected "NaN" b ut got "test-valueOf"
47 FAIL script.nonce: IDL set to NaN assert_equals: getAttribute() expected "NaN" b ut got "[Replaced]" 47 FAIL script.nonce: IDL set to Infinity assert_equals: getAttribute() expected "I nfinity" but got "test-valueOf"
48 FAIL script.nonce: IDL set to Infinity assert_equals: getAttribute() expected "I nfinity" but got "[Replaced]" 48 FAIL script.nonce: IDL set to -Infinity assert_equals: getAttribute() expected " -Infinity" but got "test-valueOf"
49 FAIL script.nonce: IDL set to -Infinity assert_equals: getAttribute() expected " -Infinity" but got "[Replaced]" 49 FAIL script.nonce: IDL set to "\0" assert_equals: getAttribute() expected "\0" b ut got "test-valueOf"
50 FAIL script.nonce: IDL set to "\0" assert_equals: getAttribute() expected "\0" b ut got "[Replaced]" 50 FAIL script.nonce: IDL set to null assert_equals: getAttribute() expected "null" but got "test-valueOf"
51 FAIL script.nonce: IDL set to null assert_equals: getAttribute() expected "null" but got "[Replaced]" 51 FAIL script.nonce: IDL set to object "test-toString" assert_equals: getAttribute () expected "test-toString" but got "test-valueOf"
52 FAIL script.nonce: IDL set to object "test-toString" assert_equals: getAttribute () expected "test-toString" but got "[Replaced]" 52 PASS script.nonce: IDL set to object "test-valueOf"
53 FAIL script.nonce: IDL set to object "test-valueOf" assert_equals: getAttribute( ) expected "test-valueOf" but got "[Replaced]"
54 PASS script.integrity: 32 tests 53 PASS script.integrity: 32 tests
55 PASS script.event: 32 tests 54 PASS script.event: 32 tests
56 PASS script.htmlFor (<script for>): 32 tests 55 PASS script.htmlFor (<script for>): 32 tests
57 PASS noscript.title: 32 tests 56 PASS noscript.title: 32 tests
58 PASS noscript.lang: 32 tests 57 PASS noscript.lang: 32 tests
59 PASS noscript.dir: 62 tests 58 PASS noscript.dir: 62 tests
60 PASS noscript.className (<noscript class>): 32 tests 59 PASS noscript.className (<noscript class>): 32 tests
61 PASS noscript.hidden: 33 tests 60 PASS noscript.hidden: 33 tests
62 PASS noscript.accessKey: 32 tests 61 PASS noscript.accessKey: 32 tests
63 PASS noscript.tabIndex: 24 tests 62 PASS noscript.tabIndex: 24 tests
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 PASS dialog.open: 33 tests 150 PASS dialog.open: 33 tests
152 PASS undefinedelement.title: 32 tests 151 PASS undefinedelement.title: 32 tests
153 PASS undefinedelement.lang: 32 tests 152 PASS undefinedelement.lang: 32 tests
154 PASS undefinedelement.dir: 62 tests 153 PASS undefinedelement.dir: 62 tests
155 PASS undefinedelement.className (<undefinedelement class>): 32 tests 154 PASS undefinedelement.className (<undefinedelement class>): 32 tests
156 PASS undefinedelement.hidden: 33 tests 155 PASS undefinedelement.hidden: 33 tests
157 PASS undefinedelement.accessKey: 32 tests 156 PASS undefinedelement.accessKey: 32 tests
158 PASS undefinedelement.tabIndex: 24 tests 157 PASS undefinedelement.tabIndex: 24 tests
159 Harness: the test ran to completion. 158 Harness: the test ran to completion.
160 159
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698