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,3 @@
[allow_prototype_cycle_through_location.sub.html]
[cross-origin, but joined via document.domain, location cycle]
expected: FAIL

View file

@ -0,0 +1,3 @@
[assign_after_load.html]
[Assignment to location after document is completely loaded]
expected: FAIL

View file

@ -1,7 +0,0 @@
[location-prevent-extensions.html]
[Object.preventExtensions throws a TypeError]
expected: FAIL
[Reflect.preventExtensions returns false]
expected: FAIL

View file

@ -8,18 +8,11 @@
[Set HTTP URL frame location.protocol to http+x]
expected: FAIL
[Set HTTP URL frame location.protocol to ftp]
expected: FAIL
[Set data URL frame location.protocol to x]
expected: FAIL
[Set data URL frame location.protocol to data]
expected: FAIL
[Set data URL frame location.protocol to ftp]
expected: FAIL
[Set data URL frame location.protocol to file]
expected: FAIL
[Set HTTP URL frame location.protocol to file]
expected: FAIL

View file

@ -0,0 +1,3 @@
[location-protocol-setter.html]
[Equivalent tests for data URL and srcdoc <iframe>s]
expected: FAIL

View file

@ -0,0 +1,3 @@
[location-prototype-setting-same-origin-domain.sub.html]
[Same-origin-domain: setting the prototype to an empty object via __proto__ should throw a TypeError]
expected: FAIL

View file

@ -0,0 +1,3 @@
[location-prototype-setting-same-origin.html]
[Same-origin: setting the prototype to an empty object via __proto__ should throw a TypeError]
expected: FAIL

View file

@ -0,0 +1,3 @@
[location-symbol-toprimitive.html]
[Location Symbol.toPrimitive]
expected: FAIL

View file

@ -0,0 +1,3 @@
[location-valueof.html]
[Location valueOf]
expected: FAIL

View file

@ -0,0 +1,3 @@
[location_reload_javascript_url.html]
[location_reload_javascript_url]
expected: FAIL

View file

@ -0,0 +1,3 @@
[no-browsing-context.window.html]
[Getting `ancestorOrigins` of a `Location` object sans browsing context should be [\]]
expected: FAIL

View file

@ -0,0 +1,3 @@
[per-global.window.html]
[Navigating from the initial about:blank must not replace window.location]
expected: FAIL

View file

@ -0,0 +1,3 @@
[reload_document_write_onload.html]
[Reload document with document.written content written in load event]
expected: FAIL

View file

@ -0,0 +1,3 @@
[scripted_click_assign_during_load.html]
[Assignment to location with click during load]
expected: FAIL

View file

@ -0,0 +1,3 @@
[scripted_form_submit_assign_during_load.html]
[Assignment to location with form submit during load]
expected: FAIL