Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t100801-c544-valgn-02-d-agi.html
blob1de807ac51ba010dfdd8427c6050f2402808aa47
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: vertical-align</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 p {font-size: 12pt;}
8 p.example { font: 15px/1 Ahem; color: blue; background: white url(support/square-white.png); border: 1px solid silver; padding: 0.5em; margin: 1em; }
9 .no {color: silver;}
10 big {font-size: 20px;}
11 small {font-size: 10px;}
12 .ttopalign {vertical-align: text-top;}
13 </style>
14 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading">
15 </head>
16 <body>
17 <p class="explain">
18 Change your window size. However the lines wrap, the blue
19 rectanglues should always have their tops on the same alignment as
20 other blue rectangles on the line.
21 </p>
22 <p class="example">
23 xxx
24 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="30">
25 <span style="font-size: 250%;" class="no">xxx</span>
26 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="50">
27 <big class="no">xxx</big>
28 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="10">
29 <small class="no">xxx</small>
30 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="20">
31 xxx
32 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="65">
33 <span style="font-size: 2em;" class="no">xxx</span>
34 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="35">
35 xxx
36 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="30">
37 <span style="font-size: 150%;" class="no">xxx <span style="font-size: 250%;">xxx</span> xxx</span>
38 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="50">
39 <small class="no">xxx</small>
40 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="15">
41 <big class="no">xxx</big>
42 <img alt="[Image]" src="support/swatch-blue.png" class="ttopalign" height="90">
43 xxx
44 </p>
45 </body>
46 </html>