Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0402-c71-fwd-parsing-04-f.html
blobde755cd912e2b3e29352442fa71c53c0536166d5
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>