Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / block-wrappers-necessary-expected.txt
blobb3b8a6e5fdbd19252fa3034577c7723e735fda91
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
11 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
14 Tests: 
16 Bug fix for <rdar://problem/4180820> Erroneous spacing between lines introduced on paste
18 Applying block styles, like text-align, used to wrap paragraphs that needed block style changes in clones of other paragraphs in the document.  This would almost always introduce unwanted styles.
21 Before cut:
22 | "
24 | <div>
25 |   class="editing"
26 |   id="test"
27 |   "
29 |   <center>
30 |     "
32 |     <p>
33 |       "
34 <#selection-anchor>This is an "
35 |       <b>
36 |         "interactive"
37 |       " documentation site, so please help out by posting any useful information that you've had to search out."
38 |       <br>
39 |       "
40 (Adding to this "
41 |       <a>
42 |         href="db.cgi?Wiki_Is_So_Easy"
43 |         "wiki is so easy"
44 |       ", you can't screw it up). See "
45 |       <a>
46 |         href="db.cgi?Wiki_Reference"
47 |         "Wiki Reference"
48 |       " for text formatting syntax."
49 |       <br>
50 |       "
51 Info for setting up your own wiki is at "
52 |       <a>
53 |         href="db.cgi?About_Howto.Apple.Com"
54 |         "about howto.apple.com"
55 |       "."
56 |       <br>
57 |       "
58 Check out a cool wiki editor application that helps in wiki generation: "
59 |       <a>
60 |         href="db.cgi?Wikinator"
61 |         "Wikinator"
62 |       "
64 |     <p>
65 |       "
66 Start browsing the topics below, or use the search field at the bottom of every page.<#selection-focus>
68 |   "
70 | "
73 After cut:
74 | "
76 | <div>
77 |   class="editing"
78 |   id="test"
79 |   "
81 |   <center>
82 |     "
84 |     <p>
85 |       <#selection-caret>
86 |       <br>
87 |   "
89 | "
92 After paste (this should be identical to before cut):
93 | "
95 | <div>
96 |   class="editing"
97 |   id="test"
98 |   "
100 |   <center>
101 |     "
103 |     <p>
104 |       "This is an "
105 |       <b>
106 |         "interactive"
107 |       " "
108 |       "documentation site, so please help out by posting any useful information that you've had to search out."
109 |       <br>
110 |       "(Adding to this"
111 |       " "
112 |       <a>
113 |         href="db.cgi?Wiki_Is_So_Easy"
114 |         "wiki is so easy"
115 |       ", you can't screw it up). See"
116 |       " "
117 |       <a>
118 |         href="db.cgi?Wiki_Reference"
119 |         "Wiki Reference"
120 |       " "
121 |       "for text formatting syntax."
122 |       <br>
123 |       "Info for setting up your own wiki is at"
124 |       " "
125 |       <a>
126 |         href="db.cgi?About_Howto.Apple.Com"
127 |         "about howto.apple.com"
128 |       "."
129 |       <br>
130 |       "Check out a cool wiki editor application that helps in wiki generation:"
131 |       " "
132 |       <a>
133 |         href="db.cgi?Wikinator"
134 |         "Wikinator"
135 |     <p>
136 |       "Start browsing the topics below, or use the search field at the bottom of every page.<#selection-caret>"
137 |   "
139 | "