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