| Index: third_party/WebKit/LayoutTests/imported/wpt/html/editing/focus/focus-management/focus-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/focus/focus-management/focus-events.html b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/focus/focus-management/focus-events.html
|
| index bd5e60866f99cd9d8eacee8f99f6b988234c5e4a..d63362aaa1828f35de410b56c1ccc2d7869a111e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/focus/focus-management/focus-events.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/focus/focus-management/focus-events.html
|
| @@ -3,8 +3,8 @@
|
| <title>Focus management</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#focus-management">
|
| -<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>
|
| <input type=text id=i1>
|
| <input type=text id=i2>
|
|
|