blob: 24f57769fc58b4597bd4a6c19a6db339be7e29f6 [file] [log] [blame]
<!DOCTYPE HTML>
<html manifest="../resources/manifest/clock.manifest">
<head>
<title>Offline Application Cache - Event_cached</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
var t = async_test("cached event test");
var cache = window.applicationCache;
cache.oncached = t.done();
</script>
</body>
</html>