diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css/id-or-class-before-stylesheet-strict.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/css/id-or-class-before-stylesheet-strict.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css/id-or-class-before-stylesheet-strict.html b/third_party/WebKit/LayoutTests/fast/css/id-or-class-before-stylesheet-strict.html index 5f838ca..366cc57 100644 --- a/third_party/WebKit/LayoutTests/fast/css/id-or-class-before-stylesheet-strict.html +++ b/third_party/WebKit/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> |