| <script src="../resources/js-test-pre.js"></script> |
| description('Tests that pages that use DeviceProximity are not put in the page cache.'); |
| testRunner.waitUntilDone(); |
| testRunner.setCanOpenWindows(); |
| testRunner.overridePreference('WebKitUsesPageCachePreferenceKey', 1); |
| 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> |