mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +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,6 +0,0 @@
|
|||
[block-size-computed.html]
|
||||
[Property block-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property block-size value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[block-size-valid.html]
|
||||
[e.style['block-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['block-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[inline-size-valid.html]
|
||||
[e.style['inline-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inline-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-block-size-computed.html]
|
||||
[Property max-block-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-block-size value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-block-size-valid.html]
|
||||
[e.style['max-block-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-block-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-inline-size-computed.html]
|
||||
[Property max-inline-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property max-inline-size value 'max-content']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[max-inline-size-valid.html]
|
||||
[e.style['max-inline-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-inline-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +1,3 @@
|
|||
[min-block-size-computed.html]
|
||||
[Property min-block-size value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-block-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-block-size value 'max-content']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[min-block-size-valid.html]
|
||||
[e.style['min-block-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-block-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +1,3 @@
|
|||
[min-inline-size-computed.html]
|
||||
[Property min-inline-size value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-inline-size value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property min-inline-size value 'max-content']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[min-inline-size-valid.html]
|
||||
[e.style['min-inline-size'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['min-inline-size'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue