mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Enable CSS Tables by default (#31470)
And remove the pref `layout.tables.enabled`.
This commit is contained in:
parent
d076b118c4
commit
007a31c1b5
525 changed files with 488 additions and 802 deletions
|
@ -0,0 +1,2 @@
|
|||
[table-width-s.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[table-width.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[tr-transform-and-will-change.html]
|
||||
expected: FAIL
|
|
@ -19,3 +19,30 @@
|
|||
|
||||
[fieldset with display: ruby-text-container]
|
||||
expected: FAIL
|
||||
|
||||
[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
|
||||
|
|
|
@ -166,3 +166,111 @@
|
|||
|
||||
[rendered legend with display: inline-table; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-caption]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-caption; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group; columns:1]
|
||||
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: table; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-header-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-footer-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-row; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-cell; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column-group; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-column; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: table-caption; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,18 @@
|
|||
|
||||
[.rt]
|
||||
expected: FAIL
|
||||
|
||||
[.table]
|
||||
expected: FAIL
|
||||
|
||||
[.col]
|
||||
expected: FAIL
|
||||
|
||||
[.tbody]
|
||||
expected: FAIL
|
||||
|
||||
[.tr]
|
||||
expected: FAIL
|
||||
|
||||
[.td]
|
||||
expected: FAIL
|
||||
|
|
|
@ -22,3 +22,30 @@
|
|||
|
||||
[display: flow-root]
|
||||
expected: FAIL
|
||||
|
||||
[display: table]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-row-group]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-header-group]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-footer-group]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-row]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-cell]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-column-group]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-column]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-caption]
|
||||
expected: FAIL
|
||||
|
|
|
@ -41,9 +41,6 @@
|
|||
[float: left - available width: 200px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-row - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -52,3 +49,12 @@
|
|||
|
||||
[float: left - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table - available width: 200px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-row - available width: 200px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-cell - available width: 200px]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue