| Index: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/slotchange.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/slotchange.html b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/slotchange.html
|
| index 6c5e932d9e9d0034b555d67cc25092ac2d9cbcef..1f94cc7bee28a14442278aab355089abc9435a56 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/slotchange.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/slotchange.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>Shadow DOM: slotchange Events</title>
|
| <meta name="author" title="Hayato Ito" href="mailto:hayato@google.com">
|
| -<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/shadow-dom.js"></script>
|
|
|
| <div id="test1">
|
|
|