| Index: LayoutTests/fast/html/details-mouse-click.html
|
| diff --git a/LayoutTests/fast/html/details-mouse-click.html b/LayoutTests/fast/html/details-mouse-click.html
|
| index 9967660bd24f1ff20c9c9eb3b6edeb145b02ea0b..b24ccda97ce059083010f9f725c462593075ff90 100644
|
| --- a/LayoutTests/fast/html/details-mouse-click.html
|
| +++ b/LayoutTests/fast/html/details-mouse-click.html
|
| @@ -66,6 +66,9 @@ var runTests = function () {
|
|
|
| testRunner.dumpAsText();
|
|
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| +
|
| testElement(0);
|
| testElement(1);
|
| testElement(2);
|
|
|