Skip to content

Commit

Permalink
Bug 1884819 [wpt PR 45030] - Add getComputedStyle() cases with lack…
Browse files Browse the repository at this point in the history
…ing leading colons, a=testonly

Automatic update from web-platform-tests
Add `getComputedStyle()` cases with lacking leading colons (#45030)

--

wpt-commits: 072f712d25bd7f52fa0476b652dba583a4db1a96
wpt-pr: 45030
  • Loading branch information
nt1m authored and moz-wptsync-bot committed Mar 15, 2024
1 parent 9e9f874 commit 1dea32a
Showing 1 changed file with 8 additions and 0 deletions.
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 1dea32a

Please sign in to comment.