Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1507-c526-font-sz-01-b-a.html
blobab5130b306f8f082fb6ea809088715fca932a43a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: font-size</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 div { color: navy; font: 1em/1 Ahem; margin: 0 2em; }
8 .a {font-size: 0.5in;}
9 .b {font-size: 1.27cm;}
10 .c {font-size: 12.7mm;}
11 .d {font-size: 36pt;}
12 .e {font-size: 3pc;}
13 .h {font-size: 48px;}
14 </style>
15 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" title="15.7 Font size: the 'font-size' property">
16 </head>
17 <body>
18 <p>There should be a solid single uninterrupted smooth column of blue below.</p>
19 <div class="a"> x </div>
20 <div class="b"> x </div>
21 <div class="c"> x </div>
22 <div class="d"> x </div>
23 <div class="e"> x </div>
24 <div class="h"> x </div>
25 </body>
26 </html>