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