Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html |
deleted file mode 100644 |
index 039f132187ad75ff2cbc7302822b3b74b8a9e19d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<!DOCTYPE html> |
-<meta charset="utf-8"> |
-<script src="/resources/testharness.js"></script> |
-<script src="/resources/testharnessreport.js"></script> |
-<script src="/serviceworker/resources/test-helpers.js"></script> |
-<script src="../resources/test-initializer.js"></script> |
-<script src="../resources/test-utils.js"></script> |
-<script src="../resources/recording-streams.js"></script> |
- |
-<script src="write.js"></script> |
-<script> |
-'use strict'; |
-worker_test('write.js'); |
-</script> |