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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/local/serviceworker/fetch-request-body-file.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/serviceworker/fetch-request-body-file.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/local/serviceworker/fetch-request-body-file.html b/third_party/WebKit/LayoutTests/http/tests/local/serviceworker/fetch-request-body-file.html
index a56ac5245a05355348a83cdc5842c28d19120a85..a73baee53d2229f8e1e416c1ddca6820f745753a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/local/serviceworker/fetch-request-body-file.html
+++ b/third_party/WebKit/LayoutTests/http/tests/local/serviceworker/fetch-request-body-file.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-<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 Same here
+<script src="../../../../resources/testharnessreport.js"></script>
<script src="../../serviceworker/resources/test-helpers.js"></script>
<script src="../../resources/get-host-info.js"></script>
<body>

Powered by Google App Engine
This is Rietveld 408576698