OLD | NEW |
1 <html> | 1 <html> |
2 <body> | 2 <body> |
3 <p>This test requires Chromium Linux <tt>test_shell</tt> in | 3 <p>This test requires Chromium Linux <tt>test_shell</tt> in |
4 <tt>--layout-test</tt> mode, as that forces some rendering settings used | 4 <tt>--layout-test</tt> mode, as that forces some rendering settings used |
5 in the following tests.</p> | 5 in the following tests.</p> |
6 | 6 |
7 <ol> | 7 <ol> |
8 <li> | 8 <li> |
9 <p>The following text should render without anti-aliasing:</p> | 9 <p>The following text should render without anti-aliasing:</p> |
10 <p style="font-family: NonAntiAliasedSans">Non anti-aliased sans.</p> | 10 <p style="font-family: NonAntiAliasedSans">Non anti-aliased sans.</p> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 | 45 |
46 <li> | 46 <li> |
47 <p>The following text should show that fontconfig can be used to enable | 47 <p>The following text should show that fontconfig can be used to enable |
48 or disable subpixel rendering.</p> | 48 or disable subpixel rendering.</p> |
49 | 49 |
50 <p><span style="font-family:SubpixelEnabledArial">subpixel</span> <i>vs<
/i> <span style="font-family:SubpixelDisabledArial">no subpixel</span></p> | 50 <p><span style="font-family:SubpixelEnabledArial">subpixel</span> <i>vs<
/i> <span style="font-family:SubpixelDisabledArial">no subpixel</span></p> |
51 </li> | 51 </li> |
52 </ol> | 52 </ol> |
53 </body> | 53 </body> |
54 </html> | 54 </html> |
OLD | NEW |