blob: 300c4a1b182b6e4a05a16a68813a421077c14ac6 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<title>Offline Application Cache - API_status_UNCACHED</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
var cache = window.applicationCache;
test(function(){
assert_equals(cache.status, cache.UNCACHED, "uncached status test");
});
</script>
</body>
</html>