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 @@
[contextmenu-historical.html]
[onshow must not be present on the GlobalEventHandlers locations]
expected: FAIL

View file

@ -0,0 +1,36 @@
[name-attribute.tentative.html]
[basic handling of mutually exclusive details]
expected: FAIL
[more complex handling of mutually exclusive details]
expected: FAIL
[mutually exclusive details across multiple names and multiple tree scopes]
expected: FAIL
[mutation event and toggle event order matches tree order]
expected: FAIL
[exclusivity enforcement with attachment scenario connected]
expected: FAIL
[exclusivity enforcement with attachment scenario disconnected]
expected: FAIL
[exclusivity enforcement with attachment scenario shadow]
expected: FAIL
[exclusivity enforcement with attachment scenario shadow-in-disconnected]
expected: FAIL
[exclusivity enforcement with attachment scenario template-in-disconnected]
expected: FAIL
[exclusivity enforcement with attachment scenario connected-in-xhr-response]
expected: FAIL
[exclusivity enforcement with attachment scenario connected-in-implementation-create-document]
expected: FAIL
[exclusivity enforcement with attachment scenario connected-in-template]
expected: FAIL

View file

@ -0,0 +1,15 @@
[child-sequential-focus.html]
[dialog element with autofocus should get initial focus.]
expected: FAIL
[Only keyboard-focusable elements should get dialog initial focus.]
expected: FAIL
[Autofocus takes precedence over keyboard-focusable requirement.]
expected: FAIL
[Only keyboard-focusable elements should get dialog initial focus including in subtrees.]
expected: FAIL
[Only keyboard-focusable elements should get dialog initial focus including in nested buttons.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-autofocus-just-once.html]
[An autofocus element in a dialog element should not try to get focus twice.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[dialog-autofocus-multiple-times.html]
expected: TIMEOUT
[autofocus is run every time a dialog is opened]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[dialog-autofocus.html]
expected: TIMEOUT
[autofocus when a modal dialog is opened]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[dialog-focus-previous-outside.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[dialog-focusing-steps-prevent-autofocus.html]
[After showing a dialog, non-dialog autofocus processing won't work.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[dialog-form-submission-unusual.html]
[A form's action and rel=noopener are ignored during submission]
expected: FAIL
[A form's action and rel=noopener are ignored during submission, part 2]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-no-throw-requested-state.html]
[dialog-no-throw-requested-state]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-return-value.html]
[Tests dialog.returnValue is settable and returns the last value set.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-showModal-remove.html]
[dialog element: removing from document after showModal()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[inert-does-not-match-disabled-selector.html]
[Tests inert elements do not match the :disabled selector.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[inert-node-is-not-highlighted.html]
expected: FAIL

View file

@ -1,2 +1,21 @@
[inertness-with-modal-dialogs-and-iframes.html]
expected: ERROR
[Modal dialog in the outer iframe marks outer nodes in that iframe as inert.]
expected: FAIL
[Modal dialog in the inner iframe marks outer nodes in that iframe as inert.]
expected: FAIL
[Modal dialogs in both iframes mark outer nodes in these iframes as inert.]
expected: FAIL
[Modal dialog in the main document marks outer nodes as inert. Contents of the outer iframe aren't marked as inert.]
expected: FAIL
[Modal dialogs in the main document and inner iframe mark outer nodes as inert. Contents of the outer iframe aren't marked as inert.]
expected: FAIL
[Modal dialogs in the main document and outer iframe mark outer nodes as inert. Contents of the outer iframe aren't marked as inert.]
expected: FAIL
[Modal dialogs in the main document and both iframes mark outer nodes as inert. Contents of the outer iframe aren't marked as inert.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[modal-dialog-backdrop-opacity.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[show-modal-focusing-steps.html]
expected: TIMEOUT
[focus when a modal dialog is opened]
expected: TIMEOUT

View file

@ -0,0 +1,7 @@
[anchor-with-inline-element.html]
expected: TIMEOUT
[Clicking on anchor with embedded inline element should navigate instead of opening details]
expected: NOTRUN
[Expected <a>, inside svg, containing <circle> to navigate]
expected: NOTRUN