mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Fix geometry queries for floats and replaced inlines (#34083)
APIs like `clientWidth` were returning zero. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
62c7951424
commit
31566aef02
101 changed files with 5 additions and 2303 deletions
|
@ -19,12 +19,3 @@
|
|||
|
||||
[display: list-item - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
[float: left - available width: 50px]
|
||||
expected: FAIL
|
||||
|
||||
[float: left - available width: 200px]
|
||||
expected: FAIL
|
||||
|
||||
[float: left - available width: 300px]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue