зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1504373 [wpt PR 13864] - Update wpt metadata, a=testonly
wpt-pr: 13864 wpt-type: metadata
This commit is contained in:
Родитель
047c0c9141
Коммит
07d559deac
|
@ -26,3 +26,102 @@
|
|||
[Importing an insecure-origin script from a secure-origin worklet script should not be blocked because the upgrade-insecure-requests directive translates it as the secure origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin-redirected script should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin-redirected worklet should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin script should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin worklet should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin worklet should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin-redirected worklet should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin-redirected script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -88,3 +88,9 @@
|
|||
[Importing a script that imports an invalid identifier should reject the given promise.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -35,3 +35,51 @@
|
|||
[Importing an insecure-origin script from a secure-origin worklet script should not be blocked because the upgrade-insecure-requests directive translates it as the secure origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin-redirected script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -54,3 +54,6 @@
|
|||
[Importing a script that imports an invalid identifier should reject the given promise.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -26,3 +26,102 @@
|
|||
[Importing an insecure-origin script from a secure-origin worklet script should not be blocked because the upgrade-insecure-requests directive translates it as the secure origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin-redirected script should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin-redirected worklet should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin script should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin worklet should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin worklet should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin-redirected worklet should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin-redirected script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -47,3 +47,9 @@
|
|||
[Importing a script that imports an invalid identifier should reject the given promise.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -26,3 +26,102 @@
|
|||
[Importing an insecure-origin script from a secure-origin worklet script should not be blocked because the upgrade-insecure-requests directive translates it as the secure origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin-redirected script should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin-redirected worklet should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin script should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin worklet should be blocked because of mixed contents.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should be blocked by the script-src 'self' directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin worklet should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should be blocked by the script-src directive specifying the origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src * directive allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[An insecure-origin-redirected worklet should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing an insecure-origin-redirected script should not be blocked because of upgrade-insecure-requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin-redirected worklet should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
[A remote-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -88,3 +88,9 @@
|
|||
[Importing a script that imports an invalid identifier should reject the given promise.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче