Skip to content

Commit 6c2ad59

Browse files
committed
[css-inline-3] Revert e1462ff on text-box-trim-initial-letter-start-ref.html
The test should fail if initial-letter isn't correctly supported.
1 parent f906de7 commit 6c2ad59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/css-inline/text-box-trim/text-box-trim-initial-letter-start-001-ref.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
.target {
99
font: 40px/1 Ahem;
1010
position: relative;
11-
top: -80px;
11+
top: -40px;
1212
}
1313
.target::first-letter {
14-
initial-letter: 2 1;
14+
font-size: 90px;
1515
}
1616
</style>
1717
<div class="spacer"></div>

0 commit comments

Comments
 (0)