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

Side by Side Diff: LayoutTests/css2.1/20110323/text-indent-014-expected.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Test: text-indent on anonymous blocks</title> 4 <title>CSS Test: text-indent on anonymous blocks</title>
5 <script src="../../resources/ahem.js"></script>
5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne t/contact"> 6 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne t/contact">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop"> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop">
7 <meta name="flags" content=""> 8 <meta name="flags" content="">
8 <meta name="assert" content="text-indent affects only the first line of a block container if that line is also the first formatted line of an element. "> 9 <meta name="assert" content="text-indent affects only the first line of a block container if that line is also the first formatted line of an element. ">
9 <style type="text/css"> 10 <style type="text/css">
10 .container { 11 .container {
11 font: 20px/1 Ahem; 12 font: 20px/1 Ahem;
12 border: solid orange; 13 border: solid orange;
13 width: 12em; 14 width: 12em;
14 } 15 }
(...skipping 12 matching lines...) Expand all
27 </style> 28 </style>
28 </head> 29 </head>
29 <body> 30 <body>
30 <p>There must be a 4-square checkerboard pattern in the orange box below 31 <p>There must be a 4-square checkerboard pattern in the orange box below
31 and no red present.</p> 32 and no red present.</p>
32 <div class="container"> 33 <div class="container">
33 <div class="controlA"></div> 34 <div class="controlA"></div>
34 <div class="controlB"></div> 35 <div class="controlB"></div>
35 </div> 36 </div>
36 </body> 37 </body>
37 </html> 38 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/20110323/text-indent-014.htm ('k') | LayoutTests/css2.1/20110323/vertical-align-boxes-001.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698