| Index: third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html b/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
|
| index fdf9577334bf3fca28fbdf022738c6c2607215b4..1ee95f04e6a26760c437ee956406d1bf22e528d6 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
|
| @@ -10,7 +10,7 @@
|
| document.body.style.zoom=0.9;
|
|
|
| document.designMode='on';
|
| - window.getSelection().setBaseAndExtent(filterInFirstRoot, 0, 5);
|
| + window.getSelection().setBaseAndExtent(filterInFirstRoot, 0, null, 0);
|
| document.execCommand('ForwardDelete');
|
| }
|
| </script>
|
|
|