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

Unified Diff: LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js

Issue 14859016: Don't force layout for mouse event hit tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix review comment 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/http/tests/local/blob/script-tests/send-hybrid-blob.js
diff --git a/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js b/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js
index 083ca5622235a9ff8b47061ac3a2fb7b6cdcf7b7..bdae9c6d9c8c135b04ace8389df922165172be31 100644
--- a/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js
+++ b/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js
@@ -88,6 +88,8 @@ function runTests()
if (window.eventSender) {
testRunner.waitUntilDone();
+ // Mouse events only work after an initial layout
+ document.body.offsetLeft;
util.runTests();
} else
testFailed("This test is not interactive, please run using DumpRenderTree");
« no previous file with comments | « LayoutTests/fast/text/textIteratorNilRenderer.html ('k') | LayoutTests/http/tests/navigation/resources/javascriptlink.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698