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

Unified Diff: LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.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/scrolling/scrollbar-tickmarks-hittest.html
diff --git a/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html b/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
index c1bd2373c5cae4fdeecbe3b58cab55c89fc2f156..0974a65948cded7befc8e016693518cb6812afdf 100644
--- a/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
+++ b/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
@@ -16,8 +16,6 @@ onload = function()
window.internals.settings.setOverlayScrollbarsEnabled(true);
window.internals.addTextMatchMarker(range, true);
}
- if (window.testRunner)
- testRunner.display();
if (window.eventSender) {
eventSender.mouseMoveTo(window.innerWidth - 1, window.innerHeight - 1);
eventSender.mouseDown();
« no previous file with comments | « LayoutTests/fast/overflow/hidden-scrollbar-resize.html ('k') | LayoutTests/fast/table/empty-section-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698