mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
layout: Basic implementation of size keywords on flex-basis
(#35413)
layout: Basic implementation of size keywords on `flex-basis` This splits the logic to resolve the used value of `flex-basis` into its own method, which preserves size keywords. And then it changes `flex_base_size()` to resolve the provided keywords properly. However, it doesn't handle size keywords in the cross axis. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
3d9e7a95e0
commit
2b930814d7
6 changed files with 153 additions and 168 deletions
|
@ -1,14 +1,8 @@
|
|||
[flex-basis-intrinsics-001.html]
|
||||
[.flex-item 1]
|
||||
[.flex-item 7]
|
||||
expected: FAIL
|
||||
|
||||
[.flex-item 2]
|
||||
expected: FAIL
|
||||
|
||||
[.flex-item 3]
|
||||
expected: FAIL
|
||||
|
||||
[.flex-item 8]
|
||||
[.flex-item 9]
|
||||
expected: FAIL
|
||||
|
||||
[.flex-item 10]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue