Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.html b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..53d1f1b79d232844e7d75b7222a55610b7ba4e15 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.html |
@@ -0,0 +1,15 @@ |
+<!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="../resources/rs-utils.js"></script> |
+<script src="general.js"></script> |
+<script> |
+'use strict'; |
+fetch_tests_from_worker(new Worker('general.js')); |
+fetch_tests_from_worker(new SharedWorker('general.js')); |
+service_worker_test('general.js'); |
+</script> |