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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user