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

Side by Side Diff: LayoutTests/editing/inserting/6703873-2-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 tests that placing the cursor at the beginning of a doubly-quoted paragraph and hitting Return splits the outer blockquote at the right place, namely just above the inner blockquote, and inserts an empty line there, rather than outside the outer blockquote.
2 <blockquote type="cite"><div>Lorem<br>ipsum</div></blockquote><br><blockquote ty pe="cite"><div><blockquote id="test" type="cite">dolor</blockquote></div></block quote>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698