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