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

@ -1,12 +1,3 @@
[compile-event-handler-lexical-scopes-form-owner.html]
[<input> has a form owner]
expected: FAIL
[<img> has a form owner]
expected: FAIL
[<div> doesn't have a form owner]
expected: FAIL
[form-associated <x-foo> has a form owner]
expected: FAIL

View file

@ -0,0 +1,10 @@
[compile-event-handler-lexical-scopes.html]
expected: TIMEOUT
[The EventHandler is an element's event handler and has no form owner.]
expected: FAIL
[The EventHandler is an element's event handler and has a form owner.]
expected: FAIL
[The EventHandler is not an element's event handler (i.e. Window's event handler) and has no form owner.]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[frameset-element-synthetic-errorevent.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[frameset-element-synthetic-event.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[event-handler-removal.window.html]
[Event handler set through content attribute should be deactivated when the content attribute is removed.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[invalid-uncompiled-raw-handler-compiled-late.window.html]
[Invalid uncompiled raw handlers should only be compiled when about to call them]
expected: FAIL

View file

@ -0,0 +1,3 @@
[invalid-uncompiled-raw-handler-compiled-once.window.html]
[Invalid uncompiled raw handlers should only be compiled once]
expected: FAIL

View file

@ -0,0 +1,3 @@
[invalid-uncompiled-raw-handler-keeps-position.window.html]
[Compiling invalid uncompiled raw handlers should keep the position in event listener list]
expected: FAIL

View file

@ -0,0 +1,3 @@
[messageevent-constructor.https.html]
[Passing ServiceWorker for source member]
expected: FAIL