| <!-- webkit-test-runner [ UsesBackForwardCache=true ] --> |
| <script src="../../../resources/js-test-pre.js"></script> |
| description('Tests that pages that use DeviceMotion are not put in the page cache.'); |
| testRunner.waitUntilDone(); |
| debug('This test can not be run without the TestRunner'); |
| var pageOneOnloadCount = 0; |
| function reportPageOneOnload() { |
| debug('resources/cached-page-1.html onload fired, count = ' + pageOneOnloadCount); |
| if (pageOneOnloadCount == 2) { |
| return pageOneOnloadCount; |
| debug("Main page opening resources/cached-page-1.html"); |
| window.open("resources/cached-page-1.html"); |
| window.jsTestIsAsync = true; |
| <script src="../../../resources/js-test-post.js"></script> |