mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user