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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee.html

Issue 2500133002: Replace streams tests with automatically-imported ones (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years 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
Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee.html b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee.html
deleted file mode 100644
index d044651da033231f6835ccbfa84c521b23ba5d74..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee.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/rs-utils.js"></script>
-<script src="tee.js"></script>
-<script>
-'use strict';
-fetch_tests_from_worker(new Worker('tee.js'));
-fetch_tests_from_worker(new SharedWorker('tee.js'));
-service_worker_test('tee.js');
-</script>

Powered by Google App Engine
This is Rietveld 408576698