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

Unified Diff: LayoutTests/fast/repaint/japanese-rl-selection-clear.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 | « LayoutTests/fast/repaint/event-while-loading-expected.txt ('k') | LayoutTests/fast/replaced/image-map.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/japanese-rl-selection-clear.html
diff --git a/LayoutTests/fast/repaint/japanese-rl-selection-clear.html b/LayoutTests/fast/repaint/japanese-rl-selection-clear.html
index 9a742d234bf91c9ec8e4f88fefffba3b85a9045f..ed76d22d54a2cc9b6732f2c1a37309a3120c85ed 100644
--- a/LayoutTests/fast/repaint/japanese-rl-selection-clear.html
+++ b/LayoutTests/fast/repaint/japanese-rl-selection-clear.html
@@ -13,8 +13,6 @@ body {
function selectStuff()
{
if (eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(760, 200);
eventSender.mouseDown();
eventSender.mouseMoveTo(760, 200);
« no previous file with comments | « LayoutTests/fast/repaint/event-while-loading-expected.txt ('k') | LayoutTests/fast/replaced/image-map.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698