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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/editing/pasteboard/smart-paste-003-expected.txt

Issue 2186803002: Auto-rebaseline for r407981 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 | <!DOCTYPE html> 8 | <!DOCTYPE html>
9 | <html> 9 | <html>
10 | <head> 10 | <head>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 | <div> 73 | <div>
74 | contenteditable="" 74 | contenteditable=""
75 | id="root" 75 | id="root"
76 | style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break : after-white-space;" 76 | style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break : after-white-space;"
77 | " 77 | "
78 " 78 "
79 | <div> 79 | <div>
80 | class="editing" 80 | class="editing"
81 | id="test" 81 | id="test"
82 | " 82 | "
83 test test <#selection-anchor>test<#selection-focus>" 83 test test <#selection-anchor>test<#selection-focus>"
84 | " " 84 | " "
85 | " 85 | "
86 " 86 "
87 | " 87 | "
88 " 88 "
89 | <script> 89 | <script>
90 | src="../editing.js" 90 | src="../editing.js"
91 | " 91 | "
92 " 92 "
93 | <script> 93 | <script>
(...skipping 11 matching lines...) Expand all
105 | <ol> 105 | <ol>
106 | <li> 106 | <li>
107 | "execCopyCommand: 107 | "execCopyCommand:
108 <div id="test" class="editing"> 108 <div id="test" class="editing">
109 test test 109 test test
110 </div> 110 </div>
111 " 111 "
112 | <li> 112 | <li>
113 | "execPasteCommand: 113 | "execPasteCommand:
114 <div id="test" class="editing"> 114 <div id="test" class="editing">
115 test&nbsp;test&nbsp;test</div>&nbsp; 115 test test&nbsp;test</div>&nbsp;
116 " 116 "
117 | " 117 | "
118 118
119 119
120 " 120 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698