| Index: third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/event-loops/task_microtask_ordering.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/event-loops/task_microtask_ordering.html b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/event-loops/task_microtask_ordering.html
|
| index ccfe32e95c9e40c39d8f8508694dcf7253387e51..c14a043b6ab10ab5e9e08d5bae1088f8dbf5e9c3 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/event-loops/task_microtask_ordering.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/event-loops/task_microtask_ordering.html
|
| @@ -2,8 +2,8 @@
|
| <title>Task and Microtask Ordering </title>
|
| <link rel=author title="Joshua Bell" href="mailto:jsbell@google.com">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#event-loops">
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script src="resources/common.js"></script>
|
|
|
| <div class="outer">
|
|
|