Index: LayoutTests/fast/backgrounds/obscured-background-child-style-change-expected.html |
diff --git a/LayoutTests/fast/backgrounds/obscured-background-child-style-change-expected.html b/LayoutTests/fast/backgrounds/obscured-background-child-style-change-expected.html |
index b60a7c1e8cd3701a460b3a34f26838680e98b2d5..640d4eb0f2d092e8a0013308a7327fb58de4c86c 100644 |
--- a/LayoutTests/fast/backgrounds/obscured-background-child-style-change-expected.html |
+++ b/LayoutTests/fast/backgrounds/obscured-background-child-style-change-expected.html |
@@ -24,8 +24,6 @@ |
</div> |
<script> |
document.body.offsetTop; |
-if (window.testRunner) |
- testRunner.display(); |
var children = document.getElementsByClassName("child"); |
children[0].style.backgroundColor = "rgba(0,255,0,0.5)"; |
children[1].style.backgroundColor = "rgba(0,255,0,0.5)"; |