Home | History | Annotate | Download | only in resources
      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