haikuwebkit/LayoutTests/fast/css/font-smoothing.html

11 lines
716 B
HTML

<span style="font-size:20px">Hello. This is absolutely regular text.</span>
<br>
<span style="font-size:20px; -webkit-font-smoothing:auto;">Hello. This is text with -webkit-font-smoothing:auto. It should look like absolutely regular text.</span>
<br>
<span style="font-size:20px; -webkit-font-smoothing:none;">Hello. This is text with -webkit-font-smoothing:none.</span>
<br>
<span style="font-size:20px; -webkit-font-smoothing:antialiased">Hello. This is text with -webkit-font-smoothing:antialiased.</span>
<br>
<span style="font-size:20px; -webkit-font-smoothing:subpixel-antialiased;">Hello. This is text with -webkit-font-smoothing:subpixel-antialiased. It should look like absolutely regular text.</span>
<br>