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

Side by Side Diff: LayoutTests/css2.1/t1602-c43-center-00-d-ag.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"> 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: Replaced Elements</title> 4 <title>CSS 2.1 Test Suite: Replaced Elements</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 div { margin: 0; background: url(support/swatch-red.png) center repeat-y; font-size: 10px; } 7 div { margin: 0; background: url(support/swatch-red.png) center repeat-y; font-size: 10px; }
7 .a img { display: block; margin-right: auto; margin-left: auto; width: auto; } 8 .a img { display: block; margin-right: auto; margin-left: auto; width: auto; }
8 .b { text-align: center; } 9 .b { text-align: center; }
9 .b img { vertical-align: top; } 10 .b img { vertical-align: top; }
10 .c { text-align: center; font: 15px Ahem; color: blue; } 11 .c { text-align: center; font: 15px Ahem; color: blue; }
11 </style> 12 </style>
12 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" ti tle="16.2 Alignment: the 'text-align' property"> 13 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" ti tle="16.2 Alignment: the 'text-align' property">
13 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope rties" title="14.2.1 Background properties: 'background-color', 'background-imag e', 'background-repeat', 'background-attachment', 'background-position', and 'ba ckground'"> 14 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope rties" title="14.2.1 Background properties: 'background-color', 'background-imag e', 'background-repeat', 'background-attachment', 'background-position', and 'ba ckground'">
14 </head> 15 </head>
15 <body> 16 <body>
16 <p>There should be a single small column of blue below with no red:</p> 17 <p>There should be a single small column of blue below with no red:</p>
17 <div class="a"><img alt="FAIL: Replaced content did not get replaced." src="su pport/swatch-blue.png"></div> 18 <div class="a"><img alt="FAIL: Replaced content did not get replaced." src="su pport/swatch-blue.png"></div>
18 <div class="b"><img alt="FAIL: Replaced content did not get replaced." src="su pport/swatch-blue.png"></div> 19 <div class="b"><img alt="FAIL: Replaced content did not get replaced." src="su pport/swatch-blue.png"></div>
19 <div class="c">X</div> 20 <div class="c">X</div>
20 </body> 21 </body>
21 </html> 22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t1601-c547-indent-00-b-a.html ('k') | LayoutTests/css2.1/t1604-c542-letter-sp-00-b-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698