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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d044651da033231f6835ccbfa84c521b23ba5d74 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee.html |
@@ -0,0 +1,14 @@ |
+<!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> |