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

Side by Side Diff: LayoutTests/fast/text/webfont-synthetic-bold.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 years, 2 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 <!DOCTYPE> 1 <!DOCTYPE>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <link rel="stylesheet" type="text/css" href="resources/text-scaling.css" > 5 <link rel="stylesheet" type="text/css" href="resources/text-scaling.css" >
6 <style> 6 <style>
7 @font-face { 7 @font-face {
8 font-family: 'Open Sans'; 8 font-family: 'Open Sans';
9 font-style: normal; 9 font-style: normal;
10 font-weight: 400; 10 font-weight: 400;
11 src: url('../../resources/opensans/OpenSans-Regular.woff') forma t('woff'); 11 src: url('../../resources/opensans/OpenSans-Regular.woff') forma t('woff');
12 } 12 }
13 body { 13 body {
14 font-family: 'Open Sans'; 14 font-family: 'Open Sans';
15 } 15 }
16 </style> 16 </style>
17 </head> 17 </head>
18 <body> 18 <body>
19 <section> 19 <section>
20 <h1>Webfont Synthetic Bold</h1> 20 <h1>Webfont Synthetic Bold</h1>
21 <p> 21 <p>
22 The <b>bold part of this text</b> as well as the header above sh ould 22 The <b>bold part of this text</b> as well as the header above sh ould
23 not be rendered nice and crisp without being overly blurry. 23 not be rendered nice and crisp without being overly blurry.
24 </p> 24 </p>
25 </section> 25 </section>
26 <script>
27 document.body.offsetLeft;
28 </script>
26 </body> 29 </body>
27 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698