Skip to content

Commit 6a9ade0

Browse files
Sync WPT with upstream (12-10-2025) (servo#39802)
Automated downstream sync of changes from upstream as of 12-10-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <[email protected]>
1 parent 71442b3 commit 6a9ade0

File tree

355 files changed

+12107
-1538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+12107
-1538
lines changed

tests/wpt/meta/MANIFEST.json

Lines changed: 1496 additions & 258 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mix-blend-mode-video.html]
2+
expected: FAIL
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[background-shorthand-serialization.html]
2+
[background-size with non-initial background-position]
3+
expected: FAIL
4+
5+
[multiple backgrounds with varying values]
6+
expected: FAIL
7+
8+
[border-area border-box]
9+
expected: FAIL
10+
11+
[border-area padding-box]
12+
expected: FAIL

tests/wpt/meta/css/css-backgrounds/parsing/background-valid.html.ini

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,33 @@
2828

2929
[e.style['background'\] = "url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box, rgb(5, 6, 7) url(\\"https://example.com/\\") 1px 2px / 3px 4px space round local padding-box content-box" should not set unrelated longhands]
3030
expected: FAIL
31+
32+
[e.style['background'\] = "border-box content-box" should set background-color]
33+
expected: FAIL
34+
35+
[e.style['background'\] = "border-area" should set background-attachment]
36+
expected: FAIL
37+
38+
[e.style['background'\] = "border-area" should set background-clip]
39+
expected: FAIL
40+
41+
[e.style['background'\] = "border-area" should set background-color]
42+
expected: FAIL
43+
44+
[e.style['background'\] = "border-area" should set background-image]
45+
expected: FAIL
46+
47+
[e.style['background'\] = "border-area" should set background-origin]
48+
expected: FAIL
49+
50+
[e.style['background'\] = "border-area" should set background-position]
51+
expected: FAIL
52+
53+
[e.style['background'\] = "border-area" should set background-repeat]
54+
expected: FAIL
55+
56+
[e.style['background'\] = "border-area" should set background-size]
57+
expected: FAIL
58+
59+
[e.style['background'\] = "border-area" should not set unrelated longhands]
60+
expected: FAIL
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[border-shape-absolute-coords-shape.tentative.html]
2+
expected: FAIL
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[border-width-rounding.tentative.html]
22
[Test that border widths are rounded up when they are greater than 0px but less than 1px, and rounded down when they are greater than 1px.]
33
expected: FAIL
4+
5+
[border-width: 2.999px]
6+
expected: FAIL
7+
8+
[outline-width: 2.999px]
9+
expected: FAIL
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[outline-offset-rounding.tentative.html]
2+
[0.1px]
3+
expected: FAIL
4+
5+
[-0.1px]
6+
expected: FAIL
7+
8+
[0.25px]
9+
expected: FAIL
10+
11+
[-0.25px]
12+
expected: FAIL
13+
14+
[0.5px]
15+
expected: FAIL
16+
17+
[-0.5px]
18+
expected: FAIL
19+
20+
[0.9px]
21+
expected: FAIL
22+
23+
[-0.9px]
24+
expected: FAIL
25+
26+
[1.25px]
27+
expected: FAIL
28+
29+
[-1.25px]
30+
expected: FAIL
31+
32+
[1.5px]
33+
expected: FAIL
34+
35+
[-1.5px]
36+
expected: FAIL
37+
38+
[2.75px]
39+
expected: FAIL
40+
41+
[-2.75px]
42+
expected: FAIL

tests/wpt/meta/css/css-borders/tentative/parsing/border-shape-computed.html.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,24 @@
1616

1717
[Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px)']
1818
expected: FAIL
19+
20+
[Property border-shape value 'circle() content-box']
21+
expected: FAIL
22+
23+
[Property border-shape value 'circle() border-box']
24+
expected: FAIL
25+
26+
[Property border-shape value 'circle() border-box polygon(10px 10px, 100px 10px, 10px 100px) border-box']
27+
expected: FAIL
28+
29+
[Property border-shape value 'circle() padding-box polygon(10px 10px, 100px 10px, 10px 100px) border-box']
30+
expected: FAIL
31+
32+
[Property border-shape value 'circle() padding-box polygon(10px 10px, 100px 10px, 10px 100px) padding-box']
33+
expected: FAIL
34+
35+
[Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px) border-box']
36+
expected: FAIL
37+
38+
[Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px) content-box']
39+
expected: FAIL

tests/wpt/meta/css/css-borders/tentative/parsing/border-shape-valid.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616

1717
[e.style['border-shape'\] = "circle() polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value]
1818
expected: FAIL
19+
20+
[e.style['border-shape'\] = "circle() border-box circle() content-box" should set the property value]
21+
expected: FAIL

tests/wpt/meta/css/css-cascade/scope-invalidation.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@
8282

8383
[Ancestor element affecting nested scope root (Through latter selector in list)]
8484
expected: FAIL
85+
86+
[Parent element of subject affecting scope limit]
87+
expected: FAIL

0 commit comments

Comments
 (0)