blob: 02bf70b163dd1494ae67b5e64bfd10a4d47ba5d0 [file] [log] [blame]
<!DOCTYPE HTML>
<html manifest="resources/manifest/url_check.manifest">
<head>
<title>Offline Application Cache - URL_#</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
var t = async_test("url check test");
var cache = window.applicationCache;
cache.onerror = t.done();
</script>
</body>
</html>