mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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 @@
|
|||
[height-valid.html]
|
||||
[e.style['height'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['height'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[max-height-valid.html]
|
||||
[e.style['max-height'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-height'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[max-width-valid.html]
|
||||
[e.style['max-width'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-width'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[width-valid.html]
|
||||
[e.style['width'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "fit-content" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue