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