blob: 6fd3826a10fa5002b7af3421e7453c09bbd41c49 [file] [log] [blame]
<html>
<script>
if (window.layoutTestController) {
layoutTestController.dumpResourceLoadCallbacks();
layoutTestController.waitUntilDone();
}
function frameLoaded() {
if (window.layoutTestController)
layoutTestController.notifyDone();
}
</script>
<body>
<iframe onload="frameLoaded();" src="resources/cache-expired-subresource.webarchive"></iframe><br>
This tests that loading a webarchive with a subresource that has an expired cache header does not attempt to hit the network for resource, and actually uses the archived data
</body>
</html>