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:
Servo WPT Sync 2025-01-12 02:34:48 +01:00 committed by GitHub
parent 748954d610
commit 716fa9387d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
504 changed files with 13737 additions and 9756 deletions

View file

@ -49,3 +49,12 @@
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 10%, dynamic-range-limit-mix(standard 25%, constrained-high 75%) 20%, dynamic-range-limit-mix(constrained-high 10%, high 30%) 20%)']
expected: FAIL
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 100%, standard 0%)']
expected: FAIL
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 100%, high 0%)']
expected: FAIL
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 25%, standard 25%, standard 25%, standard 25%)']
expected: FAIL

View file

@ -28,3 +28,9 @@
[e.style['dynamic-range-limit'\] = "dynamic-range-limit-mix(dynamic-range-limit-mix(high 1%, standard 2%) 3%, dynamic-range-limit-mix(constrained-high 5%, high 5%) 6%)" should set the property value]
expected: FAIL
[e.style['dynamic-range-limit'\] = "dynamic-range-limit-mix(high 99%, standard 99%, constrained-high 10%)" should set the property value]
expected: FAIL
[e.style['dynamic-range-limit'\] = "dynamic-range-limit-mix(high 1%)" should set the property value]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-intrinsic-sizing-cols-001-fr.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-intrinsic-sizing-cols-004-fr.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-columns-item-placement-auto-flow-next-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-item-placement-001.html]
expected: FAIL

View file

@ -0,0 +1,36 @@
[color-stops-parsing.html]
[linear-gradient(black) [ parsable \]]
expected: FAIL
[linear-gradient(black 0%) [ parsable \]]
expected: FAIL
[repeating-linear-gradient(black) [ parsable \]]
expected: FAIL
[repeating-linear-gradient(black 0%) [ parsable \]]
expected: FAIL
[radial-gradient(black) [ parsable \]]
expected: FAIL
[radial-gradient(black 0%) [ parsable \]]
expected: FAIL
[repeating-radial-gradient(black) [ parsable \]]
expected: FAIL
[repeating-radial-gradient(black 0%) [ parsable \]]
expected: FAIL
[conic-gradient(black) [ parsable \]]
expected: FAIL
[conic-gradient(black 0%) [ parsable \]]
expected: FAIL
[repeating-conic-gradient(black) [ parsable \]]
expected: FAIL
[repeating-conic-gradient(black 0%) [ parsable \]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-005.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-006.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-007.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-longer-hue-hsl-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-longer-hue-hsl.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-longer-hue-oklch.html]
expected: FAIL

View file

@ -4,3 +4,9 @@
[e.style['content'\] = "-webkit-image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value]
expected: FAIL
[e.style['background-image'\] = "image-set(linear-gradient(red) 1x)" should set the property value]
expected: FAIL
[e.style['background-image'\] = "-webkit-image-set(linear-gradient(red) 1x)" should set the property value]
expected: FAIL

View 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

View 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

View 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

View 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

View file

@ -0,0 +1,6 @@
[targeted-scroll-marker-selection-with-transition.tentative.html]
[scroll-marker of target (idx 1) of scrollIntoView is selected]
expected: FAIL
[scroll-marker of target (idx 14) of scrollIntoView is selected]
expected: FAIL

View file

@ -1,2 +0,0 @@
[dynamic-available-size-iframe.html]
expected: FAIL

View file

@ -194,9 +194,6 @@
[CSS Values and Units Test: attr 70]
expected: FAIL
[CSS Values and Units Test: attr 80]
expected: FAIL
[CSS Values and Units Test: attr 81]
expected: FAIL
@ -214,3 +211,9 @@
[CSS Values and Units Test: attr 83]
expected: FAIL
[CSS Values and Units Test: attr 72]
expected: FAIL
[CSS Values and Units Test: attr 84]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-clip-radius-zoom.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-plus-mask-large.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-plus-mask.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-transform.html]
expected: FAIL