Skip to content

Commit 478ea4f

Browse files
committed
Bug 1994801 [wpt PR 55483] - ::scroll-marker-group size container can not be its scroller, a=testonly
Automatic update from web-platform-tests ::scroll-marker-group size container can not be its scroller Confirmed by spec resolution: w3c/csswg-drafts#11213 (comment) Spec PR: w3c/csswg-drafts#12960 Bug: 452345165 Change-Id: Icd0a5ad9306250b209075ccecc394c6f14ed76be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7047440 Reviewed-by: Anders Hartvoll Ruud <andruudchromium.org> Commit-Queue: Rune Lillesveen <futharkchromium.org> Cr-Commit-Position: refs/heads/main{#1531255} -- wpt-commits: b821fbd13b9df4efde0886df0fd1e33920809e34 wpt-pr: 55483 UltraBlame original commit: 0c94985f19978a5dcb01b4cf8b657747037429cb
1 parent 64991cd commit 478ea4f

File tree

1 file changed

+304
-0
lines changed

1 file changed

+304
-0
lines changed
Lines changed: 304 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,304 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
title
8+
>
9+
CSS
10+
Overflow
11+
Test
12+
:
13+
Size
14+
container
15+
for
16+
:
17+
:
18+
scroll
19+
-
20+
marker
21+
-
22+
group
23+
<
24+
/
25+
title
26+
>
27+
<
28+
link
29+
rel
30+
=
31+
"
32+
help
33+
"
34+
href
35+
=
36+
"
37+
https
38+
:
39+
/
40+
/
41+
drafts
42+
.
43+
csswg
44+
.
45+
org
46+
/
47+
css
48+
-
49+
overflow
50+
-
51+
5
52+
/
53+
#
54+
scroll
55+
-
56+
marker
57+
-
58+
group
59+
-
60+
property
61+
"
62+
>
63+
<
64+
link
65+
rel
66+
=
67+
"
68+
help
69+
"
70+
href
71+
=
72+
"
73+
https
74+
:
75+
/
76+
/
77+
drafts
78+
.
79+
csswg
80+
.
81+
org
82+
/
83+
css
84+
-
85+
conditional
86+
-
87+
5
88+
/
89+
#
90+
container
91+
-
92+
queries
93+
"
94+
>
95+
<
96+
script
97+
src
98+
=
99+
"
100+
/
101+
resources
102+
/
103+
testharness
104+
.
105+
js
106+
"
107+
>
108+
<
109+
/
110+
script
111+
>
112+
<
113+
script
114+
src
115+
=
116+
"
117+
/
118+
resources
119+
/
120+
testharnessreport
121+
.
122+
js
123+
"
124+
>
125+
<
126+
/
127+
script
128+
>
129+
<
130+
style
131+
>
132+
#
133+
container
134+
{
135+
container
136+
-
137+
type
138+
:
139+
inline
140+
-
141+
size
142+
;
143+
width
144+
:
145+
400px
146+
;
147+
}
148+
#
149+
scroller
150+
{
151+
container
152+
-
153+
type
154+
:
155+
inline
156+
-
157+
size
158+
;
159+
overflow
160+
:
161+
auto
162+
;
163+
width
164+
:
165+
200px
166+
;
167+
height
168+
:
169+
200px
170+
;
171+
scroll
172+
-
173+
marker
174+
-
175+
group
176+
:
177+
before
178+
;
179+
container
180+
(
181+
width
182+
=
183+
400px
184+
)
185+
{
186+
&
187+
:
188+
:
189+
scroll
190+
-
191+
marker
192+
-
193+
group
194+
{
195+
-
196+
-
197+
test
198+
:
199+
pass
200+
;
201+
}
202+
}
203+
}
204+
<
205+
/
206+
style
207+
>
208+
<
209+
div
210+
id
211+
=
212+
"
213+
container
214+
"
215+
>
216+
<
217+
div
218+
id
219+
=
220+
"
221+
scroller
222+
"
223+
>
224+
<
225+
div
226+
id
227+
=
228+
"
229+
target
230+
"
231+
>
232+
<
233+
/
234+
div
235+
>
236+
<
237+
/
238+
div
239+
>
240+
<
241+
/
242+
div
243+
>
244+
<
245+
script
246+
>
247+
test
248+
(
249+
(
250+
)
251+
=
252+
>
253+
{
254+
assert_equals
255+
(
256+
getComputedStyle
257+
(
258+
scroller
259+
"
260+
:
261+
:
262+
scroll
263+
-
264+
marker
265+
-
266+
group
267+
"
268+
)
269+
.
270+
getPropertyValue
271+
(
272+
"
273+
-
274+
-
275+
test
276+
"
277+
)
278+
"
279+
pass
280+
"
281+
)
282+
;
283+
}
284+
"
285+
:
286+
:
287+
scroll
288+
-
289+
marker
290+
-
291+
group
292+
skips
293+
originating
294+
element
295+
for
296+
size
297+
queries
298+
"
299+
)
300+
;
301+
<
302+
/
303+
script
304+
>

0 commit comments

Comments
 (0)