Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t010403-shand-font-02-b.html
blob3ef1510795903a0bd9d757cb37db198a8040557f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Shorthand Properties (font)</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand">
6 <style type="text/css">
8 p.one { font-family: serif; font-weight: bold; } /* control */
9 p.two { font: 1em/normal serif; font-weight: bold; }
11 </style>
12 </head>
13 <body>
15 <p>The following paragraphs should be identical:</p>
17 <p class="one">This should be in a bold font.</p>
18 <p class="two">This should be in a bold font.</p>
20 </body>
21 </html>