mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +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
|
@ -22,3 +22,15 @@
|
|||
|
||||
[The table cell width calculation quirk, display:table-cell on span, wbr]
|
||||
expected: FAIL
|
||||
|
||||
[The table cell width calculation quirk, the quirk shouldn't apply for generated content]
|
||||
expected: FAIL
|
||||
|
||||
[The table cell width calculation quirk, the quirk shouldn't apply for <input>]
|
||||
expected: FAIL
|
||||
|
||||
[The table cell width calculation quirk, the quirk shouldn't apply for <video poster>]
|
||||
expected: FAIL
|
||||
|
||||
[The table cell width calculation quirk, non-auto width on cell]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue