Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0402-c71-fwd-parsing-04-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    p.twentythree {text-indent: 0.5in;background:lime}
7     color: red
8    p.twentyfour {color: red;}
9   </style>
10   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors">
11  </head>
12  <body>
13   <p class="twentythree">
14    This line should be bright green.
15   </p>
16  </body>
17 </html>