Skip to content

Commit d5a0b72

Browse files
committed
Bug 1903765 [wpt PR 46841] - Check if the owner of stale counter to be removed is the element we leave, a=testonly
Automatic update from web-platform-tests Check if the owner of stale counter to be removed is the element we leave Bug: 346974104, 40638899 Change-Id: I156b7e0a3ec4d28f8b7d144ec8f009d3d96d8b51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5644863 Commit-Queue: Daniil Sakhapov <sakhapovchromium.org> Reviewed-by: Rune Lillesveen <futharkchromium.org> Cr-Commit-Position: refs/heads/main{#1317296} -- wpt-commits: d9190d3e5ee5b0a7ce44ee0dc31211c96e3babc9 wpt-pr: 46841 UltraBlame original commit: ebd342ad7d840660a9b6d22384a9be10059ad905
1 parent 3b89adf commit d5a0b72

File tree

2 files changed

+360
-0
lines changed

2 files changed

+360
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
meta
8+
charset
9+
=
10+
"
11+
utf
12+
-
13+
8
14+
"
15+
>
16+
<
17+
title
18+
>
19+
CSS
20+
Reference
21+
File
22+
:
23+
implicit
24+
and
25+
explicit
26+
list
27+
-
28+
item
29+
counters
30+
<
31+
/
32+
title
33+
>
34+
<
35+
div
36+
>
37+
1
38+
.
39+
List
40+
item
41+
1
42+
<
43+
/
44+
div
45+
>
46+
<
47+
div
48+
>
49+
2
50+
.
51+
List
52+
item
53+
2
54+
<
55+
/
56+
div
57+
>
58+
<
59+
div
60+
>
61+
<
62+
div
63+
>
64+
With
65+
sub
66+
items
67+
<
68+
/
69+
div
70+
>
71+
<
72+
div
73+
>
74+
With
75+
sub
76+
items
77+
<
78+
/
79+
div
80+
>
81+
<
82+
/
83+
div
84+
>
85+
<
86+
div
87+
>
88+
3
89+
.
90+
List
91+
item
92+
3
93+
<
94+
/
95+
div
96+
>
Lines changed: 264 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
meta
8+
charset
9+
=
10+
"
11+
utf
12+
-
13+
8
14+
"
15+
>
16+
<
17+
title
18+
>
19+
CSS
20+
Test
21+
:
22+
implicit
23+
and
24+
explicit
25+
list
26+
-
27+
item
28+
counters
29+
<
30+
/
31+
title
32+
>
33+
<
34+
link
35+
rel
36+
=
37+
"
38+
author
39+
"
40+
href
41+
=
42+
"
43+
mailto
44+
:
45+
sakhapov
46+
chromium
47+
.
48+
org
49+
"
50+
>
51+
<
52+
link
53+
rel
54+
=
55+
"
56+
match
57+
"
58+
href
59+
=
60+
"
61+
implicit
62+
-
63+
and
64+
-
65+
explicit
66+
-
67+
list
68+
-
69+
item
70+
-
71+
counters
72+
-
73+
ref
74+
.
75+
html
76+
"
77+
>
78+
<
79+
link
80+
rel
81+
=
82+
"
83+
help
84+
"
85+
href
86+
=
87+
"
88+
https
89+
:
90+
/
91+
/
92+
drafts
93+
.
94+
csswg
95+
.
96+
org
97+
/
98+
css
99+
-
100+
lists
101+
/
102+
#
103+
auto
104+
-
105+
numbering
106+
"
107+
>
108+
<
109+
style
110+
>
111+
ol
112+
.
113+
with
114+
-
115+
custom
116+
-
117+
markers
118+
{
119+
list
120+
-
121+
style
122+
:
123+
none
124+
;
125+
margin
126+
:
127+
0
128+
;
129+
padding
130+
:
131+
0
132+
;
133+
}
134+
ol
135+
.
136+
with
137+
-
138+
custom
139+
-
140+
markers
141+
li
142+
{
143+
list
144+
-
145+
style
146+
:
147+
none
148+
;
149+
}
150+
ol
151+
.
152+
with
153+
-
154+
custom
155+
-
156+
markers
157+
>
158+
li
159+
:
160+
:
161+
before
162+
{
163+
content
164+
:
165+
counter
166+
(
167+
list
168+
-
169+
item
170+
)
171+
"
172+
.
173+
"
174+
;
175+
}
176+
<
177+
/
178+
style
179+
>
180+
<
181+
ol
182+
class
183+
=
184+
"
185+
with
186+
-
187+
custom
188+
-
189+
markers
190+
"
191+
>
192+
<
193+
li
194+
>
195+
List
196+
item
197+
1
198+
<
199+
/
200+
li
201+
>
202+
<
203+
li
204+
>
205+
List
206+
item
207+
2
208+
<
209+
ul
210+
style
211+
=
212+
"
213+
margin
214+
:
215+
0
216+
;
217+
padding
218+
:
219+
0
220+
;
221+
"
222+
>
223+
<
224+
li
225+
>
226+
With
227+
sub
228+
items
229+
<
230+
/
231+
li
232+
>
233+
<
234+
li
235+
>
236+
With
237+
sub
238+
items
239+
<
240+
/
241+
li
242+
>
243+
<
244+
/
245+
ul
246+
>
247+
<
248+
/
249+
li
250+
>
251+
<
252+
li
253+
>
254+
List
255+
item
256+
3
257+
<
258+
/
259+
li
260+
>
261+
<
262+
/
263+
ol
264+
>

0 commit comments

Comments
 (0)