mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Enable CSS Tables by default (#31470)
And remove the pref `layout.tables.enabled`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user