mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Handle all white-space
values when intrinsically sizing an IFC (#33343)
There were various cases like `text-wrap-mode: nowrap` and `white-space-collapse: break-spaces` that weren't handled well. Fixes #33335 flexbox_flex-formatting-interop.html fails now because we don't support `table-layout: fixed`. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
777fb81260
commit
d9be9d6bd4
10 changed files with 351 additions and 45 deletions
2
tests/wpt/meta/css/css-flexbox/flexbox_flex-formatting-interop.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-flexbox/flexbox_flex-formatting-interop.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flexbox_flex-formatting-interop.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue