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

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

View file

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