<html xmlns="http://www.w3.org/1999/xhtml"
      xml:base="http://www.hixie.ch/tests/adhoc/dom/level0/location/href/href/">
 <head>
  <title>location.href: relative URI with xml:base (document)</title>
  <script type="text/javascript">
   function test() {
     document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'p')[0].firstChild.data = 'FAIL: location.href failed.';
     location.href = '../loc-test.html';
   }
  </script>
 </head>
 <body onload="test()">
  <p>FAIL: Script failed to run.</p>
 </body>
</html>
