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

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

Issue 806513004: Add a simple fetch API test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « LayoutTests/http/tests/fetch/simple.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/fetch/workers/simple.html
diff --git a/LayoutTests/http/tests/fetch/workers/request.html b/LayoutTests/http/tests/fetch/workers/simple.html
similarity index 67%
copy from LayoutTests/http/tests/fetch/workers/request.html
copy to LayoutTests/http/tests/fetch/workers/simple.html
index 7c967b68db2be312238c73e5c244752b61624b1b..9ad4f6915bbe8f39c7a6da8fcd1f3f37364b1311 100644
--- a/LayoutTests/http/tests/fetch/workers/request.html
+++ b/LayoutTests/http/tests/fetch/workers/simple.html
@@ -2,5 +2,5 @@
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
-fetch_tests_from_worker(new Worker('../script-tests/request.js'));
+fetch_tests_from_worker(new Worker('../script-tests/simple.js'));
</script>
« no previous file with comments | « LayoutTests/http/tests/fetch/simple.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698