blob: 64d32c667ea3e9dc5a8556b9c9da5d0d3d497664 [file] [log] [blame]
<html manifest="origin-usage-iframe-1.manifest">
<script>
// iframe-1 is expected to succeed.
applicationCache.oncached = function() { parent.postMessage("PASS - cached iframe-1", "*"); };
applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-1, expected this to succeed", "*"); };
applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
</script>
</html>