Chromium Code Reviews| Index: LayoutTests/fast/events/zoom-dblclick.html |
| diff --git a/LayoutTests/fast/events/zoom-dblclick.html b/LayoutTests/fast/events/zoom-dblclick.html |
| index 4c3dab5d4c0d6e5f2904d2808a9b6089976681dd..cd4846cd749ee0303859e02b685e5f8620c63efd 100644 |
| --- a/LayoutTests/fast/events/zoom-dblclick.html |
| +++ b/LayoutTests/fast/events/zoom-dblclick.html |
| @@ -46,6 +46,8 @@ |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitUntilDone(); |
| + // Mouse events only work after an initial layout |
| + document.body.offsetLeft; |
| } |
| // Zoomed. |