mirror of
https://github.com/servo/servo.git
synced 2025-09-25 06:10:08 +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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
3
tests/wpt/meta/custom-elements/reactions/Range.html.ini
Normal file
3
tests/wpt/meta/custom-elements/reactions/Range.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Range.html]
|
||||
[createContextualFragment on Range must construct a custom element]
|
||||
expected: FAIL
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue