Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0402-c71-fwd-parsing-01-f.html
blobc681e2f2835dd27c1b2233de2c6925ae58dde9cc
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.sixa {border-width: medium; border-style: solid;}
8 p.sixb {border-width: funny; border-style: solid;}
9 p.sixc {border-width: 50zu; border-style: solid;}
10 p.sixd {border-width: px; border-style: solid;}
11 </style>
12 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors">
13 </head>
14 <body>
15 <p>The next four blocks should look identical, to the pixel.</p>
16 <p class="sixa">Test</p>
17 <p class="sixb">Test</p>
18 <p class="sixc">Test</p>
19 <p class="sixd">Test</p>
20 </body>
21 </html>