summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/streams/readable-streams/garbage-collection.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/streams/readable-streams/garbage-collection.https.html')
-rw-r--r--testing/web-platform/tests/streams/readable-streams/garbage-collection.https.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/streams/readable-streams/garbage-collection.https.html b/testing/web-platform/tests/streams/readable-streams/garbage-collection.https.html
new file mode 100644
index 000000000..9215eb7da
--- /dev/null
+++ b/testing/web-platform/tests/streams/readable-streams/garbage-collection.https.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
+<script src="../resources/test-initializer.js"></script>
+
+<script src="../resources/test-utils.js"></script>
+<script src="garbage-collection.js"></script>
+<script>
+'use strict';
+worker_test('garbage-collection.js');
+</script>