| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/read-media/pageload-image.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/read-media/pageload-image.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/read-media/pageload-image.html
|
| index 10d356c94e8d13e971b825476f4b53b5b025a226..52151b8deb769fc6b82708d635b8eb25a73a00a1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/read-media/pageload-image.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/read-media/pageload-image.html
|
| @@ -5,8 +5,8 @@
|
| <link rel="author" title="Michael Ventnor" href="mailto:mventnor@mozilla.com">
|
| <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#read-media">
|
| - <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>
|
| var t = async_test("The document for a standalone media file should have one child in the body.");
|
|
|