| Index: LayoutTests/fast/css/pseudo-valid-002.html
|
| diff --git a/LayoutTests/fast/css/pseudo-valid-002.html b/LayoutTests/fast/css/pseudo-valid-002.html
|
| index 3072b0e42e3f2118f7081a945e253faf0b1f9b58..4e213f67fcd850586f4f2f43734680a293b034c0 100644
|
| --- a/LayoutTests/fast/css/pseudo-valid-002.html
|
| +++ b/LayoutTests/fast/css/pseudo-valid-002.html
|
| @@ -22,6 +22,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>
|
|
|