1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

content / test / data / prerender / prerender-no-crash.html [blame]

<html>
<head>
<title>This page should not crash</title>
</head>
<body>
<h1>Prerendering Page</h1>

<p>The content tests do not have a PrerenderingClient, but they should nevertheless
not crash. This test provides a prerendering link to insure the content shell
won't crash when handling a prerender link. It shouldn't actually prerender,
either.

<link rel=prerender href="does-not-exist.html">

</body>
</html>