| Index: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/the-end.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/the-end.html b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/the-end.html
|
| index 7b62cef879085c7be1ba13374b68782195b212b2..0a7babf0b5d7ed45f7538f41d91dd7523dc3dc11 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/the-end.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/the-end.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset=utf-8>
|
| <title>The end</title>
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#the-end">
|
| -<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>
|
| async_test(function() {
|
|
|