| Index: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/styles/test-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/styles/test-001.html b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/styles/test-001.html
|
| index 163fdc21d989b303c53a41d670a73cd90a4fab42..d587fbb4c5a0702865fa32e783dbb56110037767 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/styles/test-001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/styles/test-001.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/#styles">
|
| <meta name="assert" content="Styles: CSS rules declared in an enclosing tree must not apply in a shadow tree if apply-author-styles flag is set to false for this 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>
|
|
|