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

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

Issue 244253003: SimpleFontData::fillGlyphPage should not set zero for missing glyphs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <p> 9 <p>
10 Each box should contain two identical lines 10 Each box should contain two identical lines
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 </div> 47 </div>
48 48
49 <div> 49 <div>
50 <p> 50 <p>
51 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ 51 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ
52 </p> 52 </p>
53 <p> 53 <p>
54 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ 54 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ
55 </p> 55 </p>
56 </div> 56 </div>
57
58 <div>
59 <p>
60 <span class="courier">'''<span class="courier">
eae 2014/04/21 16:14:10 Did you mean to do <span class="courier">'''</sp
Kunihiko Sakamoto 2014/04/22 01:02:00 Oops. Fixed.
61 </p>
62 <p>
63 <span class="courier">'''<span class="courier">
64 </p>
65 </div>
57 </body> 66 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range.html ('k') | LayoutTests/svg/custom/svg-fonts-segmented.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698