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

Unified Diff: LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.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/plugins/user-gesture.html ('k') | LayoutTests/svg/custom/anchor-on-use.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html
diff --git a/LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html b/LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html
index 91cc45574e485ee88894d2ab9a6ce29b45420f1c..8c79e4655d7e4926c892c9e19db9550cb04b607e 100644
--- a/LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html
+++ b/LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html
@@ -117,9 +117,6 @@ disabled control case. On success, the text should begin with "zx".<p/>
<div id="console"></div>
<script>
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
-
document.form1.text1.disabled = true;
document.form1.style.display = "none";
eventSender.mouseMoveTo(390, 10);
« no previous file with comments | « LayoutTests/plugins/user-gesture.html ('k') | LayoutTests/svg/custom/anchor-on-use.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698