Home | History | Annotate | Download | only in prerender
      1 <html>
      2 <head>
      3 <title>This page should not crash</title>
      4 </head>
      5 <body>
      6 <h1>Prerendering Page</h1>
      7 
      8 <p>The content tests do not have a PrerenderingClient, but they should nevertheless
      9 not crash. This test provides a prerendering link to insure the content shell
     10 won't crash when handling a prerender link. It shouldn't actually prerender,
     11 either.
     12 
     13 <link rel=prerender href="does-not-exist.html">
     14 
     15 </body>
     16 </html>
     17