Update test expectation

This commit is contained in:
CYBAI 2020-06-22 20:26:09 +09:00
parent d1715918f0
commit c2feaf14d5
19 changed files with 1 additions and 273 deletions

View file

@ -1,50 +0,0 @@
[dynamic-imports-fetch-error.sub.html]
expected: ERROR
[import() must reject when there is a 500]
expected: FAIL
[import() must reject with a different error object for each import when there is a 500 of a dependency]
expected: FAIL
[import() must reject when there is a cross-origin module dependency (without CORS)]
expected: FAIL
[import() must reject with a different error object for each import when there is a 404 of a dependency]
expected: FAIL
[import() must reject with a different error object for each import when there is a 404]
expected: FAIL
[import() must reject when there is a cross-origin module (without CORS)]
expected: FAIL
[import() must reject when there is a wrong MIME type]
expected: FAIL
[import() must reject when there is a wrong MIME type of a dependency]
expected: FAIL
[import() must reject with a different error object for each import when there is a 500]
expected: FAIL
[import() must reject when there is a 500 of a dependency]
expected: FAIL
[import() must reject with a different error object for each import when there is a wrong MIME type of a dependency]
expected: FAIL
[import() must reject with a different error object for each import when there is a cross-origin module dependency (without CORS)]
expected: FAIL
[import() must reject when there is a 404 of a dependency]
expected: FAIL
[import() must reject with a different error object for each import when there is a cross-origin module (without CORS)]
expected: FAIL
[import() must reject when there is a 404]
expected: FAIL
[import() must reject with a different error object for each import when there is a wrong MIME type]
expected: FAIL

View file

@ -1,32 +1,4 @@
[dynamic-imports-script-error.html]
expected: ERROR
[import() must reject with different error objects for each import when there is a bad module specifier]
expected: FAIL
[import() must reject with the same error object for each import when there is a evaluation error]
expected: FAIL
[import() must reject when there is a bad module specifier in a dependency]
expected: FAIL
[import() must reject with different error objects for each import when there is a instantiation error]
expected: FAIL
[import() must reject when there is a parse error]
expected: FAIL
[import() must reject with the same error object for each import when there is a bad module specifier in a dependency]
expected: FAIL
[import() must reject when there is a instantiation error]
expected: FAIL
[import() must reject when there is a bad module specifier]
expected: FAIL
[import() must reject with the same error object for each import when there is a parse error]
expected: FAIL
[import()ing a module with an evaluation error must stop evaluation]
expected: FAIL

View file

@ -1,5 +0,0 @@
[dynamic-imports.html]
type: testharness
[Dynamic imports should resolve module.]
expected: FAIL

View file

@ -1,6 +0,0 @@
[inline-event-handler.html]
type: testharness
expected: ERROR
[dynamic import should work when triggered from inline event handlers]
expected: TIMEOUT

View file

@ -1,11 +0,0 @@
[propagate-nonce-external-classic.html]
type: testharness
[Untitled]
expected: FAIL
[propagate-nonce-external-classic]
expected: FAIL
[Dynamically imported module should eval when imported from script w/ a valid nonce.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[propagate-nonce-external-module.html]
type: testharness
[Dynamically imported module should eval when imported from script w/ a valid nonce.]
expected: FAIL

View file

@ -1,11 +0,0 @@
[propagate-nonce-inline-classic.html]
type: testharness
[Untitled]
expected: FAIL
[propagate-nonce-inline-classic]
expected: FAIL
[Dynamically imported module should eval when imported from script w/ a valid nonce.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[propagate-nonce-inline-module.html]
type: testharness
[Dynamically imported module should eval when imported from script w/ a valid nonce.]
expected: FAIL

View file

@ -1,19 +1,3 @@
[string-compilation-base-url-external-classic.html]
[import() inside compiled strings uses the script base URL inside a classic script that is loaded from a file]
expected: FAIL
[Function should successfully import]
expected: FAIL
[setTimeout should successfully import]
expected: FAIL
[inline-event-handlers-UA-code should successfully import]
expected: FAIL
[eval should successfully import]
expected: FAIL
[reflected-inline-event-handlers should successfully import]
expected: FAIL

View file

@ -1,16 +1,4 @@
[string-compilation-base-url-external-module.html]
[Function should successfully import]
expected: FAIL
[setTimeout should successfully import]
expected: FAIL
[inline-event-handlers-UA-code should successfully import]
expected: FAIL
[eval should successfully import]
expected: FAIL
[reflected-inline-event-handlers should successfully import]
expected: FAIL

View file

@ -1,19 +0,0 @@
[string-compilation-base-url-inline-classic.html]
[import() inside compiled strings uses the script base URL (= document base URL) inside an inline classic script]
expected: FAIL
[inline event handlers triggered via UA code should successfully import]
expected: FAIL
[setTimeout should successfully import]
expected: FAIL
[reflected inline event handlers should successfully import]
expected: FAIL
[the Function constructor should successfully import]
expected: FAIL
[eval should successfully import]
expected: FAIL

View file

@ -1,16 +0,0 @@
[string-compilation-base-url-inline-module.html]
[inline event handlers triggered via UA code should successfully import]
expected: FAIL
[setTimeout should successfully import]
expected: FAIL
[reflected inline event handlers should successfully import]
expected: FAIL
[the Function constructor should successfully import]
expected: FAIL
[eval should successfully import]
expected: FAIL

View file

@ -1,20 +0,0 @@
[string-compilation-classic.html]
type: testharness
[import() inside compiled strings inside a classic script]
expected: FAIL
[inline event handlers triggered via UA code should successfully import]
expected: FAIL
[setTimeout should successfully import]
expected: FAIL
[reflected inline event handlers should successfully import]
expected: FAIL
[the Function constructor should successfully import]
expected: FAIL
[eval should successfully import]
expected: FAIL

View file

@ -1,17 +0,0 @@
[string-compilation-module.html]
type: testharness
[inline event handlers triggered via UA code should successfully import]
expected: FAIL
[setTimeout should successfully import]
expected: FAIL
[reflected inline event handlers should successfully import]
expected: FAIL
[the Function constructor should successfully import]
expected: FAIL
[eval should successfully import]
expected: FAIL

View file

@ -1,22 +1,4 @@
[string-compilation-nonce-classic.html]
[setTimeout must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[direct eval must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[indirect eval must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[the Function constructor must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[reflected inline event handlers must inherit the nonce from the triggering script, thus execute]
expected: NOTRUN
[inline event handlers triggered via UA code must inherit the nonce from the triggering script, thus execute]
expected: NOTRUN
[inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail]
expected: FAIL

View file

@ -1,19 +1,7 @@
[string-compilation-nonce-module.html]
[the Function constructor must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[direct eval must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[setTimeout must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail]
expected: FAIL
[indirect eval must inherit the nonce from the triggering script, thus execute]
expected: FAIL
[reflected inline event handlers must not inherit the nonce from the triggering script, thus fail]
expected: FAIL

View file

@ -1,7 +0,0 @@
[string-compilation-of-promise-result.html]
[Evaled the script via eval, successful import]
expected: FAIL
[Evaled the script via Function, successful import]
expected: FAIL

View file

@ -1,16 +1,3 @@
[string-compilation-other-document.html]
[inline event handlers triggered by JS should successfully import]
expected: FAIL
[setTimeout should successfully import]
expected: FAIL
[reflected inline event handlers should successfully import]
expected: FAIL
[the Function constructor should successfully import]
expected: FAIL
[eval should successfully import]
expected: FAIL

View file

@ -1,5 +1,4 @@
[module-dynamic-import.html]
expected: TIMEOUT
[document.write in an imported module]
expected: TIMEOUT
expected: FAIL