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 9not crash. This test provides a prerendering link to insure the content shell 10won't crash when handling a prerender link. It shouldn't actually prerender, 11either. 12 13<link rel=prerender href="does-not-exist.html"> 14 15</body> 16</html> 17