Index: third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html |
deleted file mode 100644 |
index 793e160f34e9ce52b33fb63289ea32d4e3cdad49..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-<!doctype html> |
-<head> |
-<meta name="timeout" content="long"></meta> |
-<script src = "/resources/testharness.js"></script> |
-<script src = "/resources/testharness-helpers.js"></script> |
-<script src = "/resources/testharnessreport.js"></script> |
-<script src = "/serviceworker/resources/test-helpers.js"></script> |
-<script src = "../resources/fetch-test-options.js"></script> |
-<script src = "../resources/fetch-test-helpers.js"></script> |
-<script src = "/streams/resources/rs-utils.js"></script> |
-</head> |
-<body> |
-<script> |
-function start(t) { |
- var script = document.createElement('script'); |
- script.src = '../script-tests/response-stream-construction.js?-base-https-other-https'; |
- script.addEventListener( |
- 'error', |
- function() { unreached_rejection(t); }); |
- script.addEventListener( |
- 'load', |
- function() { t.done(); }); |
- document.body.appendChild(script); |
-} |
-function init() { |
- return Promise.resolve(); |
-} |
-</script> |
-<script src = "../resources/init.js"></script> |
-</body> |