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

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

Issue 2111473002: Revert of Remove style spans to follow the styles of the block element (patchset #2 id:20001 of htt… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2783
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>world" 10 | "hello<#selection-caret>"
11 | <span>
12 | style="color: green;"
13 | "world"
11 | <font> 14 | <font>
12 | color="red" 15 | color="red"
13 | " 16 | "
14 " 17 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698