| Index: third_party/WebKit/LayoutTests/paint/invalidation/delete-into-nested-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/delete-into-nested-block.html b/third_party/WebKit/LayoutTests/paint/invalidation/delete-into-nested-block.html
|
| index d1c35749f85ce48a6e8b0ece14b0d7e37e62ba64..83c49161e9840ee6d7305e595d270bae1fd3133d 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/delete-into-nested-block.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/delete-into-nested-block.html
|
| @@ -25,6 +25,7 @@
|
| var sel = window.getSelection();
|
| var one = document.getElementById("one");
|
| var two = document.getElementById("two");
|
| + one.parentNode.focus();
|
| sel.setBaseAndExtent(one, 0, two, 2);
|
| </script>
|
| </body>
|
|
|