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

Side by Side Diff: LayoutTests/editing/deleting/delete-line-break-between-paragraphs-with-same-style-expected.txt

Issue 7973008: Revert 93001 - Apple-style-span class seems unnecessary (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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
OLDNEW
1 This tests deleting a line break between paragraphs with the same inline style. Inline style should be preserved after the merge. 1 This tests deleting a line break between paragraphs with the same inline style. Inline style should be preserved after the merge.
2 | " 2 | "
3 " 3 "
4 | <div> 4 | <div>
5 | <font> 5 | <font>
6 | class="Apple-style-span" 6 | class="Apple-style-span"
7 | face="monospace" 7 | face="monospace"
8 | "hello world<#selection-caret>" 8 | "hello world<#selection-caret>"
9 | <span> 9 | <span>
10 | class="Apple-style-span"
10 | style="font-family: monospace; " 11 | style="font-family: monospace; "
11 | "WebKit" 12 | "WebKit"
12 | " 13 | "
13 " 14 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698