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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-with-style-expected.txt

Issue 2697313005: Selection API: collapse() should recreate an internal Range. (Closed)
Patch Set: Add NeedsRebaseline for platform-dependent tests Created 3 years, 10 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 5
6 Markup before: 6 Markup before:
7 | " 7 | "
8 " 8 <#selection-caret>"
9 | <b> 9 | <b>
10 | <i> 10 | <i>
11 | "<#selection-caret>hello bold and italic" 11 | "hello bold and italic"
12 | <div> 12 | <div>
13 | <i> 13 | <i>
14 | "hello italic" 14 | "hello italic"
15 | <div> 15 | <div>
16 | <font> 16 | <font>
17 | color="#ff0000" 17 | color="#ff0000"
18 | "hello red" 18 | "hello red"
19 | " 19 | "
20 " 20 "
21 21
22 Markup after: 22 Markup after:
23 | <b> 23 | <b>
24 | <i> 24 | <i>
25 | "hello bold and italic" 25 | "hello bold and italic"
26 | <div> 26 | <div>
27 | <i> 27 | <i>
28 | "hello italic" 28 | "hello italic"
29 | <div> 29 | <div>
30 | <font> 30 | <font>
31 | color="#ff0000" 31 | color="#ff0000"
32 | "hello red<#selection-caret>" 32 | "hello red<#selection-caret>"
33 | " 33 | "
34 " 34 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698