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

Side by Side Diff: LayoutTests/css2.1/t100801-c544-valgn-03-d-agi.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 p {font-size: 12pt;} 7 p {font-size: 12pt;}
7 p.example { font: 15px/1 Ahem; color: blue; background: white url(support/squ are-white.png); border: 1px solid silver; padding: 0.5em; margin: 1em; } 8 p.example { font: 15px/1 Ahem; color: blue; background: white url(support/squ are-white.png); border: 1px solid silver; padding: 0.5em; margin: 1em; }
8 .no {color: silver;} 9 .no {color: silver;}
9 big {font-size: 20px;} 10 big {font-size: 20px;}
10 small {font-size: 10px;} 11 small {font-size: 10px;}
11 .midalign {vertical-align: middle;} 12 .midalign {vertical-align: middle;}
12 </style> 13 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10. 8.1 Leading and half-leading"> 14 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10. 8.1 Leading and half-leading">
14 </head> 15 </head>
(...skipping 20 matching lines...) Expand all
35 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="50" > 36 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="50" >
36 <span style="font-size: 150%;" class="no">xxx <span style="font-size: 250%;"> xxx</span> xxx</span> 37 <span style="font-size: 150%;" class="no">xxx <span style="font-size: 250%;"> xxx</span> xxx</span>
37 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="50" > 38 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="50" >
38 <small class="no">xxx</small> 39 <small class="no">xxx</small>
39 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="15" > 40 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="15" >
40 <big class="no">xxx</big> 41 <big class="no">xxx</big>
41 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="90" > 42 <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="90" >
42 ÉÉÉ 43 ÉÉÉ
43 </p> 44 </p>
44 </body> 45 </body>
45 </html> 46 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t100801-c544-valgn-02-d-agi.html ('k') | LayoutTests/css2.1/t100801-c544-valgn-04-d-agi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698