blob: 8d400538b14a7a38b82f7a518be87ee31fe4caf8 [file] [log] [blame]
In this test the last character of a single-cell table is selected and then deleted using the backspace key. The whole table is deleted.
BeforeDeletion:
| "First"
| <table>
| border="1"
| <tbody>
| <tr>
| <td>
| id="test"
| "<#selection-anchor>1<#selection-focus>"
| "Second"
AfterDeletion:
| "First<#selection-caret>"
| <br>
| "Second"