1If the back/forward cache is enabled, this test will crash instead of going to the next page that says PASS.
2
3It cannot be automated because DumpRenderTree doesn't support the back/forward cache.
4
5<script>
6if (window.layoutTestController)
7    layoutTestController.waitUntilDone();
8
9setTimeout('',1000);
10clearTimeout(0);
11clearTimeout(0);
12window.location = "data:text/html,This test shouldn't crash. PASS.<scr" + "ipt>if (window.layoutTestController) layoutTestController.notifyDone()</scr" + "ipt>";
13</script>
14