Skip to content

Commit bb45f96

Browse files
committed
Bug 1933019 [wpt PR 49344] - Rename ::check pseudo element to ::checkmark, a=testonly
Automatic update from web-platform-tests Rename ::check pseudo element to ::checkmark w3c/csswg-drafts#10908 (comment) Bug: 379985080 Change-Id: Ib2ada61e49f62e430ca0c7dce931e05fdd6431e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043233 Commit-Queue: Traian Captan <tcaptanchromium.org> Reviewed-by: Joey Arhar <jarharchromium.org> Auto-Submit: Traian Captan <tcaptanchromium.org> Reviewed-by: Nate Chapin <japhetchromium.org> Reviewed-by: Aaron Leventhal <aleventhalchromium.org> Cr-Commit-Position: refs/heads/main{#1387229} -- wpt-commits: fe388646e736d63513813f1e0c80db1bdb638b7a wpt-pr: 49344 UltraBlame original commit: bf96eef3b44166f77a9f8c845134bed29d588661
1 parent 7a47fc7 commit bb45f96

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

testing/web-platform/tests/css/css-pseudo/parsing/the-check-pseudo-element.tentative.html

+20-20
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
CSS
2020
:
2121
:
22-
check
22+
checkmark
2323
Pseudo
2424
-
2525
Element
@@ -76,7 +76,7 @@
7676
the
7777
:
7878
:
79-
check
79+
checkmark
8080
pseudo
8181
element
8282
selector
@@ -147,7 +147,7 @@
147147
"
148148
:
149149
:
150-
check
150+
checkmark
151151
"
152152
)
153153
;
@@ -157,12 +157,12 @@
157157
*
158158
:
159159
:
160-
check
160+
checkmark
161161
"
162162
"
163163
:
164164
:
165-
check
165+
checkmark
166166
"
167167
)
168168
;
@@ -177,7 +177,7 @@
177177
]
178178
:
179179
:
180-
check
180+
checkmark
181181
"
182182
)
183183
;
@@ -186,7 +186,7 @@
186186
"
187187
:
188188
:
189-
check
189+
checkmark
190190
*
191191
"
192192
)
@@ -199,10 +199,10 @@
199199
"
200200
:
201201
:
202-
check
202+
checkmark
203203
:
204204
:
205-
check
205+
checkmark
206206
"
207207
)
208208
;
@@ -214,7 +214,7 @@
214214
before
215215
:
216216
:
217-
check
217+
checkmark
218218
"
219219
)
220220
;
@@ -226,7 +226,7 @@
226226
after
227227
:
228228
:
229-
check
229+
checkmark
230230
"
231231
)
232232
;
@@ -238,7 +238,7 @@
238238
marker
239239
:
240240
:
241-
check
241+
checkmark
242242
"
243243
)
244244
;
@@ -250,7 +250,7 @@
250250
placeholder
251251
:
252252
:
253-
check
253+
checkmark
254254
"
255255
)
256256
;
@@ -259,7 +259,7 @@
259259
"
260260
:
261261
:
262-
check
262+
checkmark
263263
:
264264
:
265265
before
@@ -271,7 +271,7 @@
271271
"
272272
:
273273
:
274-
check
274+
checkmark
275275
:
276276
:
277277
after
@@ -283,7 +283,7 @@
283283
"
284284
:
285285
:
286-
check
286+
checkmark
287287
:
288288
:
289289
marker
@@ -295,7 +295,7 @@
295295
"
296296
:
297297
:
298-
check
298+
checkmark
299299
:
300300
:
301301
placeholder
@@ -313,7 +313,7 @@
313313
)
314314
:
315315
:
316-
check
316+
checkmark
317317
:
318318
:
319319
slotted
@@ -334,7 +334,7 @@
334334
)
335335
:
336336
:
337-
check
337+
checkmark
338338
"
339339
)
340340
;
@@ -349,7 +349,7 @@
349349
)
350350
:
351351
:
352-
check
352+
checkmark
353353
"
354354
)
355355
;

testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/option-computed-style.tentative.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
'
134134
:
135135
:
136-
check
136+
checkmark
137137
'
138138
)
139139
.

0 commit comments

Comments
 (0)