| Index: LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html
|
| diff --git a/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html b/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html
|
| index 721562dcb00e8c30ab591c9e0a2a82ef612d49c9..83871b7ac514620a79da55dff27593b5f64d80fd 100644
|
| --- a/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html
|
| +++ b/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html
|
| @@ -7,7 +7,7 @@ div.resetTest {
|
| color: #fee;
|
| }
|
| </style>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <script>
|
| function testNoResetStyleInheritance() {
|
| debug("Test case: no reset-style-inheritance. color value should be inherited from the shadow host.");
|
|
|