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

Side by Side Diff: LayoutTests/editing/pasteboard/5065605-expected.txt

Issue 7973008: Revert 93001 - Apple-style-span class seems unnecessary (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 24 o f #text > DIV > BODY > HTML > #document to 24 of #text > DIV > BODY > HTML > #do cument affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 2 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 24 o f #text > DIV > BODY > HTML > #document to 24 of #text > DIV > BODY > HTML > #do cument affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
5 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 24 of #text > DIV > BO DY > HTML > #document to 24 of #text > DIV > BODY > HTML > #document toDOMRange: range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > H TML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 5 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 24 of #text > DIV > BO DY > HTML > #document to 24 of #text > DIV > BODY > HTML > #document toDOMRange: range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > H TML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 24 o f #text > DIV > DIV > BODY > HTML > #document to 24 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 9 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 24 o f #text > DIV > DIV > BODY > HTML > #document to 24 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
(...skipping 10 matching lines...) Expand all
21 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 21 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
22 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #d ocument givenAction:WebViewInsertActionPasted 22 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #d ocument givenAction:WebViewInsertActionPasted
23 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 23 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
24 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 24 o f #text > FONT > DIV > DIV > DIV > BODY > HTML > #document to 24 of #text > FONT > DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstr eam stillSelecting:FALSE 24 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 24 o f #text > FONT > DIV > DIV > DIV > BODY > HTML > #document to 24 of #text > FONT > DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstr eam stillSelecting:FALSE
25 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 25 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
26 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 26 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
27 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 27 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
28 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification 28 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
29 This tests for a bug where text copied with Select All + Copy would lose its col or. 29 This tests for a bug where text copied with Select All + Copy would lose its col or.
30 | <font> 30 | <font>
31 | class="Apple-style-span"
31 | color="#ff0000" 32 | color="#ff0000"
32 | "This text should be red." 33 | "This text should be red."
33 | <div> 34 | <div>
34 | <font> 35 | <font>
36 | class="Apple-style-span"
35 | color="#ff0000" 37 | color="#ff0000"
36 | "This text should be red." 38 | "This text should be red."
37 | <div> 39 | <div>
38 | <font> 40 | <font>
41 | class="Apple-style-span"
39 | color="#ff0000" 42 | color="#ff0000"
40 | "This text should be red." 43 | "This text should be red."
41 | <div> 44 | <div>
42 | <font> 45 | <font>
46 | class="Apple-style-span"
43 | color="#ff0000" 47 | color="#ff0000"
44 | "This text should be red.<#selection-caret>" 48 | "This text should be red.<#selection-caret>"
OLDNEW
« no previous file with comments | « LayoutTests/editing/inserting/5994480-2-expected.txt ('k') | LayoutTests/editing/pasteboard/copy-null-characters-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698