<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS 2.1 Test Suite: Invalid color parsing</title>
  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color"/>
  <style type="text/css">
    #test1 { color: red; }
    #test2 { color: green; }
    #test1 { color: #00\0038 000; }
    #test2 { color: #\0166 \66 0000; }
  </style>
 </head>
 <body>
   <div id="test1">This should be green</div>
   <div id="test2">This should be green</div>
 </body>
</html>
