| Index: LayoutTests/fast/css/pseudo-valid-001.html
|
| diff --git a/LayoutTests/fast/css/pseudo-valid-001.html b/LayoutTests/fast/css/pseudo-valid-001.html
|
| index 8e44daa807b9d5613dd1544fa25a1166a2cad6fd..173949398e94cfd2f51ec1576bd0720d1308a68f 100644
|
| --- a/LayoutTests/fast/css/pseudo-valid-001.html
|
| +++ b/LayoutTests/fast/css/pseudo-valid-001.html
|
| @@ -25,6 +25,5 @@ v = document.getElementsByName("victim");
|
| for (i = 0; i < v.length; i++)
|
| shouldBe("document.defaultView.getComputedStyle(v[i], null).getPropertyValue('background-color')", "'rgb(0, 255, 0)'");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|