| Index: LayoutTests/fast/css/id-or-class-before-stylesheet.html
|
| diff --git a/LayoutTests/fast/css/id-or-class-before-stylesheet.html b/LayoutTests/fast/css/id-or-class-before-stylesheet.html
|
| index 7c640c198d9f754b1aea3e89e7012083de2db83a..5da6bde562196a07a7e292e6f62c9a2b63b07e68 100644
|
| --- a/LayoutTests/fast/css/id-or-class-before-stylesheet.html
|
| +++ b/LayoutTests/fast/css/id-or-class-before-stylesheet.html
|
| @@ -32,5 +32,4 @@ shouldBe('window.getComputedStyle(document.getElementsByClassName("testclass")[0
|
| shouldBe('window.getComputedStyle(document.getElementById("testID2")).backgroundColor','"rgb(0, 128, 0)"');
|
| shouldBe('window.getComputedStyle(document.getElementsByClassName("testClass2")[0]).backgroundColor','"rgb(0, 128, 0)"');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|