Newer
Older
minerva / Tests / LibWeb / Layout / input / font-fractional-size.html
@minerva minerva on 13 Jul 183 bytes Initial commit
<!doctype html><style>
.a { font-size: 20.5px; }
.b { font-size: 21px; }
.c { font-size: 21.5px; }
</style>
<span class="a">x</span>
<span class="b">x</span>
<span class="c">x</span>