mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
layout: Only prevent fixed table layout when inline-size
is auto
(#35882)
We were ignoring `table-layout: fixed` both for `inline-size: auto` and `inline-size: max-content`. However, the CSSWG resolved that fixed table layout should be triggered except when `inline-size` is `auto`. https://github.com/w3c/csswg-drafts/issues/10937#issuecomment-2669150397 Blink has already adopted this change, and they modified the WPT `/css/css-tables/fixed-layout-2.html` accordingly. Here I'm doing some further cosmetic cleanups to the test. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
79e25a3e77
commit
56da4ad959
4 changed files with 27 additions and 33 deletions
|
@ -1,3 +0,0 @@
|
|||
[fixed-layout-2.html]
|
||||
[max-content]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue