blob: 81547c3fb999fc49cf672a85f957fd6ca83ad865 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<title>Offline Application Cache - navigator_online_online</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
test(function() {
assert_true(navigator.onLine, "onLine test");
});
</script>
</body>
</html>