Skip to content

Commit 072f712

Browse files
authored
Add getComputedStyle() cases with lacking leading colons (#45030)
1 parent efe5a26 commit 072f712

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css/cssom/getComputedStyle-pseudo-with-argument.html

+8
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,15 @@
3232
"::highlight($)",
3333
"::highlight (name)",
3434
"::highlight(name)a",
35+
":highlight(name)",
3536
"::view-transition-group(*)",
37+
"::view-transition-image-pair(*)",
38+
"::view-transition-old(*)",
39+
"::view-transition-new(*)",
40+
":view-transition-group(name)",
41+
":view-transition-image-pair(name)",
42+
":view-transition-old(name)",
43+
":view-transition-new(name)",
3644
].forEach(nonParsablePseudoIdentifier => {
3745
test(() => {
3846
const li = document.querySelector('li');

0 commit comments

Comments
 (0)