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:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,48 @@
[img-mime-types-coverage.tentative.sub.html]
[CORB should allow the response if Content-Type is: 'image/svg+xml'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'text/html'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'text/json'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'application/json'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'text/xml'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'application/xml'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'application/blah+json'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'text/blah+json'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'application/blah+xml'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'text/blah+xml'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'TEXT/HTML'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'TEXT/JSON'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'TEXT/BLAH+JSON'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'APPLICATION/BLAH+XML'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'text/json;does=it;matter'. ]
expected: FAIL
[CORB should block the response if Content-Type is: 'text/HTML;NO=it;does=NOT'. ]
expected: FAIL

View file

@ -0,0 +1,2 @@
[img-png-mislabeled-as-html-nosniff.tentative.sub.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[preload-image-png-mislabeled-as-html-nosniff.tentative.sub.html]
expected: TIMEOUT
[preload-image-png-mislabeled-as-html-nosniff]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[response_block.tentative.https.html]
[ORB: Expect error response from <script> fetch.]
expected: FAIL
[ORB: Expect error response from fetch().]
expected: FAIL

View file

@ -0,0 +1,3 @@
[script-html-correctly-labeled.tentative.sub.html]
[CORB-blocked script has no syntax errors]
expected: FAIL

View file

@ -0,0 +1,4 @@
[script-html-via-cross-origin-blob-url.sub.html]
expected: ERROR
[script-html-via-cross-origin-blob-url]
expected: FAIL

View file

@ -0,0 +1,3 @@
[script-js-mislabeled-as-html-nosniff.sub.html]
[script-js-mislabeled-as-html-nosniff]
expected: FAIL

View file

@ -0,0 +1,81 @@
[script-resource-with-json-parser-breaker.tentative.sub.html]
[CORB-blocks 'text/html' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'text/html' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'text/html' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'text/xml' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'text/xml' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'text/xml' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'text/json' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'text/json' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'text/json' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'text/plain' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'text/plain' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'text/plain' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'image/png' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'image/png' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'image/png' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'image/svg+xml' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'image/svg+xml' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'image/svg+xml' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'application/pdf' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'application/pdf' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'application/pdf' that starts with the following JSON parser breaker: {} &&]
expected: FAIL
[CORB-blocks 'application/zip' that starts with the following JSON parser breaker: )\]}']
expected: FAIL
[CORB-blocks 'application/zip' that starts with the following JSON parser breaker: {}&&]
expected: FAIL
[CORB-blocks 'application/zip' that starts with the following JSON parser breaker: {} &&]
expected: FAIL

View file

@ -0,0 +1,4 @@
[script-resource-with-nonsniffable-types.tentative.sub.html]
expected: TIMEOUT
[script-resource-with-nonsniffable-types]
expected: FAIL