blob: 5ffd0e3a33baa8e6b4e285c32db96f8be45f2241 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: Keywords</title>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#keywords">
<style type="text/css">
p { background: green; }
p { background: "red"; }
p { color: white; }
</style>
</head>
<body>
<p>This should have a green background.</p>
</body>
</html>