Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / delete-4038408-fix-expected.txt
blob8cd731912b28dfa67e8c069068fecbebc629b3fe
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
11 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
13 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
15 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
16 rdar://problems/4038408&4154187&4125087&4125381, This tests deletion from underneath quoted text:
18 before deletion:
19 | "
21 | <div>
22 |   <#selection-caret>
23 |   <br>
24 |     class="khtml-block-placeholder"
25 | "
27 | <div>
28 |   "
30 |   <blockquote>
31 |     style="color:blue;"
32 |     type="cite"
33 |     "
35 |     <div>
36 |       "Here is some reply text"
37 |     "
39 |     <div>
40 |       "It should have the reply text style"
41 |     "
43 |     <div>
44 |       <br>
45 |         class="khtml-block-placeholder"
46 |     "
48 |     <div>
49 |       <br>
50 |         class="khtml-block-placeholder"
51 |     "
53 |     <div>
54 |       <br>
55 |         class="khtml-block-placeholder"
56 |     "
58 |   "
62 |   <div>
63 |     <br>
64 |       class="khtml-block-placeholder"
65 |   "
67 | "
71 after deletion:
72 | "
74 | <div>
75 |   <br>
76 |     class="khtml-block-placeholder"
77 | "
79 | <div>
80 |   "
82 |   <blockquote>
83 |     style="color:blue;"
84 |     type="cite"
85 |     "
87 |     <div>
88 |       "Here is some reply text"
89 |     "
91 |     <div>
92 |       "It should have the reply text style<#selection-caret>"
93 |   "
95 | "
99 after insert text:
100 | "
102 | <div>
103 |   <br>
104 |     class="khtml-block-placeholder"
105 | "
107 | <div>
108 |   "
110 |   <blockquote>
111 |     style="color:blue;"
112 |     type="cite"
113 |     "
115 |     <div>
116 |       "Here is some reply text"
117 |     "
119 |     <div>
120 |       "It should have the reply text style"
121 |   "This text should not be quoted.<#selection-caret>"
122 |   "
124 | "