Skip to content

Commit

Permalink
[css-inline-3] Revert e1462ff on text-box-trim-initial-letter-start-r…
Browse files Browse the repository at this point in the history
…ef.html

The test should fail if initial-letter isn't correctly supported.
  • Loading branch information
fantasai committed Sep 17, 2024
1 parent f906de7 commit 6c2ad59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
.target {
font: 40px/1 Ahem;
position: relative;
top: -80px;
top: -40px;
}
.target::first-letter {
initial-letter: 2 1;
font-size: 90px;
}
</style>
<div class="spacer"></div>
Expand Down

0 comments on commit 6c2ad59

Please sign in to comment.