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

Side by Side Diff: LayoutTests/css2.1/t100801-c544-valgn-01-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: vertical-align</title> 4 <title>CSS 2.1 Test Suite: vertical-align</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 .test {font: 15px/1 Ahem; color: green; background: red url(support/css1test5 44b.png) no-repeat; width: 90px; margin: 0 1em;} 7 .test {font: 15px/1 Ahem; color: green; background: red url(support/css1test5 44b.png) no-repeat; width: 90px; margin: 0 1em;}
7 img {height: 30px;} 8 img {height: 30px;}
8 .big {font-size:200%;} 9 .big {font-size:200%;}
9 .three {vertical-align: top; font-size: 15px;} 10 .three {vertical-align: top; font-size: 15px;}
10 .four {vertical-align: text-top; font-size: 15px;} 11 .four {vertical-align: text-top; font-size: 15px;}
11 .five {vertical-align: middle; font-size: 15px;} 12 .five {vertical-align: middle; font-size: 15px;}
12 .six {vertical-align: bottom; font-size: 15px;} 13 .six {vertical-align: bottom; font-size: 15px;}
13 .seven {vertical-align: text-bottom; font-size: 15px;} 14 .seven {vertical-align: text-bottom; font-size: 15px;}
14 .eight {vertical-align: baseline; font-size: 15px;} 15 .eight {vertical-align: baseline; font-size: 15px;}
15 .nine {vertical-align: 50%; font-size: 15px; line-height: 20px;} 16 .nine {vertical-align: 50%; font-size: 15px; line-height: 20px;}
16 </style> 17 </style>
17 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10. 8.1 Leading and half-leading"> 18 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10. 8.1 Leading and half-leading">
18 </head> 19 </head>
19 <body> 20 <body>
20 <p>There should be a green block with no red below.</p> 21 <p>There should be a green block with no red below.</p>
21 <div class="test"> 22 <div class="test">
22 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="three">X</span>X</div> 23 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="three">X</span>X</div>
23 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="four">X</span>X</span></div> 24 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="four">X</span>X</span></div>
24 <div><img alt="FAIL: Image support required." src="support/swatch-green.png" class="five">X</div> 25 <div><img alt="FAIL: Image support required." src="support/swatch-green.png" class="five">X</div>
25 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="six">X</span>X</span></div> 26 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="six">X</span>X</span></div>
26 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="seven">X</span>X</span></div> 27 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="seven">X</span>X</span></div>
27 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="eight">X</span>X</span></div> 28 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="big"><span class="eight">X</span>X</span></div>
28 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="nine">X</span>X</div> 29 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"> <span class="nine">X</span>X</div>
29 </div> 30 </div>
30 </body> 31 </body>
31 </html> 32 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t100801-c544-valgn-00-a-ag.html ('k') | LayoutTests/css2.1/t100801-c544-valgn-02-d-agi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698