Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11f98' (#36019)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-18 06:51:39 +01:00 committed by GitHub
parent 84a1b7d4a5
commit eb3c48f9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
496 changed files with 17696 additions and 2718 deletions

View file

@ -1,4 +1,4 @@
[at-function-cssom.tentative.html]
[at-function-cssom.html]
[Empty CSSFunctionRule]
expected: FAIL
@ -35,6 +35,9 @@
[Indexed property getter]
expected: FAIL
[@supports in body]
expected: FAIL
[CSSFunctionRule.name]
expected: FAIL
@ -97,6 +100,3 @@
[CSSFunctionRule.cssText (--escaped-)]
expected: FAIL
[@supports in body]
expected: FAIL

View file

@ -0,0 +1,27 @@
[dashed-function-named-arg.tentative.html]
[e.style['top'\] = "--func(myident)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(--myident)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(--)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(50px --myident:)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({--myident:})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({ --myident:})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({--myident :})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({--myident: })" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(10px, { --myident : })" should set the property value]
expected: FAIL

View file

@ -0,0 +1,12 @@
[dashed-function-standard-property.html]
[<dashed-function> in longhand]
expected: FAIL
[<dashed-function> with typed result in longhand]
expected: FAIL
[<dashed-function> with in inherited longhand]
expected: FAIL
[<dashed-function> with typed result in shorthand]
expected: FAIL