| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/files.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/files.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/files.html
|
| index 51f7f10554ea87f721f1b9fd61a7794fe10f1cd3..f2fac99bbf5a7887dbd6a02284b2147c1d47415c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/files.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/files.html
|
| @@ -1,8 +1,8 @@
|
| <!doctype html>
|
| <meta charset=utf-8>
|
| <title>HTMLInputElement#files</title>
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <div id=log></div>
|
| <script>
|
| var types = [
|
|
|