Sync WPT with upstream (29-06-2025) (#37774)

Automated downstream sync of changes from upstream as of 29-06-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-06-29 03:47:33 +02:00 committed by GitHub
parent e1c037815c
commit 9a0f2be162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
548 changed files with 15671 additions and 4682 deletions

View file

@ -0,0 +1,2 @@
[corner-shape-iframe-border.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-img-border.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-svg-border.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-video-border.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border-shape-clips-background.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border-shape-inner-outer.html]
expected: FAIL

View file

@ -0,0 +1,18 @@
[border-shape-computed.html]
[Property border-shape value 'none']
expected: FAIL
[Property border-shape value 'circle()']
expected: FAIL
[Property border-shape value 'polygon(10px 10px, 100px 10px, 10px 100px)']
expected: FAIL
[Property border-shape value 'shape(from 0px 0px, hline to 100px, vline to 100px, close)']
expected: FAIL
[Property border-shape value 'circle() circle()']
expected: FAIL
[Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px)']
expected: FAIL

View file

@ -0,0 +1,18 @@
[border-shape-valid.html]
[e.style['border-shape'\] = "none" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "circle()" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "shape(from 0px 0px, hline to 100px, vline to 100px, close)" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "circle() circle()" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "circle() polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value]
expected: FAIL