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

Unified Diff: LayoutTests/fast/css/layerZOrderCrash.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/css/layerZOrderCrash.html
diff --git a/LayoutTests/fast/css/layerZOrderCrash.html b/LayoutTests/fast/css/layerZOrderCrash.html
index 430fcdec38017e5479995d56a4295142fd7d6bc1..e2ee631fb3f7a6ffa3ce607d2184025c99c95db6 100644
--- a/LayoutTests/fast/css/layerZOrderCrash.html
+++ b/LayoutTests/fast/css/layerZOrderCrash.html
@@ -38,8 +38,6 @@ function disappear() {
<script>
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(30,20);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/css/hover-active-drag.html ('k') | LayoutTests/fast/css/resize-corner-tracking-transformed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698