chromium/content/test/data/prerender/prerender-no-crash.html

<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>