blob: ba7fada7add45c7175d455fa635a5edbd253263a [file] [log] [blame]
This tests deleting a selection that starts at the beginning of an editable pocket inside a non-editable table. The caret should not disappear during the delete and should be placed inside the editable span. When text is then inserted, it should be placed inside that span.
<div contenteditable="false"><span>&nbsp;</span><span contenteditable="true" id="start">Text</span></div>