Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/offline/application-cache-api/api_status_uncached.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/offline/application-cache-api/api_status_uncached.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/offline/application-cache-api/api_status_uncached.html |
deleted file mode 100644 |
index 8473bd60d9b279f5bbf09fc3900b73e608c0426a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/offline/application-cache-api/api_status_uncached.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!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> |