blob: d565fc0e2295e568d24e8efbc06a0ca63fb00070 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Five paragraphs lime background u g u g g</title>
<style type="text/css">
.lime { background-color: lime }
</style>
</head>
<body>
<p>This paragraph should be unstyled.</p>
<p class="lime">This paragraph should have a green background.</p>
<p>This paragraph should be unstyled.</p>
<p class="lime">This paragraph should have a green background.</p>
<p class="lime">This paragraph should have a green background.</p>
</body>
</html>