| Index: third_party/WebKit/LayoutTests/fast/selectors/shadow-host-div-with-span.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/selectors/shadow-host-div-with-span.html b/third_party/WebKit/LayoutTests/fast/selectors/shadow-host-div-with-span.html
|
| index 72b7931d092672a948bb0224ba0ba01d75db8abf..d33d3ce26de8fed9dc96bfb46f339039f7f62486 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/selectors/shadow-host-div-with-span.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/selectors/shadow-host-div-with-span.html
|
| @@ -22,6 +22,6 @@
|
| function SelectText() {
|
| var ele = document.getElementById('container');
|
| var selection = window.getSelection();
|
| - selection.selectAllChildren(ele);
|
| + selection.setBaseAndExtent(ele.childNodes[1], 0, ele.childNodes[5], 1);
|
| }
|
| </script>
|
|
|