mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[charset-2.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,8 @@
|
||||
[charset-bom.any.worker.html]
|
||||
expected: ERROR
|
||||
|
||||
[charset-bom.any.html]
|
||||
expected: ERROR
|
||||
|
||||
[charset-bom.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,2 @@
|
||||
[charset.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,9 @@
|
||||
[cors-crossorigin-requests.html]
|
||||
[Imported JSON module, cross-origin with CORS]
|
||||
expected: FAIL
|
||||
|
||||
[Imported JSON module, cross-origin, missing CORS ACAO header]
|
||||
expected: FAIL
|
||||
|
||||
[Imported JSON module with parse error, cross-origin, with CORS]
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,3 @@
|
||||
[credentials.sub.html]
|
||||
[JSON Modules should be loaded with or without the credentials based on the same-origin-ness and the crossOrigin attribute]
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,2 @@
|
||||
[integrity.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,8 @@
|
||||
[invalid-content-type.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[invalid-content-type.any.worker.html]
|
||||
expected: ERROR
|
||||
|
||||
[invalid-content-type.any.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,9 @@
|
||||
[json-module-service-worker-test.https.html]
|
||||
[Javascript importing JSON Module should load within the context of a service worker]
|
||||
expected: FAIL
|
||||
|
||||
[Trying to register a service worker with a top-level JSON Module should fail]
|
||||
expected: FAIL
|
||||
|
||||
[JSON Module dynamic import should not load within the context of a service worker]
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,25 @@
|
||||
[load-error-events.html]
|
||||
expected: ERROR
|
||||
[inline, 200, parser-inserted]
|
||||
expected: NOTRUN
|
||||
|
||||
[inline, 404, parser-inserted]
|
||||
expected: NOTRUN
|
||||
|
||||
[src, 200, parser-inserted]
|
||||
expected: FAIL
|
||||
|
||||
[src, 404, parser-inserted]
|
||||
expected: FAIL
|
||||
|
||||
[src, 200, not parser-inserted]
|
||||
expected: FAIL
|
||||
|
||||
[src, 404, not parser-inserted]
|
||||
expected: FAIL
|
||||
|
||||
[inline, 200, not parser-inserted]
|
||||
expected: NOTRUN
|
||||
|
||||
[inline, 404, not parser-inserted]
|
||||
expected: NOTRUN
|
||||
@@ -0,0 +1,4 @@
|
||||
[module.html]
|
||||
expected: ERROR
|
||||
[JSON modules]
|
||||
expected: NOTRUN
|
||||
@@ -0,0 +1,8 @@
|
||||
[non-object.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[non-object.any.worker.html]
|
||||
expected: ERROR
|
||||
|
||||
[non-object.any.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,4 @@
|
||||
[parse-error.html]
|
||||
expected: TIMEOUT
|
||||
[JSON modules: parse error]
|
||||
expected: TIMEOUT
|
||||
@@ -0,0 +1,2 @@
|
||||
[referrer-policies.sub.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,8 @@
|
||||
[repeated-imports.any.worker.html]
|
||||
expected: ERROR
|
||||
|
||||
[repeated-imports.any.html]
|
||||
expected: ERROR
|
||||
|
||||
[repeated-imports.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,19 @@
|
||||
[valid-content-type.html]
|
||||
expected: ERROR
|
||||
[text/json]
|
||||
expected: NOTRUN
|
||||
|
||||
[application/json]
|
||||
expected: NOTRUN
|
||||
|
||||
[text/html+json]
|
||||
expected: NOTRUN
|
||||
|
||||
[image/svg+json]
|
||||
expected: NOTRUN
|
||||
|
||||
[text/json;boundary=something]
|
||||
expected: NOTRUN
|
||||
|
||||
[text/json;foo=bar]
|
||||
expected: NOTRUN
|
||||
Reference in New Issue
Block a user