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

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

Issue 14969020: Avoid adding placeholder when deleting last text in root (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad TestExpectations behavior and unnecessary results churn. Created 7 years, 7 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
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/editing/execCommand/insertHTML-expected.txt ('k') | LayoutTests/editing/pasteboard/select-element-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698