blob: 6279da926e84d22384b21d92bd3b32abe14b9328 [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() > 0 is true
window.internals.clearPageCache()
PASS window.internals.pageCacheSize() is 0
PASS successfullyParsed is true
TEST COMPLETE