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

Unified Diff: LayoutTests/http/tests/fetch/workers/request.html

Issue 771323004: Expose Fetch API related classes to Window and WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@exposed-runtime-enabled
Patch Set: Created 6 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: LayoutTests/http/tests/fetch/workers/request.html
diff --git a/LayoutTests/http/tests/fetch/workers/request.html b/LayoutTests/http/tests/fetch/workers/request.html
new file mode 100644
index 0000000000000000000000000000000000000000..6162ecdb3c503dd4c63a7114c59e6a55ab2e0e25
--- /dev/null
+++ b/LayoutTests/http/tests/fetch/workers/request.html
@@ -0,0 +1,6 @@
+<!doctype html>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script>
+fetch_tests_from_worker(new Worker('../resources/request.js'));
+</script>

Powered by Google App Engine
This is Rietveld 408576698