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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-3-expected.txt

Issue 2117663002: [Reland] Remove style spans to follow the styles of the block element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
5 This tests deleting line break before p. 5 This tests deleting line break before p.
6 WebKit preserves the inline style of the merged paragraph, and "world" should be in green. 6 WebKit preserves the inline style of the merged paragraph, and "world" should be in green.
7 | " 7 | "
8 " 8 "
9 | <h1> 9 | <h1>
10 | "hello<#selection-caret>" 10 | "hello<#selection-caret>world"
11 | <span>
12 | style="color: green;"
13 | "world"
14 | <font> 11 | <font>
15 | color="red" 12 | color="red"
16 | " 13 | "
17 " 14 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698