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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/local/formdata/formdata-methods.html

Issue 1898703003: Remove testharness.js and friends in LayoutTests/http/tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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: third_party/WebKit/LayoutTests/http/tests/local/formdata/formdata-methods.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/local/formdata/formdata-methods.html b/third_party/WebKit/LayoutTests/http/tests/local/formdata/formdata-methods.html
index 2db54ed1e3779c1507cf19b6f983ac0642bd14b0..66b1ea50066d86a2a85072b63830ca62c5492c1f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/local/formdata/formdata-methods.html
+++ b/third_party/WebKit/LayoutTests/http/tests/local/formdata/formdata-methods.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>FormData interface</title>
-<script src="../../resources/testharness.js"></script>
-<script src="../../resources/testharnessreport.js"></script>
+<script src="../../../../resources/testharness.js"></script>
jsbell 2016/04/18 16:28:20 I don't understand this - since this file is not 4
tkent 2016/04/18 21:07:41 Tess in http/tests/local run without a web server.
+<script src="../../../../resources/testharnessreport.js"></script>
<script>
// Helpers

Powered by Google App Engine
This is Rietveld 408576698