Skip to content

Commit 546bf38

Browse files
committed
Bug 1937094 [wpt PR 49678] - Update wpt metadata, a=testonly
wpt-pr: 49678 wpt-type: metadata UltraBlame original commit: 487f153bccb7b05ac5267f739e3c4174dd7c3939
1 parent 5d3691c commit 546bf38

14 files changed

+344
-0
lines changed

testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-target-computed.html.ini

+30
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,33 @@ none
3939
expected
4040
:
4141
FAIL
42+
[
43+
Property
44+
scroll
45+
-
46+
initial
47+
-
48+
target
49+
value
50+
'
51+
nearest
52+
'
53+
]
54+
expected
55+
:
56+
FAIL
57+
[
58+
Property
59+
scroll
60+
-
61+
initial
62+
-
63+
target
64+
value
65+
'
66+
none
67+
'
68+
]
69+
expected
70+
:
71+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-target-valid.html.ini

+54
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,57 @@ value
6363
expected
6464
:
6565
FAIL
66+
[
67+
e
68+
.
69+
style
70+
[
71+
'
72+
scroll
73+
-
74+
initial
75+
-
76+
target
77+
'
78+
\
79+
]
80+
=
81+
"
82+
none
83+
"
84+
should
85+
set
86+
the
87+
property
88+
value
89+
]
90+
expected
91+
:
92+
FAIL
93+
[
94+
e
95+
.
96+
style
97+
[
98+
'
99+
scroll
100+
-
101+
initial
102+
-
103+
target
104+
'
105+
\
106+
]
107+
=
108+
"
109+
nearest
110+
"
111+
should
112+
set
113+
the
114+
property
115+
value
116+
]
117+
expected
118+
:
119+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-aligns-with-snap-align.tentative.html.ini

+17
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,20 @@ align
3434
expected
3535
:
3636
FAIL
37+
[
38+
scroll
39+
-
40+
initial
41+
-
42+
target
43+
aligns
44+
with
45+
scroll
46+
-
47+
snap
48+
-
49+
align
50+
]
51+
expected
52+
:
53+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-display-toggled.tentative.html.ini

+34
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,37 @@ block
4747
expected
4848
:
4949
FAIL
50+
[
51+
display
52+
:
53+
block
54+
scroll
55+
-
56+
initial
57+
-
58+
target
59+
becomes
60+
display
61+
:
62+
none
63+
]
64+
expected
65+
:
66+
FAIL
67+
[
68+
display
69+
:
70+
none
71+
scroll
72+
-
73+
initial
74+
-
75+
target
76+
becomes
77+
display
78+
:
79+
block
80+
]
81+
expected
82+
:
83+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-nested-container.tentative.html.ini

+47
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,50 @@ inner
7474
expected
7575
:
7676
FAIL
77+
[
78+
display
79+
:
80+
none
81+
scroll
82+
-
83+
initial
84+
-
85+
target
86+
becomes
87+
display
88+
:
89+
block
90+
]
91+
expected
92+
:
93+
FAIL
94+
[
95+
outer
96+
scroll
97+
-
98+
initial
99+
-
100+
target
101+
takes
102+
precedence
103+
over
104+
inner
105+
]
106+
expected
107+
:
108+
FAIL
109+
[
110+
scroll
111+
containers
112+
can
113+
also
114+
be
115+
scroll
116+
-
117+
initial
118+
-
119+
targets
120+
]
121+
expected
122+
:
123+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-root.tentative.html.ini

+17
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,20 @@ target
2828
expected
2929
:
3030
FAIL
31+
[
32+
CSS
33+
Scroll
34+
Snap
35+
2
36+
Test
37+
:
38+
scroll
39+
-
40+
initial
41+
-
42+
target
43+
*
44+
]
45+
expected
46+
:
47+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-rtl.tentative.html.ini

+16
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,19 @@ mode
2727
expected
2828
:
2929
FAIL
30+
[
31+
scroll
32+
-
33+
initial
34+
-
35+
target
36+
reflects
37+
vertical
38+
rtl
39+
writing
40+
mode
41+
.
42+
]
43+
expected
44+
:
45+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-span.tentative.html.ini

+15
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@ honored
2626
expected
2727
:
2828
FAIL
29+
[
30+
<
31+
span
32+
>
33+
scroll
34+
-
35+
initial
36+
-
37+
target
38+
is
39+
honored
40+
]
41+
expected
42+
:
43+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-anchor-navigation.tentative.html.ini

+16
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,19 @@ navigation
3131
expected
3232
:
3333
FAIL
34+
[
35+
scroll
36+
-
37+
initial
38+
-
39+
target
40+
does
41+
not
42+
override
43+
anchor
44+
navigation
45+
.
46+
]
47+
expected
48+
:
49+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-snap.tentative.html.ini

+17
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,20 @@ target
3232
expected
3333
:
3434
FAIL
35+
[
36+
CSS
37+
Scroll
38+
Snap
39+
2
40+
Test
41+
:
42+
scroll
43+
-
44+
initial
45+
-
46+
target
47+
*
48+
]
49+
expected
50+
:
51+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start-root.tentative.html.ini

+17
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,20 @@ target
3434
expected
3535
:
3636
FAIL
37+
[
38+
CSS
39+
Scroll
40+
Snap
41+
2
42+
Test
43+
:
44+
scroll
45+
-
46+
initial
47+
-
48+
target
49+
*
50+
]
51+
expected
52+
:
53+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start.tentative.html.ini

+17
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,20 @@ target
3232
expected
3333
:
3434
FAIL
35+
[
36+
CSS
37+
Scroll
38+
Snap
39+
2
40+
Test
41+
:
42+
scroll
43+
-
44+
initial
45+
-
46+
target
47+
*
48+
]
49+
expected
50+
:
51+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-user-programmatic-scroll.tentative.html.ini

+30
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,33 @@ scroll
4747
expected
4848
:
4949
FAIL
50+
[
51+
scroll
52+
-
53+
initial
54+
-
55+
target
56+
does
57+
not
58+
override
59+
user
60+
scroll
61+
]
62+
expected
63+
:
64+
FAIL
65+
[
66+
scroll
67+
-
68+
initial
69+
-
70+
target
71+
does
72+
not
73+
override
74+
programmatic
75+
scroll
76+
]
77+
expected
78+
:
79+
FAIL

testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target.tentative.html.ini

+17
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,20 @@ target
2626
expected
2727
:
2828
FAIL
29+
[
30+
CSS
31+
Scroll
32+
Snap
33+
2
34+
Test
35+
:
36+
scroll
37+
-
38+
initial
39+
-
40+
target
41+
*
42+
]
43+
expected
44+
:
45+
FAIL

0 commit comments

Comments
 (0)