<?php require '../doctype.php'?>
<!--IE9 apparently requires DOCTYPE in top document in order for DOCTYPES in
child frames to take effect. Verified manually.-->
<html>
   <body>
      <p>Each frame holds a document with a unique DOCTYPE.</p>
      <iframe id='quirks' src='quirks.php'></iframe>
      <iframe id='trans' src='trans.php'></iframe>
      <iframe id='strict' src='strict.php'></iframe>
      <iframe id='frameset' src='frameset.php'></iframe>
      <iframe id='html5' src='html5.php'></iframe>
   </body>
</html>
