Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html

Issue 2675163003: Merge response-stream-construction.js to response.js (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html
deleted file mode 100644
index 930d670b71b6669dc08942af262832473ffeea9c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!doctype html>
-<head>
-<meta name="timeout" content="long"></meta>
-<script src = "/resources/testharness.js"></script>
-<script src = "/resources/testharnessreport.js"></script>
-<script src = "/serviceworker/resources/test-helpers.js"></script>
-</head>
-<body>
-<script>
-function start(t) {
- fetch_tests_from_worker(
- new Worker('../script-tests/response-stream-construction.js?-base-https-other-https'));
- t.done();
-}
-function init() {
- return Promise.resolve();
-}
-</script>
-<script src = "../resources/init.js"></script>
-</body>
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698