blob: a16f81ab3ef99e840199b75c6aa61d800a18b290 [file]
Exec insertOrderedList twice in all the cells of a table removes the previously inserted list items:
Before:
| <table>
| border="1"
| <tbody>
| id="element"
| <#selection-anchor>
| <tr>
| <td>
| "fsdf"
| <td>
| "fsdf"
| <tr>
| <td>
| "gghfg"
| <td>
| "fsfg"
| <#selection-focus>
| <tbody>
After:
| <table>
| border="1"
| <tbody>
| id="element"
| <tr>
| <td>
| "<#selection-anchor>fsdf"
| <br>
| <td>
| "fsdf"
| <br>
| <tr>
| <td>
| "gghfg"
| <br>
| <td>
| "fsfg<#selection-focus>"
| <br>
| <tbody>