blob: e8429e8163ac48e03b53a0959c3ee48fbec912ab [file] [log] [blame]
When deleting the second ordered list items in a table cell its content is merged with the first list item:
Before:
| <table>
| <tbody>
| <tr>
| <td>
| <ol>
| <li>
| "a"
| <li>
| id="li"
| "<#selection-caret>|b"
After:
| <table>
| <tbody>
| <tr>
| <td>
| <ol>
| <li>
| "a<#selection-caret>|b"