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

Side by Side Diff: LayoutTests/fast/text/font-stretch-variant.html

Issue 550093005: [DirectWrite] Add support for font-stretch suffixes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed trailing comma Created 6 years, 3 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/win/FontCacheSkiaWin.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div { font-family: Arial; }
6 .narrow { font-family: Arial Narrow; }
7 </style>
8 </head>
9 <body>
10 <section>
11 <h2>font-stretch: condensed vs Arial Narrow</h2>
12 <div style="font-stretch: condensed">Back in June we delivered oxyge n equipment of the same size.</div>
13 <div class="narrow">Back in June we delivered oxygen equipment of th e same size.</div>
14 <div class="narrow" style="font: extra-condensed">Back in June we de livered oxygen equipment of the same size.</div>
15 <p>
16 The three lines above should have the same weight.
17 </p>
18 </section>
19
20 <section>
21 <h2>Specific width, Arial</h2>
22 <div style="font-stretch: ultra-condensed">font-stretch: ultra-conde nsed - Back in June we delivered oxygen equipment of the same size.</div>
23 <div style="font-stretch: extra-condensed">font-stretch: extra-conde nsed - Back in June we delivered oxygen equipment of the same size.</div>
24 <div style="font-stretch: condensed">font-stretch: condensed - Back in June we delivered oxygen equipment of the same size.</div>
25 <div style="font-stretch: semi-condensed">font-stretch: semi-condens ed - Back in June we delivered oxygen equipment of the same size.</div>
26 <div style="font-stretch: normal">font-stretch: normal - Back in Jun e we delivered oxygen equipment of the same size.</div>
27 <div style="font-stretch: semi-expanded">font-stretch: semi-expanded - Back in June we delivered oxygen equipment of the same size.</div>
28 <div style="font-stretch: expanded">font-stretch: expanded - Back in June we delivered oxygen equipment of the same size.</div>
29 <div style="font-stretch: extra-expanded">font-stretch: extra-expand ed - Back in June we delivered oxygen equipment of the same size.</div>
30 <div style="font-stretch: ulta-expanded">font-stretch: ulta-expanded - Back in June we delivered oxygen equipment of the same size.</div>
31 </section>
32
33 <section>
34 <h2>Specific width, Arial Narrow</h2>
35 <div class="narrow" style="font-stretch: ultra-condensed">font-stret ch: ultra-condensed - Back in June we delivered oxygen equipment of the same siz e.</div>
36 <div class="narrow" style="font-stretch: extra-condensed">font-stret ch: extra-condensed - Back in June we delivered oxygen equipment of the same siz e.</div>
37 <div class="narrow" style="font-stretch: condensed">font-stretch: co ndensed - Back in June we delivered oxygen equipment of the same size.</div>
38 <div class="narrow" style="font-stretch: semi-condensed">font-stretc h: semi-condensed - Back in June we delivered oxygen equipment of the same size. </div>
39 <div class="narrow" style="font-stretch: normal">font-stretch: norma l - Back in June we delivered oxygen equipment of the same size.</div>
40 <div class="narrow" style="font-stretch: semi-expanded">font-stretch : semi-expanded - Back in June we delivered oxygen equipment of the same size.</ div>
41 <div class="narrow" style="font-stretch: expanded">font-stretch: exp anded - Back in June we delivered oxygen equipment of the same size.</div>
42 <div class="narrow" style="font-stretch: extra-expanded">font-stretc h: extra-expanded - Back in June we delivered oxygen equipment of the same size. </div>
43 <div class="narrow" style="font-stretch: ulta-expanded">font-stretch : ulta-expanded - Back in June we delivered oxygen equipment of the same size.</ div>
44 </section>
45 </body>
46 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/win/FontCacheSkiaWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698