Home | History | Annotate | Download | only in webkit
      1 <html>
      2   <head>
      3     <title>PASSING QUERY PARAM FAILED</title>
      4   </head>
      5   <body>
      6     <script>
      7       document.title = self.document.location.hash.substring(1);
      8     </script>
      9   </body>
     10 </html>
     11