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

Side by Side Diff: LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor-expected.txt

Issue 7031026: Revert 84311 - REGRESSION(r55762): Highlight color can't be copied in gmail. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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
OLDNEW
(Empty)
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 7 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 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
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
10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
15 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 16 of #text > SPAN > DIV > DIV > BODY > HTML > #document to 16 of #text > SPA N > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
16 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 16 of #text > SPAN > D IV > DIV > BODY > HTML > #document to 16 of #text > SPAN > DIV > DIV > BODY > HT ML > #document toDOMRange:range from 16 of #text > SPAN > DIV > DIV > BODY > HTM L > #document to 16 of #text > SPAN > DIV > DIV > BODY > HTML > #document affini ty:NSSelectionAffinityDownstream stillSelecting:FALSE
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
20 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
21 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
22 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
23 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 22 of #text > SPAN > DIV > DIV > BODY > HTML > #document to 22 of #text > SPA N > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
24 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 22 of #text > SPAN > D IV > DIV > BODY > HTML > #document to 22 of #text > SPAN > DIV > DIV > BODY > HT ML > #document toDOMRange:range from 22 of #text > DIV > DIV > BODY > HTML > #do cument to 22 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelection AffinityDownstream stillSelecting:FALSE
25 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
26 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
27 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
28 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
29
30 Markup before:
31 | "
32 "
33 | <span>
34 | style="background-color: rgb(255, 0, 0);"
35 | "<#selection-caret>Red background"
36 | "
37 "
38 | <div>
39 | id="test2"
40 | <span>
41 | style="background-color: green;"
42 | "Green background"
43 | "
44 "
45 | <div>
46 | id="test3"
47 | <span>
48 | style="background-color: rgb(255, 0, 0, 0);"
49 | "Transparent background"
50 | "
51 "
52
53 Markup after:
54 | "
55 "
56 | <span>
57 | style="background-color: rgb(255, 0, 0);"
58 | "Red background"
59 | <span>
60 | style="background-color: rgb(255, 0, 0); "
61 | "Red background"
62 | <div>
63 | id="test2"
64 | <span>
65 | style="background-color: green;"
66 | "Green background"
67 | <span>
68 | style="background-color: green; "
69 | "Green background"
70 | "
71 "
72 | <div>
73 | id="test3"
74 | <span>
75 | style="background-color: rgb(255, 0, 0, 0);"
76 | "Transparent background"
77 | "Transparent background<#selection-caret>"
78 | "
79 "
OLDNEW
« no previous file with comments | « LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor.html ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698