mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Update web-platform-tests to revision b'475127f90be9926867796ff98717b621a358af52' (#34956)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
748954d610
commit
716fa9387d
504 changed files with 13737 additions and 9756 deletions
75
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-auto-tracks-computed.html.ini
vendored
Normal file
75
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-auto-tracks-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,75 @@
|
|||
[masonry-auto-tracks-computed.html]
|
||||
[Property masonry-auto-tracks value '1px']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'calc(10px + 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'calc(10px - 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value '4%']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value '5fr']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'min-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'max-content']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'minmax(1px, 5fr)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'minmax(calc(10px + 0.5em), max-content)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'minmax(calc(10px - 0.5em), max-content)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'minmax(4%, auto)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'minmax(min-content, calc(10px + 0.5em))']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'minmax(auto, 4%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'fit-content(1px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'fit-content(calc(10px + 0.5em))']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'fit-content(calc(10px - 0.5em))']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'fit-content(4%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value '0px']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value '0%']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value '0fr']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'minmax(auto, 0%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'fit-content(0px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value '1px 2px 3px 0px']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-auto-tracks value 'fit-content(1px) minmax(2px, 3px) 4px']
|
||||
expected: FAIL
|
90
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-auto-tracks-valid.html.ini
vendored
Normal file
90
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-auto-tracks-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,90 @@
|
|||
[masonry-auto-tracks-valid.html]
|
||||
[e.style['masonry-auto-tracks'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "2em" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "5fr" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "min-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "max-content" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "auto /**/" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(1px, 5fr)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(2em, min-content)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(calc(2em + 3ex), max-content)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(4%, auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(5vmin, 1px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(min-content, 2em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(max-content, calc(2em + 3ex))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(auto, 4%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "fit-content(1px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "fit-content(2em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "fit-content(calc(2em + 3ex))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "fit-content(4%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "0%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "0fr" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "minmax(auto, 0%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "fit-content(0px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "auto 10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "1px 2px 3px 0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-auto-tracks'\] = "fit-content(1px) minmax(2px, 3px) 4px" should set the property value]
|
||||
expected: FAIL
|
24
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-flow-computed.html.ini
vendored
Normal file
24
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-flow-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[masonry-flow-computed.html]
|
||||
[Property masonry-flow value 'column normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-flow value 'column reverse']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-flow value 'row normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-flow value 'row reverse']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-flow value 'column-reverse normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-flow value 'column-reverse reverse']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-flow value 'row-reverse normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-flow value 'row-reverse reverse']
|
||||
expected: FAIL
|
96
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-flow-valid.html.ini
vendored
Normal file
96
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-flow-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,96 @@
|
|||
[masonry-flow-valid.html]
|
||||
[e.style['masonry-flow'\] = "column normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column reverse" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column normal" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column normal" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column reverse" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column reverse" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column reverse" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row reverse" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row normal" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row normal" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row reverse" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row reverse" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row reverse" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse reverse" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse normal" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse normal" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse reverse" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse reverse" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "column-reverse reverse" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse reverse" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse normal" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse normal" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse reverse" should set masonry-direction]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse reverse" should set masonry-fill]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-flow'\] = "row-reverse reverse" should not set unrelated longhands]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue