• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Tests that pages that use Geolocation are not put in the page cache.
2
3Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.
4
5On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6
7
8Main page opening resources/cached-page-1.html
9resources/cached-page-1.html fired, count = 1
10resources/cached-page-1.html about to navigate to resources/cached-page-2.html
11resources/cached-page-2.html about to go back to resources/cached-page-1.html
12resources/cached-page-1.html fired, count = 2
13PASS successfullyParsed is true
14
15TEST COMPLETE
16
17