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

Side by Side Diff: LayoutTests/fast/css/font-face-unicode-range-expected.html

Issue 323293002: Fix fast/css tests for Win7/DirectWrite by explicitly setting height (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 <head> 1 <head>
2 <style> 2 <style>
3 div { border: 1px solid; padding: 0 8px; margin: 8px 0; } 3 div { border: 1px solid; padding: 0 8px; margin: 8px 0; }
4 span.ahem { font-family: 'Ahem'; } 4 span.ahem { font-family: 'Ahem'; }
5 span.courier { font-family: 'Courier', 'Courier New'; } 5 span.courier { font-family: 'Courier', 'Courier New'; }
6 p { height: 30px; }
6 </style> 7 </style>
7 </head> 8 </head>
8 <body> 9 <body>
9 <p> 10 <p>
10 Each box should contain two identical lines 11 Each box should contain two identical lines
11 </p> 12 </p>
12 13
13 <div> 14 <div>
14 <p> 15 <p>
15 <span class="ahem">A</span>BCDEFGHIJKLMNOPQRSTUVWXYZ 16 <span class="ahem">A</span>BCDEFGHIJKLMNOPQRSTUVWXYZ
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 58
58 <div> 59 <div>
59 <p> 60 <p>
60 <span class="courier">'''</span> 61 <span class="courier">'''</span>
61 </p> 62 </p>
62 <p> 63 <p>
63 <span class="courier">'''</span> 64 <span class="courier">'''</span>
64 </p> 65 </p>
65 </div> 66 </div>
66 </body> 67 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range.html ('k') | LayoutTests/fast/css/negative-text-indent-in-inline-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698