| Index: third_party/WebKit/LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html b/third_party/WebKit/LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html
|
| index 3cba805269a89cd4d3ebc00d0a24c1617f422277..1f0f5f22ae882946298164bb496ad131405dc49c 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html
|
| @@ -25,7 +25,7 @@ test(function() {
|
|
|
| input=document.createElement('input');
|
| textPath.parentNode.insertBefore(input, textPath);
|
| - window.getSelection().setBaseAndExtent(input, 4);
|
| + window.getSelection().setBaseAndExtent(input, 4, null, 0);
|
|
|
| document.designMode='on';
|
| document.execCommand('Transpose');
|
|
|