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