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

Unified Diff: LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html

Issue 14859016: Don't force layout for mouse event hit tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update all tests 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/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 8c79e4655d7e4926c892c9e19db9550cb04b607e..91cc45574e485ee88894d2ab9a6ce29b45420f1c 100644
--- a/LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html
+++ b/LayoutTests/scrollbars/scrollbar-miss-mousemove-disabled.html
@@ -117,6 +117,9 @@ 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);

Powered by Google App Engine
This is Rietveld 408576698