| Index: LayoutTests/fast/text/international/khmer-selection.html
|
| diff --git a/LayoutTests/fast/text/international/khmer-selection.html b/LayoutTests/fast/text/international/khmer-selection.html
|
| index 74e0b08d60ce9a0664df6cd500aa1004559f28dd..1b590131468ed72382c1e6fece6d99c484faf88f 100644
|
| --- a/LayoutTests/fast/text/international/khmer-selection.html
|
| +++ b/LayoutTests/fast/text/international/khmer-selection.html
|
| @@ -6,6 +6,8 @@
|
| <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
| <script>
|
| function main() {
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| window.eventSender.mouseMoveTo(5, 8);
|
| window.eventSender.mouseDown();
|
|
|
|
|