Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css1 / font_properties / font_style.html
blob49711f5dcd5cf3053d09cd313789f80fdb13f13f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head><title>CSS1 Test Suite: 5.2.3 font-style</title>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <meta http-equiv="Content-Style-Type" content="text/css">
6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
7 <style type="text/css">
8 .one {font-style: italic;}
9 .two {font-style: oblique;}
10 .three, I {font-style: normal;}
11 </style></head>
13 <body><p>The style declarations which apply to the text below are:</p>
14 <pre>.one {font-style: italic;}
15 .two {font-style: oblique;}
16 .three, I {font-style: normal;}
18 </pre>
19 <hr>
20 <p class="one">
21 This paragraph should be in italics, but the last word of the sentence should be <span class="three">normal</span>.
22 </p>
23 <p class="two">
24 This paragraph should be oblique.
25 </p>
26 <p>
27 <i>This paragraph should be normal.</i>
28 </p>
31 <table border="1" cellspacing="0" cellpadding="3" class="tabletest">
32 <tbody><tr>
33 <td colspan="2" bgcolor="silver"><strong>TABLE Testing Section</strong></td>
34 </tr>
35 <tr>
36 <td bgcolor="silver"> </td>
37 <td><p class="one">
38 This paragraph should be in italics, but the last word of the sentence should be <span class="three">normal</span>.
39 </p>
40 <p class="two">
41 This paragraph should be oblique.
42 </p>
43 <p>
44 <i>This paragraph should be normal.</i>
45 </p>
46 </td></tr></tbody></table></body></html>