mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45: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 @@
|
|||
[dialog-display.html]
|
||||
[dialog: display]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[dialog.html]
|
||||
[Closed dialog in width: 540px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Open dialog in width: 540px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Modal dialog in width: 540px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Closed dialog in width: 538px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Open dialog in width: 538px iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Modal dialog in width: 538px iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[form-margin-quirk.html]
|
||||
[form margin quirk]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[resets.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[select-sizing-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-transform.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[font-size.html]
|
||||
[font size attribute -4 is correct]
|
||||
expected: FAIL
|
||||
|
||||
[font size attribute -5 is correct]
|
||||
expected: FAIL
|
||||
|
||||
[font size attribute -6 is correct]
|
||||
expected: FAIL
|
||||
|
||||
[font size attribute -7 is correct]
|
||||
expected: FAIL
|
||||
|
||||
[font size attribute -8 is correct]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[colgroup_valign_bottom.xhtml]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[colgroup_valign_top.xhtml]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[form-in-tables.html]
|
||||
[Computed display of form inside TABLE should be 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside THEAD should be 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside TBODY should be 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside TFOOT should be 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside TR should be 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside TABLE should be 'none' (!important UA style))]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside THEAD should be 'none' (!important UA style))]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside TBODY should be 'none' (!important UA style))]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside TFOOT should be 'none' (!important UA style))]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display of form inside TR should be 'none' (!important UA style))]
|
||||
expected: FAIL
|
|
@ -1,22 +1,4 @@
|
|||
[hidden-attr.html]
|
||||
[Computed display and visibility of colgroup]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display and visibility of col]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display and visibility of thead]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display and visibility of tbody]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display and visibility of tfoot]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display and visibility of tr]
|
||||
expected: FAIL
|
||||
|
||||
[Computed display and visibility of td]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,165 @@
|
|||
[table-attribute.html]
|
||||
[table bordercolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table cellspacing attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table background attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table bgcolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[thead background attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[thead bgcolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[tbody background attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[tbody bgcolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot background attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot bgcolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[tr background attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[tr bgcolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[td background attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[td bgcolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[th background attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[th bgcolor attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table thead align attribute center is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table thead align attribute middle is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table thead align attribute left is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table thead align attribute right is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table thead align attribute justify is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tbody align attribute center is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tbody align attribute middle is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tbody align attribute left is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tbody align attribute right is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tbody align attribute justify is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tfoot align attribute center is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tfoot align attribute middle is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tfoot align attribute left is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tfoot align attribute right is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tfoot align attribute justify is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tr align attribute center is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tr align attribute middle is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tr align attribute left is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tr align attribute right is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table tr align attribute justify is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table td align attribute middle is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table td align attribute justify is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute center is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute middle is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute left is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute right is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute justify is correct]
|
||||
expected: FAIL
|
||||
|
||||
[tr height attribute pixel is correct]
|
||||
expected: FAIL
|
||||
|
||||
[td height attribute pixel is correct]
|
||||
expected: FAIL
|
||||
|
||||
[th height attribute pixel is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table_tr height attribute percentage is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table_td height attribute percentage is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table_th height attribute percentage is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table height attribute pixel is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table height attribute 90% is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table height attribute 110% is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table cellpadding attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[th default align attribute is center]
|
||||
expected: FAIL
|
||||
|
||||
[table col width attribute is correct]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[table-border-3q.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[table-border-3s.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[table-bordercolor-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[table-direction.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[table-row-direction.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[table-row-group-direction.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[table-ua-stylesheet.html]
|
||||
[Computed 'display' on table should match html spec]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-width-s.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-width.html]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[setting-overflow-visible.html]
|
||||
[control]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1a.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1b.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1c.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1d.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1e.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1f.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1i.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1j.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1k.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-1l.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2a.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2b.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2c.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2d.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2e.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2f.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2i.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2j.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2k.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[body-margin-2l.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[iframe-body-margin-attributes.html]
|
||||
[body marginwidth vs body leftmargin]
|
||||
expected: FAIL
|
||||
|
||||
[iframe marginwidth vs child body leftmargin]
|
||||
expected: FAIL
|
||||
|
||||
[iframe marginwidth vs child body marginwidth]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue