mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
|
@ -1502,6 +1502,60 @@
|
|||
[SVGElement interface: attribute onbeforetoggle]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: attribute entryType]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: attribute startTime]
|
||||
expected: FAIL
|
||||
|
||||
[VisibilityStateEntry interface: attribute duration]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface: attribute width]
|
||||
expected: FAIL
|
||||
|
||||
[ImageBitmap interface: attribute height]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.html?include=(Document|Window)]
|
||||
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
||||
|
@ -2101,6 +2155,12 @@
|
|||
[Document interface: documentWithHandlers must inherit property "onbeforetoggle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, optional ImageBitmapOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.html?include=HTML.*]
|
||||
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
|
||||
|
@ -2556,9 +2616,6 @@
|
|||
[HTMLTableColElement interface: document.createElement("col") must inherit property "vAlign" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLAudioElement interface: named constructor without 'new']
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSlotElement interface: calling assignedElements(optional AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3147,9 +3204,6 @@
|
|||
[HTMLInputElement interface: createInput("time") must inherit property "width" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionElement interface: named constructor without 'new']
|
||||
expected: FAIL
|
||||
|
||||
[SVGAElement includes HTMLHyperlinkElementUtils: member names are unique]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3654,9 +3708,6 @@
|
|||
[HTMLAllCollection interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: named constructor without 'new']
|
||||
expected: FAIL
|
||||
|
||||
[HTMLModElement interface: document.createElement("del") must inherit property "cite" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue