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

Unified Diff: LayoutTests/fast/events/autoscroll-upwards-propagation.html

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/events/autoscroll-upwards-propagation.html
diff --git a/LayoutTests/fast/events/autoscroll-upwards-propagation.html b/LayoutTests/fast/events/autoscroll-upwards-propagation.html
index c2e9c1cd1513bb9bbeaa11ec868eff89b0509059..df61872f73225f4267962f32836c92f12eaaaeeb 100644
--- a/LayoutTests/fast/events/autoscroll-upwards-propagation.html
+++ b/LayoutTests/fast/events/autoscroll-upwards-propagation.html
@@ -38,7 +38,7 @@ function runTest() {
// We do the dragging/selection in two steps here, because if we move
// the mouse beyond the input boundary right way, it won't start the autoscroll
// timer. See early return in AutoscrollController::startAutoscrollForSelection
- // after calling RenderBox::findAutoscrollable.
+ // after calling LayoutBox::findAutoscrollable.
eventSender.mouseMoveTo(x + 48, y);
eventSender.mouseMoveTo(x + 55, y);
setTimeout(finishTest, 100);

Powered by Google App Engine
This is Rietveld 408576698