Skip to content

Commit

Permalink
Add getComputedStyle() cases with lacking leading colons (web-platf…
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m authored and BruceDai committed Mar 25, 2024
1 parent 337995e commit c067603
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/cssom/getComputedStyle-pseudo-with-argument.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@
"::highlight($)",
"::highlight (name)",
"::highlight(name)a",
":highlight(name)",
"::view-transition-group(*)",
"::view-transition-image-pair(*)",
"::view-transition-old(*)",
"::view-transition-new(*)",
":view-transition-group(name)",
":view-transition-image-pair(name)",
":view-transition-old(name)",
":view-transition-new(name)",
].forEach(nonParsablePseudoIdentifier => {
test(() => {
const li = document.querySelector('li');
Expand Down

0 comments on commit c067603

Please sign in to comment.