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

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

Issue 2808853003: Remove Blink copies of readable-streams layout tests (Closed)
Patch Set: Restore rs-utils.js as it is used by fetch tests Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/garbage-collection.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/garbage-collection.html b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/garbage-collection.html
deleted file mode 100644
index 1073ea13ddc8128aa28faa7680ef7ecb830d2819..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/garbage-collection.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-utils.js"></script>
-<script src="garbage-collection.js"></script>
-<script>
-'use strict';
-fetch_tests_from_worker(new Worker('garbage-collection.js'));
-fetch_tests_from_worker(new SharedWorker('garbage-collection.js'));
-service_worker_test('garbage-collection.js');
-</script>

Powered by Google App Engine
This is Rietveld 408576698