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

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

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 5 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting: FALSE 4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 6 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting: FALSE
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: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 5 of #text > DIV > DIV > BODY > HTML > #document to 5 of #text > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted 7 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 6 of #text > DIV > DIV > BODY > HTML > #document to 6 of #text > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 15 of #text > DIV > DI V > BODY > HTML > #document to 15 of #text > DIV > DIV > BODY > HTML > #document toDOMRange:range from 10 of #text > DIV > DIV > BODY > HTML > #document to 10 o f #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownst ream stillSelecting:FALSE 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 15 of #text > DIV > DI V > BODY > HTML > #document to 15 of #text > DIV > DIV > BODY > HTML > #document toDOMRange:range from 11 of #text > DIV > DIV > BODY > HTML > #document to 15 o f #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownst ream stillSelecting:FALSE
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
11 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 12 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
12 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification 13 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
13 | <!DOCTYPE html> 14 | <!DOCTYPE html>
14 | <html> 15 | <html>
15 | <head> 16 | <head>
16 | " 17 | "
17 " 18 "
18 | <script> 19 | <script>
19 | src="../../resources/dump-as-markup.js" 20 | src="../../resources/dump-as-markup.js"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 | <div> 79 | <div>
79 | contenteditable="" 80 | contenteditable=""
80 | id="root" 81 | id="root"
81 | style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break : after-white-space;" 82 | style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break : after-white-space;"
82 | " 83 | "
83 " 84 "
84 | <div> 85 | <div>
85 | class="editing" 86 | class="editing"
86 | id="test" 87 | id="test"
87 | " 88 | "
88 test test<#selection-caret> test" 89 test test <#selection-anchor>test<#selection-focus>"
90 | " "
89 | " 91 | "
90 " 92 "
91 | " 93 | "
92 " 94 "
93 | <script> 95 | <script>
94 | src="../editing.js" 96 | src="../editing.js"
95 | " 97 | "
96 " 98 "
97 | <script> 99 | <script>
98 | " 100 | "
(...skipping 10 matching lines...) Expand all
109 | <ol> 111 | <ol>
110 | <li> 112 | <li>
111 | "execCopyCommand: 113 | "execCopyCommand:
112 <div id="test" class="editing"> 114 <div id="test" class="editing">
113 test test 115 test test
114 </div> 116 </div>
115 " 117 "
116 | <li> 118 | <li>
117 | "execPasteCommand: 119 | "execPasteCommand:
118 <div id="test" class="editing"> 120 <div id="test" class="editing">
119 test test test</div> 121 test&nbsp;test&nbsp;test</div>&nbsp;
120 " 122 "
121 | " 123 | "
122 124
123 125
124 " 126 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698