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