blob: de755cd912e2b3e29352442fa71c53c0536166d5 [file] [log] [blame]
<!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">
p.twentythree {text-indent: 0.5in;background:lime}
color: red
p.twentyfour {color: red;}
</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 class="twentythree">
This line should be bright green.
</p>
</body>
</html>