Skip to content

Commit 016524b

Browse files
Sync WPT with upstream (21-09-2025) (servo#39414)
Automated downstream sync of changes from upstream as of 21-09-2025 [no-wpt-sync] --------- Signed-off-by: WPT Sync Bot <[email protected]> Signed-off-by: Euclid Ye <[email protected]> Co-authored-by: Euclid Ye <[email protected]>
1 parent 77ae3a0 commit 016524b

File tree

716 files changed

+12210
-4610
lines changed

Some content is hidden

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

716 files changed

+12210
-4610
lines changed

tests/wpt/meta/MANIFEST.json

Lines changed: 1610 additions & 850 deletions
Large diffs are not rendered by default.

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

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

8080
[Relative selectors set with selectorText are relative to :scope and &]
8181
expected: FAIL
82+
83+
[Ancestor element affecting nested scope root (Through latter selector in list)]
84+
expected: FAIL
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[display-first-letter-001.html]
2+
[display of first-letter]
3+
expected: FAIL
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[display-first-line-001.html]
22
[display of first-letter and first-line]
33
expected: FAIL
4+
5+
[display of first-line]
6+
expected: FAIL
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flex-item-content-is-min-width-max-content.html]
2+
expected: FAIL
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flex-gap-decorations-027.html]
2+
expected: FAIL

tests/wpt/meta/css/css-gaps/parsing/gap-decorations-col-rule-width.html.ini

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

88
[`column-rule-width` should be as specified regardless of `column-rule-style` with multiple (repeat) values]
99
expected: FAIL
10+
11+
[`column-rule-width` should be independent of column-rule-style, hence should be as specified.]
12+
expected: FAIL

tests/wpt/meta/css/css-grid/parsing/grid-template-rows-intrinsic-auto-repeat-computed-implicit-track.tentative.html.ini

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,39 @@
3434

3535
[Property grid-template-rows value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]' computes to '[a\] 1px 0px [b\] 0px 4px [d\]']
3636
expected: FAIL
37+
38+
[Property grid-template-rows value '1px repeat(auto-fill, auto) 3px' computes to '10px 1px 0px 3px']
39+
expected: FAIL
40+
41+
[Property grid-template-rows value '1px repeat(auto-fit, auto) 3px' computes to '10px 1px 0px 3px']
42+
expected: FAIL
43+
44+
[Property grid-template-rows value '1px [a\] repeat(auto-fill, min-content max-content) [b\] 4px' computes to '10px 1px [a\] 0px 0px [b\] 4px']
45+
expected: FAIL
46+
47+
[Property grid-template-rows value '1px [a\] repeat(auto-fit, min-content max-content) [b\] 4px' computes to '10px 1px [a\] 0px 0px [b\] 4px']
48+
expected: FAIL
49+
50+
[Property grid-template-rows value '1px [a\] repeat(auto-fill, [b\] fit-content(200px) [c\]) [d\] 3px' computes to '10px 1px [a b\] 0px [c d\] 3px']
51+
expected: FAIL
52+
53+
[Property grid-template-rows value '1px [a\] repeat(auto-fit, [b\] fit-content(200px) [c\]) [d\] 3px' computes to '10px 1px [a b\] 0px [c d\] 3px']
54+
expected: FAIL
55+
56+
[Property grid-template-rows value '[a\] 1px repeat(auto-fill, auto [b\] auto) 4px [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
57+
expected: FAIL
58+
59+
[Property grid-template-rows value '[a\] 1px repeat(auto-fit, auto [b\] auto) 4px [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
60+
expected: FAIL
61+
62+
[Property grid-template-rows value '100% [a\] repeat(auto-fill, [b\] min-content [c\]) [d\] 300%' computes to '10px 1px [a b\] 0px [c d\] 3px']
63+
expected: FAIL
64+
65+
[Property grid-template-rows value '100% [a\] repeat(auto-fit, [b\] min-content [c\]) [d\] 300%' computes to '10px 1px [a b\] 0px [c d\] 3px']
66+
expected: FAIL
67+
68+
[Property grid-template-rows value '[a\] 1em repeat(auto-fill, max-content [b\] auto) 4em [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
69+
expected: FAIL
70+
71+
[Property grid-template-rows value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
72+
expected: FAIL

tests/wpt/meta/css/css-mixins/parameters.html.ini

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,30 @@
1313

1414
[Defaults in mixin parameters]
1515
expected: FAIL
16+
17+
[Too few parameters and no default ignores mixin]
18+
expected: FAIL
19+
20+
[Fallback is ignored if argument is given]
21+
expected: FAIL
22+
23+
[Fallback is used with no parameter and no default]
24+
expected: FAIL
25+
26+
[env() can be accessed from attributes]
27+
expected: FAIL
28+
29+
[env() resolves typed parameters]
30+
expected: FAIL
31+
32+
[env() refuses illegal syntax parameters, but does not fail entire mixin]
33+
expected: FAIL
34+
35+
[env() can access parameters from outer mixins]
36+
expected: FAIL
37+
38+
[env() works inside if, in condition and true branch]
39+
expected: FAIL
40+
41+
[env() works inside if, in condition and false branch]
42+
expected: FAIL
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[block-ellipsis-003.html]
2+
expected: FAIL

0 commit comments

Comments
 (0)