Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0402-c71-fwd-parsing-03-f.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: Forward-Compatible Parsing</title>
5   <style type="text/css">
6    body { color: navy; }
7    p.eighteena {text-decoration: underline overline line-through diagonal;
8                font: bold highlighted 100% sans-serif;}
9    p.eighteenb {text-decoration: underline overline line-through diagonal;
10                font: bold highlighted 100% serif;}
11    em, p.nineteena ! em, strong {font-size: 200%; }
12   </style>
13   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors">
14  </head>
15  <body>
16   <p>These four lines should look identical, to the pixel.</p>
17   <p class="eighteena">
18    These four lines should look identical, to the pixel.
19   </p>
20   <p class="eighteenb">
21    These four lines should look identical, to the pixel.
22   </p>
23   <p class="nineteena">
24    These four lines should look identical, to the pixel.
25   </p>
26  </body>
27 </html>