<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Bug</title>
  <style type="text/css">
   p { position: absolute; background: green; color: white; margin: 0; }
  </style>
 </head>
 <body>
  <span>The word "pass" should appear on the next line.</span>
  <p>PASS</p>
  <div>FAIL</div>
 </body>
</html>