blob: 430fa2a164d92f966d07013ef0215a06b42609b6 [file] [log] [blame]
In this test the last character of a single-cell table is deleted, just using the forwardDelete key. Only the table cell's content should be deleted, and not the table itself.
BeforeDeletion:
| "First"
| <table>
| border="1"
| <tbody>
| <tr>
| <td>
| id="test"
| "1<#selection-caret>"
| "Second"
AfterDeletion:
| "First"
| <table>
| border="1"
| <tbody>
| <tr>
| <td>
| id="test"
| "1<#selection-caret>"
| "Second"