Enable CSS Tables by default (#31470)

And remove the pref `layout.tables.enabled`.
This commit is contained in:
Oriol Brufau 2024-03-07 11:09:10 +01:00 committed by GitHub
parent d076b118c4
commit 007a31c1b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
525 changed files with 488 additions and 802 deletions

View file

@ -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

View file

@ -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

View file

@ -4,3 +4,18 @@
[.rt]
expected: FAIL
[.table]
expected: FAIL
[.col]
expected: FAIL
[.tbody]
expected: FAIL
[.tr]
expected: FAIL
[.td]
expected: FAIL