<html xmlns="http://www.w3.org/1999/xhtml" xml:id="test">
 <style type="text/css">
  html{background:red}
  html#test{background:lime}
 </style>
 <p>This page should have a green background.</p>
</html>