summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/font-smoothing.html
blob: 925b03ca387c9afa24c40d0e945702eb689588b1 (plain)
1
2
3
4
5
6
7
8
9
10
<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>