blob: 0092a1d7ac318a553166d97679bde38460874613 [file] [log] [blame]
This tests selecting all, copying, and pasting a content that starts and ends with canvas elements.
To manually test, copy and paste the content below:
Before paste:
| "
"
| <#selection-anchor>
| <canvas>
| height="100"
| style="border: 1px solid black"
| width="100"
| "
some text
"
| <canvas>
| height="100"
| style="border: 1px solid black"
| width="100"
| "
some more text
"
| <canvas>
| height="100"
| style="border: 1px solid black"
| width="100"
| <#selection-focus>
| "
"
After paste:
| <canvas>
| height="100"
| style="border: 1px solid black;"
| width="100"
| " "
| "some text"
| " "
| <canvas>
| height="100"
| style="border: 1px solid black;"
| width="100"
| " "
| "some more text"
| " "
| <canvas>
| height="100"
| style="border: 1px solid black;"
| width="100"
| <#selection-caret>
| <br>