Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589a8f' (#35869)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-09 02:39:16 +01:00 committed by GitHub
parent d0a306729d
commit 66583ce3c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
762 changed files with 25364 additions and 9859 deletions

View file

@ -0,0 +1,6 @@
[animate-with-relative-color.html]
[Animate from absolute oklch to relative oklch]
expected: FAIL
[Animate from color keyword to relative rgb]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-via-custom-prop-animation-crash.html]
expected: TIMEOUT

View file

@ -16,3 +16,6 @@
[Property reading-flow value 'grid-order']
expected: FAIL
[Property reading-flow value 'source-order']
expected: FAIL

View file

@ -16,3 +16,6 @@
[e.style['reading-flow'\] = "grid-order" should set the property value]
expected: FAIL
[e.style['reading-flow'\] = "source-order" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[lang-attribute-affects-rendering-of-second-text-run.html]
expected: FAIL

View file

@ -31,3 +31,36 @@
[Property column-rule-color value 'rgb(from yellow calc(255 - r) calc(255 - g) calc(255 - b))']
expected: FAIL
[Property row-rule-color value 'currentcolor']
expected: FAIL
[Property row-rule-color value 'red']
expected: FAIL
[Property row-rule-color value 'repeat(4, yellow)']
expected: FAIL
[Property row-rule-color value 'red green blue']
expected: FAIL
[Property row-rule-color value 'repeat(7, lime) repeat(3, red)']
expected: FAIL
[Property row-rule-color value 'repeat(auto, red)']
expected: FAIL
[Property row-rule-color value 'repeat(calc(5 + 3), salmon)']
expected: FAIL
[Property row-rule-color value 'color-mix(in srgb, red 50%, blue 50%)']
expected: FAIL
[Property row-rule-color value 'color-mix(in srgb, lime 25%, yellow 75%)']
expected: FAIL
[Property row-rule-color value 'repeat(auto, rgb(from lime r g b))']
expected: FAIL
[Property row-rule-color value 'rgb(from yellow calc(255 - r) calc(255 - g) calc(255 - b))']
expected: FAIL

View file

@ -43,3 +43,48 @@
[e.style['column-rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(4, blue)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(3, red green blue)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(1, red green blue yellow)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "red" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(4, cyan)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "green blue" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "red blue green yellow pink" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(3, blue) repeat(4, red)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(auto, red)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(auto, red green blue)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(auto, red green) red" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "repeat(4, blue red green) repeat(auto, red)" should set the property value]
expected: FAIL
[e.style['row-rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex-sizing-rows-indefinite-height-002.html]
expected: FAIL

View file

@ -208,3 +208,36 @@
[@function --foo(--x:1px, --y, --z:2px) is valid]
expected: FAIL
[@function --foo(!) is invalid]
expected: FAIL
[@function --foo(--x: !) is invalid]
expected: FAIL
[@function --foo(--x type(!)) is invalid]
expected: FAIL
[@function --foo(,) is invalid]
expected: FAIL
[@function --foo(,,,) is invalid]
expected: FAIL
[@function --foo(--x, ;) is invalid]
expected: FAIL
[@function --foo(;) is invalid]
expected: FAIL
[@function --foo(\]) is invalid]
expected: FAIL
[@function --foo(, --x\]) is invalid]
expected: FAIL
[@function --foo(--x) ! <length> is invalid]
expected: FAIL
[@function --foo(--x) returns <length>! is invalid]
expected: FAIL

View file

@ -61,3 +61,18 @@
[Cyclic defaults]
expected: FAIL
[Local shadowing cyclic outer local --x]
expected: FAIL
[Argument shadowing cyclic outer local --x]
expected: FAIL
[Cycle through local, other function, fallback in function]
expected: FAIL
[Cyclic outer --b shadows custom property]
expected: FAIL
[Locals are function specific]
expected: FAIL

View file

@ -199,3 +199,63 @@
[Passing non-whole-value {} as argument]
expected: FAIL
[Local variable with initial keyword]
expected: FAIL
[Local variable with initial keyword, defaulted]
expected: FAIL
[Local variable with initial keyword, no value via IACVT-capture]
expected: FAIL
[Default with initial keyword]
expected: FAIL
[initial appearing via fallback]
expected: FAIL
[Local variable with inherit keyword]
expected: FAIL
[Local variable with inherit keyword (nested)]
expected: FAIL
[Inheriting an invalid value]
expected: FAIL
[Default with inherit keyword]
expected: FAIL
[Default with inherit keyword (nested)]
expected: FAIL
[Local with the unset keyword]
expected: FAIL
[Local with the revert keyword]
expected: FAIL
[Local with the revert-layer keyword]
expected: FAIL
[initial keyword left unresolved on result descriptor]
expected: FAIL
[inherit keyword left unresolved on result descriptor]
expected: FAIL
[unset keyword left unresolved on result descriptor]
expected: FAIL
[revert keyword left unresolved on result descriptor]
expected: FAIL
[revert-layer keyword left unresolved on result descriptor]
expected: FAIL
[Keyword can be returned from function into local variable]
expected: FAIL
[Can not return CSS-wide keyword as length]
expected: FAIL

View file

@ -0,0 +1,30 @@
[function-attr.html]
[Return untyped url() from function]
expected: FAIL
[Return untyped url() from function, quoted]
expected: FAIL
[Return typed url() from function]
expected: FAIL
[Return typed url() from function, quoted]
expected: FAIL
[Return attr(type(<length>)) from untyped function]
expected: FAIL
[Return attr(type(<length>)) from typed function]
expected: FAIL
[Return attr(type(*)) from typed function]
expected: FAIL
[Return attr(type(*)) from untyped function]
expected: FAIL
[attr() in default parameter value]
expected: FAIL
[attr() in local variable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[function-in-media.html]
[Custom Functions: @function inside @media]
expected: FAIL

View file

@ -0,0 +1,12 @@
[function-invalidation.html]
[Appending a rule]
expected: FAIL
[Prepending a rule]
expected: FAIL
[Deleting a rule]
expected: FAIL
[Prepending a rule, then deleting last]
expected: FAIL

View file

@ -0,0 +1,21 @@
[function-layer.html]
[Single function within anonymous layer]
expected: FAIL
[Last anonymous layer wins]
expected: FAIL
[Unlayered styles win]
expected: FAIL
[Unlayered styles win, reverse]
expected: FAIL
[Single named layer]
expected: FAIL
[Named layers]
expected: FAIL
[Named layers, reordered]
expected: FAIL

View file

@ -28,3 +28,6 @@
[Outer functions can't see inner functions (local vars)]
expected: FAIL
[Function with same name in different scopes]
expected: FAIL

View file

@ -1,3 +1,3 @@
[block-height-002.tentative.html]
[block-height-002.html]
[main > div > div 2]
expected: FAIL

View file

@ -0,0 +1,2 @@
[block-height-003.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[block-height-003.tentative.html]
expected: FAIL

View file

@ -0,0 +1,21 @@
[block-height-004.html]
[.inner 1]
expected: FAIL
[.inner 2]
expected: FAIL
[.inner 3]
expected: FAIL
[.inner 4]
expected: FAIL
[.inner 5]
expected: FAIL
[.inner 6]
expected: FAIL
[.inner 7]
expected: FAIL

View file

@ -1,9 +0,0 @@
[block-height-004.tentative.html]
[.inner 1]
expected: FAIL
[.inner 4]
expected: FAIL
[.inner 5]
expected: FAIL

View file

@ -1,4 +1,4 @@
[block-height-005.tentative.html]
[block-height-005.html]
[.float + div 1]
expected: FAIL

View file

@ -0,0 +1,2 @@
[block-height-006.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[block-height-006.tentative.html]
expected: FAIL

View file

@ -0,0 +1,30 @@
[block-height-007.html]
[.child 1]
expected: FAIL
[.child 3]
expected: FAIL
[.child 5]
expected: FAIL
[.child 7]
expected: FAIL
[.child 9]
expected: FAIL
[.child 11]
expected: FAIL
[.child 13]
expected: FAIL
[.child 15]
expected: FAIL
[.child 17]
expected: FAIL
[.child 19]
expected: FAIL

View file

@ -0,0 +1,240 @@
[block-height-008.html]
[.child 2]
expected: FAIL
[.child 4]
expected: FAIL
[.child 6]
expected: FAIL
[.child 8]
expected: FAIL
[.child 10]
expected: FAIL
[.child 12]
expected: FAIL
[.child 14]
expected: FAIL
[.child 16]
expected: FAIL
[.child 18]
expected: FAIL
[.child 20]
expected: FAIL
[.child 22]
expected: FAIL
[.child 24]
expected: FAIL
[.child 26]
expected: FAIL
[.child 28]
expected: FAIL
[.child 30]
expected: FAIL
[.child 32]
expected: FAIL
[.child 34]
expected: FAIL
[.child 36]
expected: FAIL
[.child 38]
expected: FAIL
[.child 40]
expected: FAIL
[.child 42]
expected: FAIL
[.child 44]
expected: FAIL
[.child 46]
expected: FAIL
[.child 48]
expected: FAIL
[.child 50]
expected: FAIL
[.child 52]
expected: FAIL
[.child 54]
expected: FAIL
[.child 56]
expected: FAIL
[.child 58]
expected: FAIL
[.child 60]
expected: FAIL
[.child 62]
expected: FAIL
[.child 64]
expected: FAIL
[.child 66]
expected: FAIL
[.child 68]
expected: FAIL
[.child 70]
expected: FAIL
[.child 72]
expected: FAIL
[.child 74]
expected: FAIL
[.child 76]
expected: FAIL
[.child 78]
expected: FAIL
[.child 80]
expected: FAIL
[.child 82]
expected: FAIL
[.child 84]
expected: FAIL
[.child 86]
expected: FAIL
[.child 88]
expected: FAIL
[.child 90]
expected: FAIL
[.child 92]
expected: FAIL
[.child 94]
expected: FAIL
[.child 96]
expected: FAIL
[.child 98]
expected: FAIL
[.child 100]
expected: FAIL
[.child 102]
expected: FAIL
[.child 104]
expected: FAIL
[.child 106]
expected: FAIL
[.child 108]
expected: FAIL
[.child 110]
expected: FAIL
[.child 112]
expected: FAIL
[.child 114]
expected: FAIL
[.child 116]
expected: FAIL
[.child 118]
expected: FAIL
[.child 120]
expected: FAIL
[.child 122]
expected: FAIL
[.child 124]
expected: FAIL
[.child 126]
expected: FAIL
[.child 128]
expected: FAIL
[.child 130]
expected: FAIL
[.child 132]
expected: FAIL
[.child 134]
expected: FAIL
[.child 136]
expected: FAIL
[.child 138]
expected: FAIL
[.child 140]
expected: FAIL
[.child 142]
expected: FAIL
[.child 144]
expected: FAIL
[.child 146]
expected: FAIL
[.child 148]
expected: FAIL
[.child 150]
expected: FAIL
[.child 152]
expected: FAIL
[.child 154]
expected: FAIL
[.child 156]
expected: FAIL
[.child 158]
expected: FAIL
[.child 160]
expected: FAIL

View file

@ -0,0 +1,2 @@
[block-height-009.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[block-height-010.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fixed-layout-2.html]
[max-content]
expected: FAIL

View file

@ -23,12 +23,6 @@
[CSS Values and Units Test: attr 7]
expected: FAIL
[CSS Values and Units Test: attr 8]
expected: FAIL
[CSS Values and Units Test: attr 9]
expected: FAIL
[CSS Values and Units Test: attr 10]
expected: FAIL
@ -47,9 +41,6 @@
[CSS Values and Units Test: attr 36]
expected: FAIL
[CSS Values and Units Test: attr 37]
expected: FAIL
[CSS Values and Units Test: attr 38]
expected: FAIL
@ -65,9 +56,6 @@
[CSS Values and Units Test: attr 24]
expected: FAIL
[CSS Values and Units Test: attr 19]
expected: FAIL
[CSS Values and Units Test: attr 20]
expected: FAIL
@ -86,12 +74,6 @@
[CSS Values and Units Test: attr 23]
expected: FAIL
[CSS Values and Units Test: attr 34]
expected: FAIL
[CSS Values and Units Test: attr 35]
expected: FAIL
[CSS Values and Units Test: attr 14]
expected: FAIL
@ -137,9 +119,6 @@
[CSS Values and Units Test: attr 52]
expected: FAIL
[CSS Values and Units Test: attr 53]
expected: FAIL
[CSS Values and Units Test: attr 54]
expected: FAIL
@ -221,14 +200,41 @@
[CSS Values and Units Test: attr 78]
expected: FAIL
[CSS Values and Units Test: attr 87]
[CSS Values and Units Test: attr 15]
expected: FAIL
[CSS Values and Units Test: attr 88]
[CSS Values and Units Test: attr 30]
expected: FAIL
[CSS Values and Units Test: attr 89]
[CSS Values and Units Test: attr 31]
expected: FAIL
[CSS Values and Units Test: attr 90]
[CSS Values and Units Test: attr 33]
expected: FAIL
[CSS Values and Units Test: attr 49]
expected: FAIL
[CSS Values and Units Test: attr 79]
expected: FAIL
[CSS Values and Units Test: attr 80]
expected: FAIL
[CSS Values and Units Test: attr 81]
expected: FAIL
[CSS Values and Units Test: attr 82]
expected: FAIL
[CSS Values and Units Test: attr 91]
expected: FAIL
[CSS Values and Units Test: attr 92]
expected: FAIL
[CSS Values and Units Test: attr 93]
expected: FAIL
[CSS Values and Units Test: attr 94]
expected: FAIL

View file

@ -1,3 +1,6 @@
[calc-sibling-function-in-shadow-dom.html]
[originating element in Shadow DOM]
expected: FAIL
[Host children have sibling-index() and sibling-count() based on assignedNodes order]
expected: FAIL

View file

@ -436,3 +436,9 @@
[CSS Values and Units Test: CSS inline if() function 145]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 146]
expected: FAIL
[CSS Values and Units Test: CSS inline if() function 147]
expected: FAIL

View file

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

View file

@ -0,0 +1,12 @@
[sibling-function-invalidation.html]
[Initially 6th sibling]
expected: FAIL
[5th sibling after removal]
expected: FAIL
[Initially 6 siblings]
expected: FAIL
[5 siblings after removal]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scrollTo-zoom.html]
expected: FAIL

View file

@ -1,6 +1,4 @@
[smooth-scroll-nonstop.html]
expected: TIMEOUT
[noop scrollIntoView doesn't interrupt ongoing smooth scroll.]
expected: FAIL
[noop scrollTo doesn't interrupt ongoing smooth scroll.]
expected: FAIL
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[resolved-border-width.html]
[checkbox]
expected: FAIL
[radio]
expected: FAIL

View file

@ -0,0 +1,2 @@
[empty-element-with-filter-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[empty-element-with-filter-003.html]
expected: FAIL