<?xml-stylesheet type='text/css' href='../support/yellow.css'?>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Removal of PI during parsing</title>
  <script>
   document.removeChild(document.firstChild);
  </script>
 </head>
 <body>
  <p>If the background is yellow, then the PI was still applied after removal.</p>
 </body>
</html>
