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

Side by Side Diff: LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor-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: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 7 of DIV > BODY > HTML > #document 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 7 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: 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: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 14 of #text > SPAN > DIV > BODY > HTML > #document to 14 of #text > SPAN > DI V > BODY > HTML > #document givenAction:WebViewInsertActionPasted 7 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 14 of #text > SPAN > DIV > BODY > HTML > #document to 14 of #text > SPAN > DI V > BODY > HTML > #document givenAction:WebViewInsertActionPasted
8 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 14 of #text > SPAN > D IV > BODY > HTML > #document to 14 of #text > SPAN > DIV > BODY > HTML > #docume nt toDOMRange:range from 14 of #text > SPAN > DIV > BODY > HTML > #document to 1 4 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDo wnstream stillSelecting:FALSE 8 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 14 of #text > SPAN > D IV > BODY > HTML > #document to 14 of #text > SPAN > DIV > BODY > HTML > #docume nt toDOMRange:range from 14 of #text > SPAN > DIV > BODY > HTML > #document to 1 4 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDo wnstream stillSelecting:FALSE
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 | " 50 | "
51 " 51 "
52 52
53 Markup after: 53 Markup after:
54 | " 54 | "
55 " 55 "
56 | <span> 56 | <span>
57 | style="background-color: rgb(255, 0, 0);" 57 | style="background-color: rgb(255, 0, 0);"
58 | "Red background" 58 | "Red background"
59 | <span> 59 | <span>
60 | class="Apple-style-span"
60 | style="background-color: rgb(255, 0, 0); " 61 | style="background-color: rgb(255, 0, 0); "
61 | "Red background" 62 | "Red background"
62 | <div> 63 | <div>
63 | id="test2" 64 | id="test2"
64 | <span> 65 | <span>
65 | style="background-color: green;" 66 | style="background-color: green;"
66 | "Green background" 67 | "Green background"
67 | <span> 68 | <span>
69 | class="Apple-style-span"
68 | style="background-color: rgb(0, 128, 0); " 70 | style="background-color: rgb(0, 128, 0); "
69 | "Green background" 71 | "Green background"
70 | " 72 | "
71 " 73 "
72 | <div> 74 | <div>
73 | id="test3" 75 | id="test3"
74 | <span> 76 | <span>
75 | style="background-color: rgb(255, 0, 0, 0);" 77 | style="background-color: rgb(255, 0, 0, 0);"
76 | "Transparent background" 78 | "Transparent background"
77 | "Transparent background<#selection-caret>" 79 | "Transparent background<#selection-caret>"
78 | " 80 | "
79 " 81 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698