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

Unified Diff: LayoutTests/http/tests/fetch/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
Index: LayoutTests/http/tests/fetch/simple.html
diff --git a/LayoutTests/http/tests/fetch/request.html b/LayoutTests/http/tests/fetch/simple.html
similarity index 71%
copy from LayoutTests/http/tests/fetch/request.html
copy to LayoutTests/http/tests/fetch/simple.html
index 73f10a6f665037e7d86e516252658ada7c89de1c..5fb79d41ae4755c28ae7f9edfd41e6c4ef87e9da 100644
--- a/LayoutTests/http/tests/fetch/request.html
+++ b/LayoutTests/http/tests/fetch/simple.html
@@ -1,4 +1,4 @@
<!doctype html>
<script src = "/resources/testharness.js"></script>
<script src = "/resources/testharnessreport.js"></script>
-<script src = "script-tests/request.js"></script>
+<script src = "script-tests/simple.js"></script>
« no previous file with comments | « LayoutTests/http/tests/fetch/script-tests/simple.js ('k') | LayoutTests/http/tests/fetch/workers/simple.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698