mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Enable min-content, max-content, fit-content and stretch (#33492)
For the sizing properties. We don't actually support them yet, just treating them as the initial value. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
4bde9af515
commit
9597390d2b
66 changed files with 120 additions and 2798 deletions
|
@ -1,9 +0,0 @@
|
|||
[flex-basis-computed.html]
|
||||
[Property flex-basis value 'fit-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property flex-basis value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property flex-basis value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[flex-basis-valid.html]
|
||||
[e.style['flex-basis'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex-basis'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex-basis'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,24 +0,0 @@
|
|||
[flex-shorthand.html]
|
||||
[e.style['flex'\] = "0 fit-content" should set flex-basis]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "0 fit-content" should set flex-grow]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "0 fit-content" should set flex-shrink]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "0 fit-content" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should set flex-basis]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should set flex-grow]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should set flex-shrink]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 0 max-content" should not set unrelated longhands]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue