| Index: third_party/WebKit/LayoutTests/editing/selection/select-element-paragraph-boundary.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/select-element-paragraph-boundary.html b/third_party/WebKit/LayoutTests/editing/selection/select-element-paragraph-boundary.html
|
| index f45eb97abc0a1ba9eea1d7c253d0529cd53cd51d..6fd9576992c3f3c69868fe25b9f9853923ab4c7a 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/select-element-paragraph-boundary.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/select-element-paragraph-boundary.html
|
| @@ -8,7 +8,7 @@ if (window.testRunner)
|
| <script>
|
| var sel = window.getSelection();
|
| var div = document.getElementById("div");
|
| -
|
| +div.focus();
|
| sel.collapse(div, 0);
|
| sel.modify("move", "forward", "paragraphBoundary");
|
| </script>
|
|
|