event-after-navigation-new.html revision a94275402997c11dd2e778633dacf4b7e630a35d
1<html>
2  <head>
3  </head>
4  <body>
5    Tests for a crash where an event is fired after the page has been navigated
6    away when the original page is in the page cache.<br><br>
7    SUCCESS
8    <script>
9      if (window.layoutTestController) {
10          layoutTestController.setMockDeviceOrientation(true, 1.1, true, 2.2, true, 3.3);
11          layoutTestController.notifyDone();
12      }
13    </script>
14  </body>
15</html>
16