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

@ -46,3 +46,9 @@
[ariaOwnsElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[ariaErrorMessageElements in Element must enqueue an attributeChanged reaction when adding aria-errormessage content attribute]
expected: FAIL
[ariaErrorMessageElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL

View file

@ -1,10 +1,4 @@
[CSSStyleDeclaration.html]
[cssFloat on CSSStyleDeclaration must enqueue an attributeChanged reaction when it adds the observed style attribute]
expected: FAIL
[cssFloat on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it adds the style attribute but the style attribute is not observed]
expected: FAIL
[A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaration must enqueue an attributeChanged reaction when it adds the observed style attribute]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Document.html]
[execCommand on Document must enqueue a disconnected reaction when deleting a custom element from a contenteditable element]
expected: FAIL

View file

@ -0,0 +1,6 @@
[Element.html]
[slot on Element must enqueue an attributeChanged reaction when adding slot content attribute]
expected: FAIL
[slot on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL

View file

@ -0,0 +1,6 @@
[ElementContentEditable.html]
[contentEditable on ElementContentEditable must enqueue an attributeChanged reaction when adding contenteditable content attribute]
expected: FAIL
[contentEditable on ElementContentEditable must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL

View file

@ -28,3 +28,9 @@
[outerText on HTMLElement must enqueue a disconnected reaction]
expected: FAIL
[popover on HTMLElement must enqueue an attributeChanged reaction when adding popover content attribute]
expected: PRECONDITION_FAILED
[popover on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: PRECONDITION_FAILED

View file

@ -0,0 +1,9 @@
[HTMLTableElement.html]
[caption on HTMLTableElement must enqueue connectedCallback when inserting a custom element]
expected: FAIL
[tHead on HTMLTableElement must enqueue connectedCallback when inserting a custom element]
expected: FAIL
[tFoot on HTMLTableElement must enqueue connectedCallback when inserting a custom element]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Range.html]
[createContextualFragment on Range must construct a custom element]
expected: FAIL

View file

@ -0,0 +1,9 @@
[ShadowRoot.html]
[innerHTML on ShadowRoot must upgrade a custom element]
expected: FAIL
[innerHTML on ShadowRoot must enqueue connectedCallback on newly upgraded custom elements when the shadow root is connected]
expected: FAIL
[innerHTML on ShadowRoot must enqueue disconnectedCallback when removing a custom element]
expected: FAIL