blob: 4f47c7b5b6bb923bda8db347cc582b8b16b44df0 [file] [log] [blame]
Tests that clearing the page cache doesn't leave pages in the cache.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
pageshow - not from cache
pagehide - entering cache
pageshow - from cache
PASS window.internals.pageCacheSize() is 1
window.internals.clearPageCache()
PASS window.internals.pageCacheSize() is 0
PASS successfullyParsed is true
TEST COMPLETE