| Index: LayoutTests/fast/forms/input-double-click-selection-gap-bug.html
|
| diff --git a/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html b/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html
|
| index 450fad208c699cb74d1b9e90734152438f7dbb65..7a1660da0954bb63431e84956228a96a0c9d7db0 100644
|
| --- a/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html
|
| +++ b/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html
|
| @@ -26,7 +26,7 @@
|
| </table>
|
| </body>
|
| <script type="text/javascript">
|
| - document.getElementById('t').focus();
|
| + document.getElementById('t').select();
|
| document.getElementById('cell').style.height = "200px";
|
| </script>
|
| </html>
|
|
|