| Index: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html
|
| index 197cbdf8d4653dbefda699663eb00407a4af4acb..b698cace75e9f1322c063a6d48e429c8c13b0ea4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html
|
| @@ -14,8 +14,8 @@ policies and contribution forms [3].
|
| <link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <link rel="help" href="http://www.w3.org/TR/2013/WD-shadow-dom-20130514/#ranges-and-selection">
|
| <meta name="assert" content="User Interaction: The getSelection() method of the shadow root object must return the current selection in this shadow tree.">
|
| -<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="../../../../html/resources/common.js"></script>
|
| <script src="../../../resources/shadow-dom-utils.js"></script>
|
| </head>
|
|
|