blob: d172cb77fa16b1c6efa653e9c28ca5683680a197 [file] [log] [blame]
<html>
<head>
<title>Bug 12145: Illegal color Syntax rendered (quirks mode)</title>
<style type="text/css">
.example { color: ff0000 }
.example2 { color: 0000ff }
</style>
</head>
<body>
<p class="example">this should be red</p>
<p class="example2">this should be blue</p>
</body>
</html>