| 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 |
| |