mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
layout: Fix the pseudo for anonymous tables (#31578)
Anonymous tables should not use legacy pseudos, as the legacy layout engine had them inherit lots of random properites that lead to bad layout in the new layout engine. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a5a0e1cb3c
commit
49ae9bb442
18 changed files with 19 additions and 51 deletions
|
@ -41,12 +41,6 @@
|
|||
[float: left - available width: 200px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-row - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-cell - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
[float: left - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue