| Index: third_party/WebKit/LayoutTests/editing/selection/5099303.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/5099303.html b/third_party/WebKit/LayoutTests/editing/selection/5099303.html
|
| index c3392502f9b910cd29f03e73a7d524be49685dc9..ae7af8087d619027d3c1176fd6b85ce361e667c8 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/5099303.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/5099303.html
|
| @@ -4,6 +4,7 @@
|
| <script>
|
| var sel = window.getSelection();
|
| var div = document.getElementById("div");
|
| +div.focus();
|
| sel.collapse(div, 0);
|
| sel.modify("extend", "forward", "character");
|
| sel.modify("extend", "forward", "character");
|
|
|