Chromium Code Reviews| 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); |
|
yoichio
2016/04/19 07:21:16
setBaseAndExtent(node, offset) should be collapse(
philipj_slow
2016/04/19 12:34:31
If this particular instance is replaced with colla
|
| + window.getSelection().setBaseAndExtent(input, 4, null, 0); |
| document.designMode='on'; |
| document.execCommand('Transpose'); |