<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>XHTML: showing script and style</title>
  <style type="text/css">
   head, #test { display: block; white-space: pre; }
   /* This should not appear at any point. */
  </style>
  <style type="text/css" id="test">
   /* This should only appear once, and should be the only thing on this page. */
  </style>
 </head>
 <body>
 </body>
</html>
