Chromium Code Reviews| 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> |