mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +01:00
Upgraded to SM 60
This commit is contained in:
parent
d34403047e
commit
74c1e00d81
290 changed files with 26572 additions and 1178 deletions
|
@ -1,9 +1,58 @@
|
|||
[dedicated-worker-import-blob-url.any.worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[dedicated-worker-import-blob-url]
|
||||
expected: FAIL
|
||||
|
||||
[Static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Static import and then dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import and then static import.]
|
||||
expected: FAIL
|
||||
|
||||
[eval(import()).]
|
||||
expected: FAIL
|
||||
|
||||
[[Parent\]]
|
||||
expected: ERROR
|
||||
|
||||
|
||||
[dedicated-worker-import-blob-url.any.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[dedicated-worker-import-blob-url]
|
||||
expected: FAIL
|
||||
|
||||
[Static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Static import and then dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import and then static import.]
|
||||
expected: FAIL
|
||||
|
||||
[eval(import()).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,32 @@
|
|||
[dedicated-worker-import-csp.html]
|
||||
expected: ERROR
|
||||
[DedicatedWorker: CSP for ES Modules]
|
||||
expected: FAIL
|
||||
|
||||
[worker-src 'self' directive should disallow cross origin static import.]
|
||||
expected: FAIL
|
||||
|
||||
[worker-src * directive should allow cross origin static import.]
|
||||
expected: FAIL
|
||||
|
||||
[script-src 'self' directive should disallow cross origin static import.]
|
||||
expected: FAIL
|
||||
|
||||
[script-src * directive should allow cross origin static import.]
|
||||
expected: FAIL
|
||||
|
||||
[worker-src * directive should override script-src 'self' directive and allow cross origin static import.]
|
||||
expected: FAIL
|
||||
|
||||
[worker-src 'self' directive should override script-src * directive and disallow cross origin static import.]
|
||||
expected: FAIL
|
||||
|
||||
[script-src 'self' directive should disallow cross origin dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[script-src * directive should allow cross origin dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[worker-src 'self' directive should not take effect on dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,44 @@
|
|||
[dedicated-worker-import-data-url.any.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
|
||||
[dedicated-worker-import-data-url]
|
||||
expected: FAIL
|
||||
|
||||
[Static import.]
|
||||
expected: TIMEOUT
|
||||
[Nested static import.]
|
||||
expected: NOTRUN
|
||||
[Static import and then dynamic import.]
|
||||
expected: NOTRUN
|
||||
[Dynamic import.]
|
||||
expected: NOTRUN
|
||||
[Nested dynamic import.]
|
||||
expected: NOTRUN
|
||||
[Dynamic import and then static import.]
|
||||
expected: NOTRUN
|
||||
[eval(import()).]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[dedicated-worker-import-data-url.any.worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
|
||||
[dedicated-worker-import-data-url]
|
||||
expected: FAIL
|
||||
|
||||
[Static import.]
|
||||
expected: TIMEOUT
|
||||
[Nested static import.]
|
||||
expected: NOTRUN
|
||||
[Static import and then dynamic import.]
|
||||
expected: NOTRUN
|
||||
[Dynamic import.]
|
||||
expected: NOTRUN
|
||||
[Nested dynamic import.]
|
||||
expected: NOTRUN
|
||||
[Dynamic import and then static import.]
|
||||
expected: NOTRUN
|
||||
[eval(import()).]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
[dedicated-worker-import-failure.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[DedicatedWorker: import failure]
|
||||
expected: FAIL
|
||||
|
||||
[importScripts() on module worker should throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import for non-existent script should throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[Worker construction for a file URL should throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,50 @@
|
|||
[dedicated-worker-import-referrer.html]
|
||||
expected: CRASH
|
||||
[DedicatedWorker: Referrer]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin top-level module script loading with "no-referrer" referrer policy]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin top-level module script loading with "origin" referrer policy]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin top-level module script loading with "same-origin" referrer policy]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin static import with "no-referrer" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin static import with "origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin static import with "same-origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin static import with "no-referrer" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin static import with "origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin static import with "same-origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin dynamic import with "no-referrer" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin dynamic import with "origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin dynamic import with "same-origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin dynamic import with "no-referrer" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin dynamic import with "origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin dynamic import with "same-origin" referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,55 @@
|
|||
[dedicated-worker-import.any.worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[dedicated-worker-import]
|
||||
expected: FAIL
|
||||
|
||||
[Static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Static import and then dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import and then static import.]
|
||||
expected: FAIL
|
||||
|
||||
[eval(import()).]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[dedicated-worker-import.any.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[dedicated-worker-import]
|
||||
expected: FAIL
|
||||
|
||||
[Static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested static import.]
|
||||
expected: FAIL
|
||||
|
||||
[Static import and then dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Nested dynamic import.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic import and then static import.]
|
||||
expected: FAIL
|
||||
|
||||
[eval(import()).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[dedicated-worker-options-credentials.html]
|
||||
[DedicatedWorker: WorkerOptions 'credentials']
|
||||
expected: FAIL
|
||||
|
||||
[new Worker() with credentials=omit should not send the credentials]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue