blob: 071b9610b9376347ea8ce936fd18638e8d061ecc [file] [log] [blame]
<!DOCTYPE html>
<html manifest="appcache.manifest">
<script>
applicationCache.onnoupdate = function() {
if (window.testRunner)
testRunner.notifyDone();
}
applicationCache.oncached = function() {
parent.postMessage("cached", "*");
}
</script>
</html>