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

Side by Side Diff: LayoutTests/css2.1/t1508-c527-font-07-b.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations 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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS 2.1 Test Suite: font</title> 4 <title>CSS 2.1 Test Suite: font</title>
5 <style type="text/css"> 5 <style type="text/css">
6 body {font-size: 12px; color: navy;} 6 body {font-size: 12px; color: navy; overflow: hidden;}
7 .eight {font: italic small-caps 500 150%/1in sans-serif;} 7 .eight {font: italic small-caps 500 150%/1in sans-serif;}
8 span.dummy {color: silver;} 8 span.dummy {color: silver;}
9 </style> 9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" t itle="15.8 Shorthand font property: the 'font' property"> 10 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" t itle="15.8 Shorthand font property: the 'font' property">
11 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10. 8.1 Leading and half-leading"> 11 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10. 8.1 Leading and half-leading">
12 </head> 12 </head>
13 <body> 13 <body>
14 <p class="eight"> 14 <p class="eight">
15 This text should be 18px sans-serif, in small-caps and italicized. The lines should be one inch apart. 15 This text should be 18px sans-serif, in small-caps and italicized. The lines should be one inch apart.
16 <span class="dummy"> dummy text dummy text dummy text dummy text dummy text d ummy 16 <span class="dummy"> dummy text dummy text dummy text dummy text dummy text d ummy
17 text dummy text dummy text dummy text dummy text dummy text dummy 17 text dummy text dummy text dummy text dummy text dummy text dummy
18 text dummy text dummy text dummy text dummy text dummy text dummy 18 text dummy text dummy text dummy text dummy text dummy text dummy
19 text dummy text dummy text dummy text dummy text dummy text dummy 19 text dummy text dummy text dummy text dummy text dummy text dummy
20 text dummy text dummy text dummy text dummy text dummy text dummy 20 text dummy text dummy text dummy text dummy text dummy text dummy
21 text dummy text dummy text dummy text dummy text dummy text dummy 21 text dummy text dummy text dummy text dummy text dummy text dummy
22 text dummy text dummy text dummy text dummy text dummy text dummy 22 text dummy text dummy text dummy text dummy text dummy text dummy
23 text dummy text dummy text dummy text dummy text dummy text </span> 23 text dummy text dummy text dummy text dummy text dummy text </span>
24 </p> 24 </p>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t1202-counters-09-b.html ('k') | LayoutTests/css3/masking/mask-luminance-png.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698