| Index: third_party/WebKit/LayoutTests/imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html b/third_party/WebKit/LayoutTests/imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html
|
| index 237233fbf4c5ba21f2164a6913483aafc5f13e8f..9bc769fec3652f08c8205337ef797d627a8237b5 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html
|
| @@ -3,8 +3,8 @@
|
| <title>HTML Test: marquee-scrolldelay</title>
|
| <link rel="author" title="Intel" href="http://www.intel.com/">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/multipage/obsolete.html#the-marquee-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>
|
| <marquee id="test1" scrolldelay="aa">Test1</marquee>
|
| <marquee id="test2" scrolldelay="-1">Test2</marquee>
|
|
|