mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +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,2 @@
|
||||
[charset-bom.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,2 @@
|
||||
[charset.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,16 @@
|
||||
[content-type-checking.html]
|
||||
expected: ERROR
|
||||
[text/css]
|
||||
expected: NOTRUN
|
||||
|
||||
[application/css]
|
||||
expected: NOTRUN
|
||||
|
||||
[text/html+css]
|
||||
expected: NOTRUN
|
||||
|
||||
[text/css;boundary=something]
|
||||
expected: NOTRUN
|
||||
|
||||
[text/css;foo=bar]
|
||||
expected: NOTRUN
|
||||
@@ -0,0 +1,9 @@
|
||||
[cors-crossorigin-requests.html]
|
||||
[Imported CSS module, cross-origin with CORS]
|
||||
expected: FAIL
|
||||
|
||||
[Imported CSS module, cross-origin, missing CORS ACAO header]
|
||||
expected: FAIL
|
||||
|
||||
[Imported CSS module with parse error, cross-origin, with CORS]
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,3 @@
|
||||
[credentials.sub.html]
|
||||
[CSS Modules should be loaded with or without the credentials based on the same-origin-ness and the crossOrigin attribute]
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,7 @@
|
||||
[css-module-worker-test.html]
|
||||
expected: TIMEOUT
|
||||
[A dynamic import CSS Module within a web worker should not load and should not attempt to fetch the module.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[An attempt to load a CSS module as a worker should fail.]
|
||||
expected: NOTRUN
|
||||
@@ -0,0 +1,2 @@
|
||||
[import-css-module-basic.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,2 @@
|
||||
[import-css-module-dynamic.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,2 @@
|
||||
[integrity.html]
|
||||
expected: ERROR
|
||||
@@ -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,2 @@
|
||||
[referrer-policies.sub.html]
|
||||
expected: ERROR
|
||||
@@ -0,0 +1,2 @@
|
||||
[relative-urls.html]
|
||||
expected: ERROR
|
||||
Reference in New Issue
Block a user