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

Unified Diff: LayoutTests/editing/pasteboard/data-transfer-items.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
« no previous file with comments | « no previous file | LayoutTests/editing/selection/contenteditable-click-inside.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/pasteboard/data-transfer-items.html
diff --git a/LayoutTests/editing/pasteboard/data-transfer-items.html b/LayoutTests/editing/pasteboard/data-transfer-items.html
index 499ec6b71730123eebeca2c8a1c518b89ce0d0d5..5538c8855015aa322a6705c0dfffb1fde56b4bb1 100644
--- a/LayoutTests/editing/pasteboard/data-transfer-items.html
+++ b/LayoutTests/editing/pasteboard/data-transfer-items.html
@@ -93,9 +93,6 @@ function runTest() {
testRunner.waitUntilDone();
testRunner.dumpAsText();
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
-
eventSender.mouseMoveTo(0, 0);
for (var i = 0; i < 3; i++) {
eventSender.mouseDown();
« no previous file with comments | « no previous file | LayoutTests/editing/selection/contenteditable-click-inside.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698