| Index: LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation.html
|
| diff --git a/LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation.html b/LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation.html
|
| index b99aa5082a2cc2aac37bc211adad983ae16626f7..6a6ed2870bd6bd8503feeb7fc07e329281dec4dc 100644
|
| --- a/LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation.html
|
| +++ b/LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation.html
|
| @@ -49,5 +49,4 @@ debug("Remove an existing scoped style.");
|
| existingStyle.parentNode.removeChild(existingStyle);
|
| shouldBe("window.getComputedStyle(target).backgroundColor", '"rgb(0, 128, 0)"');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </html>
|
|
|