| Index: LayoutTests/fast/css/pseudo-invalid-001.html
|
| diff --git a/LayoutTests/fast/css/pseudo-invalid-001.html b/LayoutTests/fast/css/pseudo-invalid-001.html
|
| index 9e9af54d8d40c335c92019466c36150ba021f12a..b8321e09728115e1eb0b9d57d7d1b9dc94cc9f6c 100644
|
| --- a/LayoutTests/fast/css/pseudo-invalid-001.html
|
| +++ b/LayoutTests/fast/css/pseudo-invalid-001.html
|
| @@ -23,6 +23,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>
|
|
|