mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01: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:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,6 @@
|
|||
[charset-02.html]
|
||||
[UTF-16 module script with UTF-16BE BOM]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 module script with UTF-16LE BOM]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[dynamic-imports-script-error.html]
|
||||
[import() must reject with different error objects for each import when there is a instantiation error]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[string-compilation-base-url-external-classic.html]
|
||||
[setTimeout should successfully import]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[string-compilation-base-url-external-module.html]
|
||||
[setTimeout should successfully import]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[string-compilation-nonce-classic.html]
|
||||
[reflected inline event handlers must not inherit the nonce from the triggering script, thus fail]
|
||||
expected: FAIL
|
||||
|
||||
[inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[string-compilation-nonce-module.html]
|
||||
[reflected inline event handlers must not inherit the nonce from the triggering script, thus fail]
|
||||
expected: FAIL
|
||||
|
||||
[inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[string-compilation-other-document.html]
|
||||
[setTimeout should successfully import]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[module-import-referrer.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,18 @@
|
|||
[referrer-no-referrer.sub.html]
|
||||
[Importing a same-origin top-level script with the no-referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin top-level script with the no-referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a same-origin top-level script with the no-referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a same-origin top-level script with the no-referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a remote-origin top-level script with the no-referrer policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a remote-origin top-level script with the no-referrer policy.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[referrer-origin-when-cross-origin.sub.html]
|
||||
[Importing a remote-origin top-level script with the origin-when-cross-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a same-origin top-level script with the origin-when-cross-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a same-origin top-level script with the origin-when-cross-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a remote-origin top-level script with the origin-when-cross-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a remote-origin top-level script with the origin-when-cross-origin policy.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[referrer-origin.sub.html]
|
||||
[Importing a same-origin top-level script with the origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin top-level script with the origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a same-origin top-level script with the origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a same-origin top-level script with the origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a remote-origin top-level script with the origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a remote-origin top-level script with the origin policy.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[referrer-policy-for-descendants.sub.html]
|
||||
[Parent module delivered with `no-referrer-when-downgrade` policy importing a same-origin descendant script.]
|
||||
expected: FAIL
|
||||
|
||||
[Parent module delivered with `origin` policy importing a same-origin descendant script.]
|
||||
expected: FAIL
|
||||
|
||||
[Parent module delivered with `origin-when-cross-origin` policy importing a cross-origin descendant script.]
|
||||
expected: FAIL
|
||||
|
||||
[Remote parent module delivered with `origin-when-cross-origin` policy importing a same-origin-to-parent-module descendant script.]
|
||||
expected: FAIL
|
||||
|
||||
[Remote parent module delivered with `origin-when-cross-origin` policy importing a cross-origin-to-parent-module descendant script.]
|
||||
expected: FAIL
|
||||
|
||||
[Parent module delivered with invalid policy importing a same-origin descendant script.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[referrer-same-origin.sub.html]
|
||||
[Importing a remote-origin top-level script with the same-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a same-origin top-level script with the same-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a same-origin top-level script with the same-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a remote-origin top-level script with the same-origin policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a remote-origin top-level script with the same-origin policy.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[referrer-unsafe-url.sub.html]
|
||||
[Importing a same-origin descendant script from a same-origin top-level script with the unsafe-url policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a same-origin top-level script with the unsafe-url policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a remote-origin descendant script from a remote-origin top-level script with the unsafe-url policy.]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a same-origin descendant script from a remote-origin top-level script with the unsafe-url policy.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue