Update web-platform-tests to revision b'd988aeeb33edc4d452899921799b8bed69fff65d' (#33178)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-08-24 21:37:49 -04:00 committed by GitHub
parent 7582afebec
commit 6caaa0c955
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
702 changed files with 27332 additions and 6432 deletions

View file

@ -0,0 +1,2 @@
[clip-border-area-background-geometry.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-border-area-border-image.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-border-area-border-on-top.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-border-area-box-decoration-break.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-border-area-multiple-backgrounds.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-border-area.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-text-ellipsis.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-text-text-decorations.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-text-text-emphasis.html]
expected: FAIL

View file

@ -2,3 +2,8 @@
[Property background-clip value 'border-box, padding-box, content-box']
expected: FAIL
[Property background-clip value 'border-area']
expected: FAIL
[Property background-clip value 'border-box, padding-box, content-box, border-area']
expected: FAIL

View file

@ -0,0 +1,6 @@
[background-clip-valid.html]
[e.style['background-clip'\] = "border-area" should set the property value]
expected: FAIL
[e.style['background-clip'\] = "border-box, padding-box, content-box, border-area" should set the property value]
expected: FAIL

View file

@ -73,3 +73,6 @@
[Property background-position-x value '-20%, 10px']
expected: FAIL
[Property background-clip value 'content-box, border-box, border-area']
expected: FAIL