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

Unified Diff: LayoutTests/transitions/position-background-transition.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
« no previous file with comments | « LayoutTests/svg/custom/stale-resource-data-crash.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/transitions/position-background-transition.html
diff --git a/LayoutTests/transitions/position-background-transition.html b/LayoutTests/transitions/position-background-transition.html
index 6cd5e62d68dd3d355fe69a8b4c4254ea85f1412e..f518741b67aaea61ae663364441ac3323ba83262 100644
--- a/LayoutTests/transitions/position-background-transition.html
+++ b/LayoutTests/transitions/position-background-transition.html
@@ -19,8 +19,6 @@ onload = function() {
var target = document.getElementById('target');
target.style.top = '100px';
target.style.background = 'green';
- if (window.testRunner)
- testRunner.display();
}
if (window.testRunner) {
document.addEventListener('transitionend', function() {
« no previous file with comments | « LayoutTests/svg/custom/stale-resource-data-crash.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698