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

Unified Diff: LayoutTests/inspector/extensions/extensions-events.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/inspector/extensions/extensions-events.html
diff --git a/LayoutTests/inspector/extensions/extensions-events.html b/LayoutTests/inspector/extensions/extensions-events.html
index f68a6e7cd502ee5985040330f6f43e9603622f37..ccef41d06fb9eacaf64cc9414d5f1d157e21c28b 100644
--- a/LayoutTests/inspector/extensions/extensions-events.html
+++ b/LayoutTests/inspector/extensions/extensions-events.html
@@ -167,7 +167,7 @@ function extension_testTimelineEvents(nextTest)
webInspector.timeline.onEventRecorded.addListener(onTimelineEvent);
// Trigger a relayout.
- webInspector.inspectedWindow.eval("document.body.style.float = 'left'; testRunner.display();");
+ webInspector.inspectedWindow.eval("document.body.style.float = 'left'; document.body.offsetTop;");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698