Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c98a' (#35480)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-02-16 02:35:48 +01:00 committed by GitHub
parent b4f48c561b
commit 6d6070242b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
608 changed files with 18662 additions and 8348 deletions

View file

@ -1,2 +0,0 @@
[mix-blend-mode-video-sibling.html]
expected: FAIL

View file

@ -55,3 +55,36 @@
[Property corner-bottom-left-shape value 'superellipse(5)']
expected: FAIL
[Property corner-shape value 'superellipse(5) round']
expected: FAIL
[Property corner-shape value 'bevel superellipse(0.1) round squircle']
expected: FAIL
[Property corner-shape value 'superellipse(0.1) superellipse(3) superellipse(7) superellipse(0.1)']
expected: FAIL
[Property corner-shape value 'round round round round']
expected: FAIL
[Property corner-shape value 'round scoop']
expected: FAIL
[Property corner-shape value 'round scoop round scoop']
expected: FAIL
[Property corner-shape value 'bevel superellipse(2)']
expected: FAIL
[Property corner-shape value 'superellipse(0.5) superellipse(3) straight']
expected: FAIL
[Property corner-shape value 'superellipse(0.5) superellipse(3) superellipse(1)']
expected: FAIL
[Property corner-shape value 'bevel superellipse(2) squircle round']
expected: FAIL
[Property corner-shape value 'superellipse(0.5) superellipse(3) superellipse(1) superellipse(infinity)']
expected: FAIL

View file

@ -352,3 +352,27 @@
[e.style['corner-end-end-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "round round round round" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "round scoop" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "round scoop round scoop" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "bevel superellipse(2)" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "superellipse(0.5) superellipse(3) straight" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "superellipse(0.5) superellipse(3) superellipse(1)" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "bevel superellipse(2) squircle round" should set the property value]
expected: FAIL
[e.style['corner-shape'\] = "superellipse(0.5) superellipse(3) superellipse(1) superellipse(infinity)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,30 @@
[color-computed-contrast-color-function.html]
[Property background-color value 'contrast-color(white)']
expected: FAIL
[Property background-color value 'contrast-color(black)']
expected: FAIL
[Property background-color value 'contrast-color(pink)']
expected: FAIL
[Property background-color value 'contrast-color(color(srgb 1 0 1 / 0.5))']
expected: FAIL
[Property background-color value 'contrast-color(lab(0.2 0.5 0.2))']
expected: FAIL
[Property background-color value 'contrast-color(color(srgb 10 10 10))']
expected: FAIL
[Property background-color value 'contrast-color(color(srgb -10 -10 -10))']
expected: FAIL
[Property background-color value 'contrast-color(contrast-color(pink))']
expected: FAIL
[Property background-color value 'contrast-color(currentcolor)']
expected: FAIL
[Property background-color value 'contrast-color(color(srgb calc(1 + (sign(20cqw - 10px) * 1)) calc(1 + (sign(20cqw - 10px) * 1)) calc(1 + (sign(20cqw - 10px) * 1))))']
expected: FAIL

View file

@ -0,0 +1,30 @@
[color-valid-contrast-color-function.html]
[e.style['background-color'\] = "contrast-color(white)" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(black)" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(pink)" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(color(srgb 1 0 1 / 0.5))" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(lab(0.2 0.5 0.2))" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(color(srgb 10 10 10))" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(color(srgb -10 -10 -10))" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(contrast-color(pink))" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(currentcolor)" should set the property value]
expected: FAIL
[e.style['background-color'\] = "contrast-color(color(srgb calc(0.5) calc(1 + (sign(20cqw - 10px) * 0.5)) 1 / .5))" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[grid-content-alignment-with-abspos-001.html]
[.grid 1]
expected: FAIL

View file

@ -0,0 +1,9 @@
[grid-automatic-minimum-for-auto-rows-001.html]
[Check that min-height is honored when sizing auto rows.]
expected: FAIL
[Check that min-height is honored when sizing auto rows and spanning grid items.]
expected: FAIL
[Check the interactions between height and min-height and auto tracks.]
expected: FAIL

View file

@ -1,4 +1,5 @@
[dashed-function-eval.html]
expected: ERROR
[Literal result]
expected: FAIL

View file

@ -37,3 +37,30 @@
[@media within @supports]
expected: FAIL
[Basic @container]
expected: FAIL
[Basic @container (false)]
expected: FAIL
[Nested @container]
expected: FAIL
[Nested @container (false)]
expected: FAIL
[Locals within @container]
expected: FAIL
[@supports within @container]
expected: FAIL
[@container within @supports]
expected: FAIL
[@container, @media, @supports]
expected: FAIL
[@supports, @media, @container]
expected: FAIL

View file

@ -0,0 +1,3 @@
[function-container-dynamic.html]
[Custom Functions: @container responds to changes]
expected: FAIL

View file

@ -0,0 +1,3 @@
[function-container-self.html]
[Custom Functions: @container can not query self]
expected: FAIL

View file

@ -0,0 +1,6 @@
[function-container-style.html]
[Style query on #target should query parent element]
expected: FAIL
[Style query on ::before should query originating element]
expected: FAIL

View file

@ -1,2 +0,0 @@
[margin-block-end-scroll-area-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-018.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-019.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-020.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[table-cell-overflow-auto-scrolled.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[if-invalidation.html]
[CSS Values and Units Test: if() invalidation]
expected: FAIL

View file

@ -334,3 +334,30 @@
[CSS Values and Units Test: CSS inline if() function 111]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 112]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 113]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 114]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 115]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 116]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 117]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 118]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 119]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 120]
expected: FAIL