mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3f5220b421
commit
ecaf2930cc
734 changed files with 24588 additions and 5583 deletions
12
tests/wpt/meta/css/css-flexbox/flex-shorthand-calc.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-flexbox/flex-shorthand-calc.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[flex-shorthand-calc.html]
|
||||
[e.style['flex'\] = "sign(1em - 1px) sibling-index()" should set flex-basis]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "sign(1em - 1px) sibling-index()" should set flex-grow]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "sign(1em - 1px) sibling-index()" should set flex-shrink]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "sign(1em - 1px) sibling-index()" should not set unrelated longhands]
|
||||
expected: FAIL
|
6
tests/wpt/meta/css/css-flexbox/parsing/flex-computed.html.ini
vendored
Normal file
6
tests/wpt/meta/css/css-flexbox/parsing/flex-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[flex-computed.html]
|
||||
[Property flex value 'calc(10 + (sign(20cqw - 10px) * 5)) calc(10 + (sign(20cqw - 10px) * 5)) 1px']
|
||||
expected: FAIL
|
||||
|
||||
[Property flex value '1 1 calc(10px + (sign(20cqw - 10px) * 5px))']
|
||||
expected: FAIL
|
6
tests/wpt/meta/css/css-flexbox/parsing/flex-valid.html.ini
vendored
Normal file
6
tests/wpt/meta/css/css-flexbox/parsing/flex-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[flex-valid.html]
|
||||
[e.style['flex'\] = "calc(10 + (sign(20cqw - 10px) * 5)) calc(10 + (sign(20cqw - 10px) * 5)) 1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['flex'\] = "1 1 calc(10px + (sign(20cqw - 10px) * 5px))" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue