<html xmlns="http://www.w3.org/1999/xhtml">
 <title>html:style element contents parsing: 006</title>
 <style>
  p { background:lime }
  <test xmlns="http://ns.example.org/#foo"> p { background:red } </test>
 </style>
 <p>This line should have a green background.</p>
</html>