Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / cache-headers-after-reload-expected.txt
blobe14b3c3ddc48205f89dfed6d1d2fd5b05682fce2
1 This test does the following:
2 1. Load a page, trigger an XHR.
3 2. Reload the page.
4 3. Dump the http readers for the reload of the XHR.
6 The XHR is trigger after onload has fired. There should not be an HTTP_CACHE_CONTROL header forcing reload, so an http cache could load the resource without contacting the server.
7 The test passes if there is no HTTP_CACHE_CONTROL header displayed below.