Index: LayoutTests/imported/web-platform-tests/html/browsers/offline/browser-state/navigator_online_online.html |
diff --git a/LayoutTests/imported/web-platform-tests/html/browsers/offline/browser-state/navigator_online_online.html b/LayoutTests/imported/web-platform-tests/html/browsers/offline/browser-state/navigator_online_online.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f40468f8c8632b6d82575e45d268db4e16878744 |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/browsers/offline/browser-state/navigator_online_online.html |
@@ -0,0 +1,17 @@ |
+<!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> |