<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS Parsing: Escaped keywords</title>
  <style type="text/css">
   p { color: red; color: \g\r\45\65\n; } /* 'grEen' */
  </style>
 </head>
 <body>
  <p>This text should be green.</p>
 </body>
</html>
