Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-metadata-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.
Jump to:
View unified diff |
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS head.title: 32 tests 2 PASS head.title: 32 tests
3 PASS head.lang: 32 tests 3 PASS head.lang: 32 tests
4 PASS head.dir: 62 tests 4 PASS head.dir: 62 tests
5 PASS head.className (<head class>): 32 tests 5 PASS head.className (<head class>): 32 tests
6 PASS head.hidden: 33 tests 6 PASS head.hidden: 33 tests
7 PASS head.accessKey: 32 tests 7 PASS head.accessKey: 32 tests
8 PASS head.tabIndex: 24 tests 8 PASS head.tabIndex: 24 tests
9 PASS title.title: 32 tests 9 PASS title.title: 32 tests
10 PASS title.lang: 32 tests 10 PASS title.lang: 32 tests
(...skipping 204 matching lines...)
215 FAIL link.as: IDL set to "xworker" assert_equals: IDL get expected "" but got "x worker" 215 FAIL link.as: IDL set to "xworker" assert_equals: IDL get expected "" but got "x worker"
216 FAIL link.as: IDL set to "worker\0" assert_equals: IDL get expected "" but got " worker\0" 216 FAIL link.as: IDL set to "worker\0" assert_equals: IDL get expected "" but got " worker\0"
217 FAIL link.as: IDL set to "orker" assert_equals: IDL get expected "" but got "ork er" 217 FAIL link.as: IDL set to "orker" assert_equals: IDL get expected "" but got "ork er"
218 FAIL link.as: IDL set to "WORKER" assert_equals: IDL get expected "worker" but g ot "WORKER" 218 FAIL link.as: IDL set to "WORKER" assert_equals: IDL get expected "worker" but g ot "WORKER"
219 PASS link.as: IDL set to "xslt" 219 PASS link.as: IDL set to "xslt"
220 FAIL link.as: IDL set to "xxslt" assert_equals: IDL get expected "" but got "xxs lt" 220 FAIL link.as: IDL set to "xxslt" assert_equals: IDL get expected "" but got "xxs lt"
221 FAIL link.as: IDL set to "xslt\0" assert_equals: IDL get expected "" but got "xs lt\0" 221 FAIL link.as: IDL set to "xslt\0" assert_equals: IDL get expected "" but got "xs lt\0"
222 FAIL link.as: IDL set to "slt" assert_equals: IDL get expected "" but got "slt" 222 FAIL link.as: IDL set to "slt" assert_equals: IDL get expected "" but got "slt"
223 FAIL link.as: IDL set to "XSLT" assert_equals: IDL get expected "xslt" but got " XSLT" 223 FAIL link.as: IDL set to "XSLT" assert_equals: IDL get expected "xslt" but got " XSLT"
224 PASS link.media: 32 tests 224 PASS link.media: 32 tests
225 FAIL link.nonce: typeof IDL attribute assert_equals: expected "string" but got " undefined" 225 PASS link.nonce: 3 tests
226 FAIL link.nonce: IDL get with DOM attribute unset assert_equals: expected (strin g) "" but got (undefined) undefined 226 FAIL link.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 foo " 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 ""
227 FAIL link.nonce: setAttribute() to "" assert_equals: IDL get expected (string) " " but got (undefined) undefined 227 FAIL link.nonce: setAttribute() to undefined assert_equals: IDL get expected "un defined" but got ""
228 FAIL link.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 foo " assert_equals: IDL get expected (string) " \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 (undefined) undefined 228 FAIL link.nonce: setAttribute() to 7 assert_equals: IDL get expected "7" but got ""
229 FAIL link.nonce: setAttribute() to undefined assert_equals: IDL get expected (st ring) "undefined" but got (undefined) undefined 229 FAIL link.nonce: setAttribute() to 1.5 assert_equals: IDL get expected "1.5" but got ""
230 FAIL link.nonce: setAttribute() to 7 assert_equals: IDL get expected (string) "7 " but got (undefined) undefined 230 FAIL link.nonce: setAttribute() to true assert_equals: IDL get expected "true" b ut got ""
231 FAIL link.nonce: setAttribute() to 1.5 assert_equals: IDL get expected (string) "1.5" but got (undefined) undefined 231 FAIL link.nonce: setAttribute() to false assert_equals: IDL get expected "false" but got ""
232 FAIL link.nonce: setAttribute() to true assert_equals: IDL get expected (string) "true" but got (undefined) undefined 232 FAIL link.nonce: setAttribute() to object "[object Object]" assert_equals: IDL g et expected "[object Object]" but got ""
233 FAIL link.nonce: setAttribute() to false assert_equals: IDL get expected (string ) "false" but got (undefined) undefined 233 FAIL link.nonce: setAttribute() to NaN assert_equals: IDL get expected "NaN" but got ""
234 FAIL link.nonce: setAttribute() to object "[object Object]" assert_equals: IDL g et expected (string) "[object Object]" but got (undefined) undefined 234 FAIL link.nonce: setAttribute() to Infinity assert_equals: IDL get expected "Inf inity" but got ""
235 FAIL link.nonce: setAttribute() to NaN assert_equals: IDL get expected (string) "NaN" but got (undefined) undefined 235 FAIL link.nonce: setAttribute() to -Infinity assert_equals: IDL get expected "-I nfinity" but got ""
236 FAIL link.nonce: setAttribute() to Infinity assert_equals: IDL get expected (str ing) "Infinity" but got (undefined) undefined 236 FAIL link.nonce: setAttribute() to "\0" assert_equals: IDL get expected "\0" but got ""
237 FAIL link.nonce: setAttribute() to -Infinity assert_equals: IDL get expected (st ring) "-Infinity" but got (undefined) undefined 237 FAIL link.nonce: setAttribute() to null assert_equals: IDL get expected "null" b ut got ""
238 FAIL link.nonce: setAttribute() to "\0" assert_equals: IDL get expected (string) "\0" but got (undefined) undefined 238 FAIL link.nonce: setAttribute() to object "test-toString" assert_equals: IDL get expected "test-toString" but got ""
239 FAIL link.nonce: setAttribute() to null assert_equals: IDL get expected (string) "null" but got (undefined) undefined 239 FAIL link.nonce: setAttribute() to object "test-valueOf" assert_equals: IDL get expected "test-valueOf" but got ""
240 FAIL link.nonce: setAttribute() to object "test-toString" assert_equals: IDL get expected (string) "test-toString" but got (undefined) undefined
241 FAIL link.nonce: setAttribute() to object "test-valueOf" assert_equals: IDL get expected (string) "test-valueOf" but got (undefined) undefined
242 FAIL link.nonce: IDL set to "" assert_equals: getAttribute() expected "" but got "test-valueOf" 240 FAIL link.nonce: IDL set to "" assert_equals: getAttribute() expected "" but got "test-valueOf"
243 FAIL link.nonce: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " asser t_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" 241 FAIL link.nonce: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0 f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " asser t_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"
244 FAIL link.nonce: IDL set to undefined assert_equals: getAttribute() expected "un defined" but got "test-valueOf" 242 FAIL link.nonce: IDL set to undefined assert_equals: getAttribute() expected "un defined" but got "test-valueOf"
245 FAIL link.nonce: IDL set to 7 assert_equals: getAttribute() expected "7" but got "test-valueOf" 243 FAIL link.nonce: IDL set to 7 assert_equals: getAttribute() expected "7" but got "test-valueOf"
246 FAIL link.nonce: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" but got "test-valueOf" 244 FAIL link.nonce: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" but got "test-valueOf"
247 FAIL link.nonce: IDL set to true assert_equals: getAttribute() expected "true" b ut got "test-valueOf" 245 FAIL link.nonce: IDL set to true assert_equals: getAttribute() expected "true" b ut got "test-valueOf"
248 FAIL link.nonce: IDL set to false assert_equals: getAttribute() expected "false" but got "test-valueOf" 246 FAIL link.nonce: IDL set to false assert_equals: getAttribute() expected "false" but got "test-valueOf"
249 FAIL link.nonce: IDL set to object "[object Object]" assert_equals: getAttribute () expected "[object Object]" but got "test-valueOf" 247 FAIL link.nonce: IDL set to object "[object Object]" assert_equals: getAttribute () expected "[object Object]" but got "test-valueOf"
250 FAIL link.nonce: IDL set to NaN assert_equals: getAttribute() expected "NaN" but got "test-valueOf" 248 FAIL link.nonce: IDL set to NaN assert_equals: getAttribute() expected "NaN" but got "test-valueOf"
251 FAIL link.nonce: IDL set to Infinity assert_equals: getAttribute() expected "Inf inity" but got "test-valueOf" 249 FAIL link.nonce: IDL set to Infinity assert_equals: getAttribute() expected "Inf inity" but got "test-valueOf"
252 FAIL link.nonce: IDL set to -Infinity assert_equals: getAttribute() expected "-I nfinity" but got "test-valueOf" 250 FAIL link.nonce: IDL set to -Infinity assert_equals: getAttribute() expected "-I nfinity" but got "test-valueOf"
253 FAIL link.nonce: IDL set to "\0" assert_equals: getAttribute() expected "\0" but got "test-valueOf" 251 FAIL link.nonce: IDL set to "\0" assert_equals: getAttribute() expected "\0" but got "test-valueOf"
254 FAIL link.nonce: IDL set to null assert_equals: getAttribute() expected "null" b ut got "test-valueOf" 252 FAIL link.nonce: IDL set to null assert_equals: getAttribute() expected "null" b ut got "test-valueOf"
255 FAIL link.nonce: IDL set to object "test-toString" assert_equals: getAttribute() expected "test-toString" but got "test-valueOf" 253 FAIL link.nonce: IDL set to object "test-toString" assert_equals: getAttribute() expected "test-toString" but got "test-valueOf"
256 FAIL link.nonce: IDL set to object "test-valueOf" assert_equals: IDL get expecte d (string) "test-valueOf" but got (object) object "test-valueOf" 254 PASS link.nonce: IDL set to object "test-valueOf"
257 PASS link.integrity: 32 tests 255 PASS link.integrity: 32 tests
258 PASS link.hreflang: 32 tests 256 PASS link.hreflang: 32 tests
259 PASS link.type: 32 tests 257 PASS link.type: 32 tests
260 PASS link.referrerPolicy: 27 tests 258 PASS link.referrerPolicy: 27 tests
261 FAIL link.referrerPolicy: setAttribute() to "same-origin" assert_equals: IDL get expected "same-origin" but got "" 259 FAIL link.referrerPolicy: setAttribute() to "same-origin" assert_equals: IDL get expected "same-origin" but got ""
262 PASS link.referrerPolicy: 3 tests 260 PASS link.referrerPolicy: 3 tests
263 FAIL link.referrerPolicy: setAttribute() to "SAME-ORIGIN" assert_equals: IDL get expected "same-origin" but got "" 261 FAIL link.referrerPolicy: setAttribute() to "SAME-ORIGIN" assert_equals: IDL get expected "same-origin" but got ""
264 PASS link.referrerPolicy: 5 tests 262 PASS link.referrerPolicy: 5 tests
265 FAIL link.referrerPolicy: setAttribute() to "strict-origin" assert_equals: IDL g et expected "strict-origin" but got "" 263 FAIL link.referrerPolicy: setAttribute() to "strict-origin" assert_equals: IDL g et expected "strict-origin" but got ""
266 PASS link.referrerPolicy: 3 tests 264 PASS link.referrerPolicy: 3 tests
(...skipping 33 matching lines...)
300 PASS style.lang: 32 tests 298 PASS style.lang: 32 tests
301 PASS style.dir: 62 tests 299 PASS style.dir: 62 tests
302 PASS style.className (<style class>): 32 tests 300 PASS style.className (<style class>): 32 tests
303 PASS style.hidden: 33 tests 301 PASS style.hidden: 33 tests
304 PASS style.accessKey: 32 tests 302 PASS style.accessKey: 32 tests
305 PASS style.tabIndex: 24 tests 303 PASS style.tabIndex: 24 tests
306 PASS style.media: 32 tests 304 PASS style.media: 32 tests
307 PASS style.type: 32 tests 305 PASS style.type: 32 tests
308 Harness: the test ran to completion. 306 Harness: the test ran to completion.
309 307
OLDNEW

Powered by Google App Engine