| Index: third_party/WebKit/LayoutTests/transforms/transformed-caret.html
|
| diff --git a/third_party/WebKit/LayoutTests/transforms/transformed-caret.html b/third_party/WebKit/LayoutTests/transforms/transformed-caret.html
|
| index 34c51a4aa75243f4aff33b2f7bd559e4fa016236..ed1827aee6620f7c5f910d7e35c754c69d3a983b 100644
|
| --- a/third_party/WebKit/LayoutTests/transforms/transformed-caret.html
|
| +++ b/third_party/WebKit/LayoutTests/transforms/transformed-caret.html
|
| @@ -19,7 +19,7 @@
|
| function focusBox()
|
| {
|
| var box = document.getElementById('box');
|
| - // box.focus();
|
| + box.focus();
|
| window.getSelection().collapse(box, box.childNodes.length);
|
| }
|
| </script>
|
|
|