blob: c00aad04cf4e9c9d1932ac7f457d577ca2445589 [file] [log] [blame]
Test that responses with HTTP status code 302 are not cached
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
running 2 tests
--------Testing loads from disk cache--------
response headers: {"Status":"302","Location":"/","Cache-control":"max-age=0"}
response source: Network
response headers: {"Status":"302","Location":"/","Cache-control":"max-age=100"}
response source: Network
--------Testing loads through memory cache (XHR behavior)--------
response headers: {"Status":"302","Location":"/","Cache-control":"max-age=0"}
response source: Network
response headers: {"Status":"302","Location":"/","Cache-control":"max-age=100"}
response source: Network
--------Testing loads through memory cache (subresource behavior)--------
response headers: {"Status":"302","Location":"/","Cache-control":"max-age=0"}
response source: Network
response headers: {"Status":"302","Location":"/","Cache-control":"max-age=100"}
response source: Network
PASS successfullyParsed is true
TEST COMPLETE