<html xmlns="http://www.w3.org/1999/xhtml">
 <p id="foo"/>
 <script type="text/javascript">
  <![CDATA[
   document.getElementById('foo').innerHTML = "PASS <a href='./'>(test dir)</a>.";
  ]]>
 </script>
</html>