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