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

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: Element. Created 3 years, 8 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
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 FAIL script.noModule: IDL set to object "[object Object]" assert_equals: IDL get expected (boolean) true but got (object) object "[object Object]" 45 FAIL script.noModule: IDL set to object "[object Object]" assert_equals: IDL get expected (boolean) true but got (object) object "[object Object]"
46 FAIL script.noModule: IDL set to NaN assert_equals: hasAttribute() expected fals e but got true 46 FAIL script.noModule: IDL set to NaN assert_equals: hasAttribute() expected fals e but got true
47 FAIL script.noModule: IDL set to Infinity assert_equals: IDL get expected (boole an) true but got (number) Infinity 47 FAIL script.noModule: IDL set to Infinity assert_equals: IDL get expected (boole an) true but got (number) Infinity
48 FAIL script.noModule: IDL set to -Infinity assert_equals: IDL get expected (bool ean) true but got (number) -Infinity 48 FAIL script.noModule: IDL set to -Infinity assert_equals: IDL get expected (bool ean) true but got (number) -Infinity
49 FAIL script.noModule: IDL set to "\0" assert_equals: IDL get expected (boolean) true but got (string) "\0" 49 FAIL script.noModule: IDL set to "\0" assert_equals: IDL get expected (boolean) true but got (string) "\0"
50 FAIL script.noModule: IDL set to object "test-toString" assert_equals: IDL get e xpected (boolean) true but got (object) object "test-toString" 50 FAIL script.noModule: IDL set to object "test-toString" assert_equals: IDL get e xpected (boolean) true but got (object) object "test-toString"
51 FAIL script.noModule: IDL set to object "test-valueOf" assert_equals: IDL get ex pected (boolean) true but got (object) object "test-valueOf" 51 FAIL script.noModule: IDL set to object "test-valueOf" assert_equals: IDL get ex pected (boolean) true but got (object) object "test-valueOf"
52 PASS script.charset: 32 tests 52 PASS script.charset: 32 tests
53 PASS script.defer: 33 tests 53 PASS script.defer: 33 tests
54 PASS script.crossOrigin: 52 tests 54 PASS script.crossOrigin: 52 tests
55 PASS script.nonce: 2 tests 55 PASS script.nonce: 3 tests
56 FAIL script.nonce: setAttribute() to "" assert_equals: getAttribute() expected " " but got "[Replaced]" 56 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 ""
57 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]" 57 FAIL script.nonce: setAttribute() to undefined assert_equals: IDL get expected " undefined" but got ""
58 FAIL script.nonce: setAttribute() to undefined assert_equals: getAttribute() exp ected "undefined" but got "[Replaced]" 58 FAIL script.nonce: setAttribute() to 7 assert_equals: IDL get expected "7" but g ot ""
59 FAIL script.nonce: setAttribute() to 7 assert_equals: getAttribute() expected "7 " but got "[Replaced]" 59 FAIL script.nonce: setAttribute() to 1.5 assert_equals: IDL get expected "1.5" b ut got ""
60 FAIL script.nonce: setAttribute() to 1.5 assert_equals: getAttribute() expected "1.5" but got "[Replaced]" 60 FAIL script.nonce: setAttribute() to true assert_equals: IDL get expected "true" but got ""
61 FAIL script.nonce: setAttribute() to true assert_equals: getAttribute() expected "true" but got "[Replaced]" 61 FAIL script.nonce: setAttribute() to false assert_equals: IDL get expected "fals e" but got ""
62 FAIL script.nonce: setAttribute() to false assert_equals: getAttribute() expecte d "false" but got "[Replaced]" 62 FAIL script.nonce: setAttribute() to object "[object Object]" assert_equals: IDL get expected "[object Object]" but got ""
63 FAIL script.nonce: setAttribute() to object "[object Object]" assert_equals: get Attribute() expected "[object Object]" but got "[Replaced]" 63 FAIL script.nonce: setAttribute() to NaN assert_equals: IDL get expected "NaN" b ut got ""
64 FAIL script.nonce: setAttribute() to NaN assert_equals: getAttribute() expected "NaN" but got "[Replaced]" 64 FAIL script.nonce: setAttribute() to Infinity assert_equals: IDL get expected "I nfinity" but got ""
65 FAIL script.nonce: setAttribute() to Infinity assert_equals: getAttribute() expe cted "Infinity" but got "[Replaced]" 65 FAIL script.nonce: setAttribute() to -Infinity assert_equals: IDL get expected " -Infinity" but got ""
66 FAIL script.nonce: setAttribute() to -Infinity assert_equals: getAttribute() exp ected "-Infinity" but got "[Replaced]" 66 FAIL script.nonce: setAttribute() to "\0" assert_equals: IDL get expected "\0" b ut got ""
67 FAIL script.nonce: setAttribute() to "\0" assert_equals: getAttribute() expected "\0" but got "[Replaced]" 67 FAIL script.nonce: setAttribute() to null assert_equals: IDL get expected "null" but got ""
68 FAIL script.nonce: setAttribute() to null assert_equals: getAttribute() expected "null" but got "[Replaced]" 68 FAIL script.nonce: setAttribute() to object "test-toString" assert_equals: IDL g et expected "test-toString" but got ""
69 FAIL script.nonce: setAttribute() to object "test-toString" assert_equals: getAt tribute() expected "test-toString" but got "[Replaced]" 69 FAIL script.nonce: setAttribute() to object "test-valueOf" assert_equals: IDL ge t expected "test-valueOf" but got ""
70 FAIL script.nonce: setAttribute() to object "test-valueOf" assert_equals: getAtt ribute() expected "test-valueOf" but got "[Replaced]" 70 FAIL script.nonce: IDL set to "" assert_equals: getAttribute() expected "" but g ot "test-valueOf"
71 FAIL script.nonce: IDL set to "" assert_equals: getAttribute() expected "" but g ot "[Replaced]" 71 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"
72 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]" 72 FAIL script.nonce: IDL set to undefined assert_equals: getAttribute() expected " undefined" but got "test-valueOf"
73 FAIL script.nonce: IDL set to undefined assert_equals: getAttribute() expected " undefined" but got "[Replaced]" 73 FAIL script.nonce: IDL set to 7 assert_equals: getAttribute() expected "7" but g ot "test-valueOf"
74 FAIL script.nonce: IDL set to 7 assert_equals: getAttribute() expected "7" but g ot "[Replaced]" 74 FAIL script.nonce: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" b ut got "test-valueOf"
75 FAIL script.nonce: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" b ut got "[Replaced]" 75 FAIL script.nonce: IDL set to true assert_equals: getAttribute() expected "true" but got "test-valueOf"
76 FAIL script.nonce: IDL set to true assert_equals: getAttribute() expected "true" but got "[Replaced]" 76 FAIL script.nonce: IDL set to false assert_equals: getAttribute() expected "fals e" but got "test-valueOf"
77 FAIL script.nonce: IDL set to false assert_equals: getAttribute() expected "fals e" but got "[Replaced]" 77 FAIL script.nonce: IDL set to object "[object Object]" assert_equals: getAttribu te() expected "[object Object]" but got "test-valueOf"
78 FAIL script.nonce: IDL set to object "[object Object]" assert_equals: getAttribu te() expected "[object Object]" but got "[Replaced]" 78 FAIL script.nonce: IDL set to NaN assert_equals: getAttribute() expected "NaN" b ut got "test-valueOf"
79 FAIL script.nonce: IDL set to NaN assert_equals: getAttribute() expected "NaN" b ut got "[Replaced]" 79 FAIL script.nonce: IDL set to Infinity assert_equals: getAttribute() expected "I nfinity" but got "test-valueOf"
80 FAIL script.nonce: IDL set to Infinity assert_equals: getAttribute() expected "I nfinity" but got "[Replaced]" 80 FAIL script.nonce: IDL set to -Infinity assert_equals: getAttribute() expected " -Infinity" but got "test-valueOf"
81 FAIL script.nonce: IDL set to -Infinity assert_equals: getAttribute() expected " -Infinity" but got "[Replaced]" 81 FAIL script.nonce: IDL set to "\0" assert_equals: getAttribute() expected "\0" b ut got "test-valueOf"
82 FAIL script.nonce: IDL set to "\0" assert_equals: getAttribute() expected "\0" b ut got "[Replaced]" 82 FAIL script.nonce: IDL set to null assert_equals: getAttribute() expected "null" but got "test-valueOf"
83 FAIL script.nonce: IDL set to null assert_equals: getAttribute() expected "null" but got "[Replaced]" 83 FAIL script.nonce: IDL set to object "test-toString" assert_equals: getAttribute () expected "test-toString" but got "test-valueOf"
84 FAIL script.nonce: IDL set to object "test-toString" assert_equals: getAttribute () expected "test-toString" but got "[Replaced]" 84 PASS script.nonce: IDL set to object "test-valueOf"
85 FAIL script.nonce: IDL set to object "test-valueOf" assert_equals: getAttribute( ) expected "test-valueOf" but got "[Replaced]"
86 PASS script.integrity: 32 tests 85 PASS script.integrity: 32 tests
87 PASS script.event: 32 tests 86 PASS script.event: 32 tests
88 PASS script.htmlFor (<script for>): 32 tests 87 PASS script.htmlFor (<script for>): 32 tests
89 PASS noscript.title: 32 tests 88 PASS noscript.title: 32 tests
90 PASS noscript.lang: 32 tests 89 PASS noscript.lang: 32 tests
91 PASS noscript.dir: 62 tests 90 PASS noscript.dir: 62 tests
92 PASS noscript.className (<noscript class>): 32 tests 91 PASS noscript.className (<noscript class>): 32 tests
93 PASS noscript.hidden: 33 tests 92 PASS noscript.hidden: 33 tests
94 PASS noscript.accessKey: 32 tests 93 PASS noscript.accessKey: 32 tests
95 PASS noscript.tabIndex: 24 tests 94 PASS noscript.tabIndex: 24 tests
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 PASS dialog.open: 33 tests 233 PASS dialog.open: 33 tests
235 PASS undefinedelement.title: 32 tests 234 PASS undefinedelement.title: 32 tests
236 PASS undefinedelement.lang: 32 tests 235 PASS undefinedelement.lang: 32 tests
237 PASS undefinedelement.dir: 62 tests 236 PASS undefinedelement.dir: 62 tests
238 PASS undefinedelement.className (<undefinedelement class>): 32 tests 237 PASS undefinedelement.className (<undefinedelement class>): 32 tests
239 PASS undefinedelement.hidden: 33 tests 238 PASS undefinedelement.hidden: 33 tests
240 PASS undefinedelement.accessKey: 32 tests 239 PASS undefinedelement.accessKey: 32 tests
241 PASS undefinedelement.tabIndex: 24 tests 240 PASS undefinedelement.tabIndex: 24 tests
242 Harness: the test ran to completion. 241 Harness: the test ran to completion.
243 242
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698