mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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,3 @@
|
|||
[allow_prototype_cycle_through_location.sub.html]
|
||||
[cross-origin, but joined via document.domain, location cycle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[assign_after_load.html]
|
||||
[Assignment to location after document is completely loaded]
|
||||
expected: FAIL
|
|
@ -1,7 +0,0 @@
|
|||
[location-prevent-extensions.html]
|
||||
[Object.preventExtensions throws a TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Reflect.preventExtensions returns false]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[location-protocol-setter.html]
|
||||
[Equivalent tests for data URL and srcdoc <iframe>s]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[location-symbol-toprimitive.html]
|
||||
[Location Symbol.toPrimitive]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[location-valueof.html]
|
||||
[Location valueOf]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[location_reload_javascript_url.html]
|
||||
[location_reload_javascript_url]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[no-browsing-context.window.html]
|
||||
[Getting `ancestorOrigins` of a `Location` object sans browsing context should be [\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[per-global.window.html]
|
||||
[Navigating from the initial about:blank must not replace window.location]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[reload_document_write_onload.html]
|
||||
[Reload document with document.written content written in load event]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scripted_click_assign_during_load.html]
|
||||
[Assignment to location with click during load]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scripted_form_submit_assign_during_load.html]
|
||||
[Assignment to location with form submit during load]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue