mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +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
|
@ -0,0 +1,3 @@
|
|||
[fieldset-block-formatting-context.html]
|
||||
[The fieldset element: block formatting context]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-border-gap-negative-margin.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-border-gap-position-relative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[fieldset-content-before-legend.html]
|
||||
[fieldset content before legend]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-default-style.html]
|
||||
expected: ERROR
|
|
@ -1,40 +1,10 @@
|
|||
[fieldset-display.html]
|
||||
[fieldset with display: table]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-row-group]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-header-group]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-footer-group]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-row]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-cell]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-column-group]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-column]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: table-caption]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: run-in]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: block ruby]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: inline-table]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset with display: ruby]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[fieldset-flexbox.html]
|
||||
[Flex]
|
||||
expected: FAIL
|
||||
|
||||
[Inline flex]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[fieldset-generated-content.html]
|
||||
[fieldset generated content]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[fieldset-grid.html]
|
||||
[Grid]
|
||||
expected: FAIL
|
||||
|
||||
[Inline grid]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-list-item.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-overflow-hidden.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-overflow.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-painting-order.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[fieldset-vertical.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,39 @@
|
|||
[legend-align-justify-self.html]
|
||||
[<fieldset><legend>x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="left">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="center">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="right">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="lEfT">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="cEnTeR">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="rIgHt">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="justify">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend align="left ">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend dir="ltr">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset><legend dir="rtl">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset dir="rtl"><legend dir="ltr">x</legend></fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[<fieldset dir="rtl"><legend dir="rtl">x</legend></fieldset>]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[legend-auto-margins.html]
|
||||
expected: FAIL
|
|
@ -1,7 +1,4 @@
|
|||
[legend-block-formatting-context.html]
|
||||
[in-body]
|
||||
expected: FAIL
|
||||
|
||||
[rendered-legend]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[legend-block-margins-2.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[legend-block-margins.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[legend-display-rendering.html]
|
||||
expected: FAIL
|
|
@ -1,7 +1,4 @@
|
|||
[legend-display.html]
|
||||
[rendered legend with display: table; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text-container]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,24 +11,12 @@
|
|||
[rendered legend with display: grid; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-base; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-caption]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: block ruby; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -44,30 +29,15 @@
|
|||
[rendered legend with display: inline-flex; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-base-container; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text-container; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -92,12 +62,6 @@
|
|||
[rendered legend with display: inline; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-flex; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -107,18 +71,12 @@
|
|||
[rendered legend with display: ruby; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-grid; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: block ruby; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -128,15 +86,6 @@
|
|||
[rendered legend with display: flex; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-flex; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -146,12 +95,6 @@
|
|||
[rendered legend with display: run-in]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -167,39 +110,15 @@
|
|||
[rendered legend with display: ruby-base-container; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-caption; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: flex; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text-container; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: grid; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-caption; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-caption; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -209,36 +128,15 @@
|
|||
[rendered legend with display: ruby; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: flex; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: grid; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: run-in; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -248,9 +146,6 @@
|
|||
[rendered legend with display: ruby; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -260,9 +155,6 @@
|
|||
[rendered legend with display: ruby-base]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-table]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[legend-float-abspos.html]
|
||||
[no dynamic changes]
|
||||
expected: FAIL
|
||||
|
||||
[inserting a new legend and removing it again]
|
||||
expected: FAIL
|
||||
|
||||
[dynamic changes to float]
|
||||
expected: FAIL
|
||||
|
||||
[dynamic changes to position]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[legend-list-item-numbering.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[legend-margin-inline.html]
|
||||
[left]
|
||||
expected: FAIL
|
||||
|
||||
[center]
|
||||
expected: FAIL
|
||||
|
||||
[right]
|
||||
expected: FAIL
|
||||
|
||||
[10px]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[legend-position-relative.html]
|
||||
expected: FAIL
|
|
@ -1,22 +1,4 @@
|
|||
[legend-sans-fieldset-display.html]
|
||||
[.table]
|
||||
expected: FAIL
|
||||
|
||||
[.caption]
|
||||
expected: FAIL
|
||||
|
||||
[.col]
|
||||
expected: FAIL
|
||||
|
||||
[.tbody]
|
||||
expected: FAIL
|
||||
|
||||
[.tr]
|
||||
expected: FAIL
|
||||
|
||||
[.td]
|
||||
expected: FAIL
|
||||
|
||||
[.ruby]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[legend-tall.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[legend.html]
|
||||
[rendered-legend: width]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[min-inline-size.html]
|
||||
[horizontal-tb ]
|
||||
expected: FAIL
|
||||
|
||||
[vertical-lr ]
|
||||
expected: FAIL
|
||||
|
||||
[vertical-rl ]
|
||||
expected: FAIL
|
||||
|
||||
[vertical-lr override]
|
||||
expected: FAIL
|
||||
|
||||
[vertical-rl override]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue