Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Side by Side Diff: LayoutTests/editing/pasteboard/copy-paste-content-starting-and-ending-canvas-expected.txt

Issue 18644008: Avoid adding placeholder when deleting last text in root (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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:
3
4 Before paste:
5 | "
6 "
7 | <canvas>
8 | height="100"
9 | style="border: 1px solid black"
10 | width="100"
11 | "
12 some text
13 "
14 | <canvas>
15 | height="100"
16 | style="border: 1px solid black"
17 | width="100"
18 | "
19 some more text
20 "
21 | <canvas>
22 | height="100"
23 | style="border: 1px solid black"
24 | width="100"
25 | "
26 "
27
28 After paste:
29 | <canvas>
30 | height="100"
31 | style="border: 1px solid black;"
32 | width="100"
33 | " "
34 | "some text"
35 | " "
36 | <canvas>
37 | height="100"
38 | style="border: 1px solid black;"
39 | width="100"
40 | " "
41 | "some more text"
42 | " "
43 | <canvas>
44 | height="100"
45 | style="border: 1px solid black;"
46 | width="100"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698