| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/script-before-after-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/script-before-after-events.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/script-before-after-events.html
|
| index d653d832b6885742a5278ebfa8d2f3da8f73895c..4cd77250ed6a457506c10cf796275de454d0bc42 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/script-before-after-events.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/script-before-after-events.html
|
| @@ -3,8 +3,8 @@
|
| <title>script beforescriptexecute/afterscriptexecute events</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#the-script-element">
|
| -<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 t1 = async_test("'beforescriptexecute'/'afterscriptexecute' events have been fired"),
|
|
|