Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: LayoutTests/fast/backgrounds/obscured-background-child-style-change-expected.html

Issue 183703003: Remove more testRunner.display() calls from LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ditch fast/text/font-initial changes too Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)";

Powered by Google App Engine
This is Rietveld 408576698