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

Unified Diff: LayoutTests/fast/forms/input-text-drag-down.html

Issue 15508003: Revert "Don't force layout for mouse event hit tests" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/forms/input-text-drag-down.html
diff --git a/LayoutTests/fast/forms/input-text-drag-down.html b/LayoutTests/fast/forms/input-text-drag-down.html
index c364bd346913f70fb9d94dee22bcf27f7921a491..743964a8849d9b03fde5d016223f1b0d512d2ee0 100644
--- a/LayoutTests/fast/forms/input-text-drag-down.html
+++ b/LayoutTests/fast/forms/input-text-drag-down.html
@@ -2,8 +2,6 @@
<p>Tests drag-selecting down. If the test succeeds, the text from the center to the end of the text field should be selected.</p>
<script>
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(50, 15);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/forms/input-text-double-click.html ('k') | LayoutTests/fast/forms/input-text-self-emptying-click.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698