OLD | NEW |
1 This tests selecting all, copying, and pasting a content that starts and ends wi
th canvas elements. | 1 This tests selecting all, copying, and pasting a content that starts and ends wi
th canvas elements. |
2 To manually test, copy and paste the content below: | 2 To manually test, copy and paste the content below: |
3 | 3 |
4 Before paste: | 4 Before paste: |
5 | " | 5 | " |
6 " | 6 " |
7 | <canvas> | 7 | <canvas> |
8 | height="100" | 8 | height="100" |
9 | style="border: 1px solid black" | 9 | style="border: 1px solid black" |
10 | width="100" | 10 | width="100" |
(...skipping 26 matching lines...) Expand all Loading... |
37 | height="100" | 37 | height="100" |
38 | style="border: 1px solid black;" | 38 | style="border: 1px solid black;" |
39 | width="100" | 39 | width="100" |
40 | " " | 40 | " " |
41 | "some more text" | 41 | "some more text" |
42 | " " | 42 | " " |
43 | <canvas> | 43 | <canvas> |
44 | height="100" | 44 | height="100" |
45 | style="border: 1px solid black;" | 45 | style="border: 1px solid black;" |
46 | width="100" | 46 | width="100" |
47 | <br> | |
OLD | NEW |