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

Side by Side Diff: LayoutTests/editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote-expected.txt

Issue 13954003: Remove mail blockquote special case handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 test ensures the copied the newline is NOT inside the blockquote -- a '<div ><div><br></div></div>' should be appended as the next sibling of the blockquote .
2
3 | <div>
4 | id="copyDiv"
5 | <blockquote>
6 | type="cite"
7 | <div>
8 | "line 1"
9 | <div>
10 | "line 2"
11 | <div>
12 | <div>
13 | <#selection-caret>
14 | <br>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698