chromium/third_party/blink/web_tests/css2.1/t0402-c71-fwd-parsing-01-f.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: Forward-Compatible Parsing</title>
  <style type="text/css">
   body { color: navy; }
   p.sixa {border-width: medium; border-style: solid;}
   p.sixb {border-width: funny; border-style: solid;}
   p.sixc {border-width: 50zu; border-style: solid;}
   p.sixd {border-width: px; border-style: solid;}
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors">
 </head>
 <body>
  <p>The next four blocks should look identical, to the pixel.</p>
  <p class="sixa">Test</p>
  <p class="sixb">Test</p>
  <p class="sixc">Test</p>
  <p class="sixd">Test</p>
 </body>
</html>