summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame-2.html
blob: 0acc1e21717e371bc7d95bd8ae48c44da648cb4d (plain)
1
2
3
4
5
6
<html manifest="http://127.0.0.1:8000/appcache/resources/main-resource-redirect.manifest">
<script>
parent.document.getElementById("result").innerHTML = (applicationCache.status) > 0 ? "PASS" : "FAIL: child frame status is UNCACHED";
parent.done();

</script>