Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: LayoutTests/fast/text/chromium-linux-fontconfig-renderstyle.html

Issue 14860019: Move Linux-specific LayoutTests to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698