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

View file

@ -0,0 +1,6 @@
[compile-error-cross-origin.html]
[window.onerror - compile error in <script src=//www1...>]
expected: FAIL
[window.onerror - compile error in <script src=//www1...> (column)]
expected: FAIL

View file

@ -0,0 +1,6 @@
[compile-error-in-attribute.html]
[window.onerror - compile error in attribute]
expected: FAIL
[window.onerror - compile error in attribute (column)]
expected: FAIL

View file

@ -0,0 +1,3 @@
[compile-error-in-setInterval.html]
[window.onerror - compile error in setInterval]
expected: FAIL

View file

@ -0,0 +1,3 @@
[compile-error-in-setTimeout.html]
[window.onerror - compile error in setTimeout]
expected: FAIL

View file

@ -0,0 +1,14 @@
[atomics-wait-async.https.any.html]
[Atomics.waitAsync timeout in a Window]
expected: FAIL
[Atomics.waitAsync notification in a Window]
expected: FAIL
[atomics-wait-async.https.any.worker.html]
[Atomics.waitAsync timeout in a DedicatedWorkerGlobalScope]
expected: FAIL
[Atomics.waitAsync notification in a DedicatedWorkerGlobalScope]
expected: FAIL

View file

@ -0,0 +1,7 @@
[requires-failure.https.any.html]
[[[CanBlock\]\] in a Window]
expected: FAIL
[requires-failure.https.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,6 @@
[requires-success.any.sharedworker.html]
expected: ERROR
[requires-success.any.worker.html]
[[[CanBlock\]\] in a DedicatedWorkerGlobalScope]
expected: FAIL

View file

@ -7,7 +7,7 @@
expected: FAIL
[Sanity check: this all works as expected with no promises involved]
expected: TIMEOUT
expected: FAIL
[Thenable resolution]
expected: FAIL

View file

@ -0,0 +1,6 @@
[promise-job-incumbent.html]
[Fulfillment handler on pending-then-fulfilled promise, using backup incumbent settings object stack]
expected: FAIL
[Rejection handler on pending-then-rejected promise, using backup incumbent settings object stack]
expected: FAIL

View file

@ -0,0 +1,6 @@
[runtime-error-cross-origin.html]
[window.onerror - runtime error in <script src=//www1...>]
expected: FAIL
[window.onerror - runtime error in <script src=//www1...> (column)]
expected: FAIL

View file

@ -0,0 +1,3 @@
[runtime-error-in-setInterval.html]
[window.onerror - runtime error in setInterval]
expected: FAIL

View file

@ -0,0 +1,3 @@
[runtime-error-in-setTimeout.html]
[window.onerror - runtime error in setTimeout]
expected: FAIL

View file

@ -0,0 +1,3 @@
[disallow-crossorigin.html]
[Promise rejection event should be muted for cross-origin non-CORS script]
expected: FAIL

View file

@ -4,3 +4,6 @@
[delayed handling: delaying handling rejected promise created from createImageBitmap will cause both events to fire]
expected: FAIL
[no unhandledrejection/rejectionhandled: rejection handler attached synchronously to a promise created from createImageBitmap]
expected: FAIL

View file

@ -4,3 +4,6 @@
[unhandledrejection: from createImageBitmap which is UA triggered]
expected: FAIL
[no unhandledrejection/rejectionhandled: rejection handler attached synchronously to a promise created from createImageBitmap]
expected: FAIL

View file

@ -0,0 +1,3 @@
[promise-rejection-events.serviceworker.https.html]
[Service worker setup]
expected: FAIL

View file

@ -0,0 +1,2 @@
[promise-rejection-events.sharedworker.html]
expected: ERROR