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

Side by Side Diff: LayoutTests/platform/chromium-linux/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
(Empty)
1 <html>
2 <body>
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
5 in the following tests.</p>
6
7 <ol>
8 <li>
9 <p>The following text should render without anti-aliasing:</p>
10 <p style="font-family: NonAntiAliasedSans">Non anti-aliased sans.</p>
11 </li>
12 <li>
13 <p>The following text should be slightly-hinted Georgia. The dots
14 should be equally spaced, and letters in the word "government"
15 should be naturally spaced (without an ugly space before the "e").</p>
16
17 <p style="font-family:SlightHintedGeorgia">
18 government ................................
19 </p>
20 </li>
21
22 <li>
23 <p>The following text should be unhinted Verdana. The fontconfig
24 configuration for this is contradictory, setting both full-hinting
25 and no-hinting. The latter should win out.</p>
26
27 <p style="font-family:NonHintedSans">
28 Here is Tigger doing what tiggers do best &hellip; operating
29 hydraulic exoskeletons.
30 </p>
31 </li>
32
33 <li>
34 <p>The following text should show a difference caused by forcing
35 autohinting. Note: the effect is subtle.</p>
36
37 <p><span style="font-family:AutohintedSerif; font-size:0.6em;">autohinte d</span> <i>vs</i> <span style="font-family:HintedSerif; font-size:0.6em;">not-a utohinted</span></p>
38 </li>
39
40 <li>
41 <p>The following text should be the same. It verifies that, given the co ntradictory settings <tt>hintfull</tt> and <tt>autohint</tt>, the latter wins ou t:</p>
42
43 <p><span style="font-family:AutohintedSerif; font-size:0.6em;">autohinte d</span> <i>vs</i> <span style="font-family:FullAndAutoHintedSerif; font-size:0. 6em;">hopefully autohinted</span></p>
44 </li>
45
46 <li>
47 <p>The following text should show that fontconfig can be used to enable
48 or disable subpixel rendering.</p>
49
50 <p><span style="font-family:SubpixelEnabledArial">subpixel</span> <i>vs< /i> <span style="font-family:SubpixelDisabledArial">no subpixel</span></p>
51 </li>
52 </ol>
53 </body>
54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698