Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-4039777-fix-expected.txt
blobd863c7815501871946e7b291ba2a7682fd81e7d2
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 Bug fix for <a href="rdar://problem/4039777">&lt;rdar://problem/4039777&gt;</a> Pasting particular snippet of HTML containing list items and a link creates too many list items
8 Expected result:
9 | "
11 | <ul>
12 |   style="text-align:right;"
13 |   <li>
14 |     "A"
15 | "
17 | <div>
18 |   "
19     "
20 |   <ul>
21 |     "
22         "
23 |     <li>
24 |       "
25             "
26 |       <a>
27 |         href=""
28 |         "B"
29 |       "
30             "
31 |       <br>
32 |       "
33             C 
34         "
35 |     "
36     "
37 |   "
39 | "
42 Actual result:
43 | "
45 | <ul>
46 |   style="text-align:right;"
47 |   <li>
48 |     "A"
49 |   <div>
50 |     style="text-align: start;"
51 |     <ul>
52 |       <li>
53 |         <a>
54 |           href=""
55 |           "B"
56 |         " "
57 |         <br>
58 |         "C<#selection-caret>"
59 | <div>
60 |   <ul>
61 |     "
62     "
63 |   "
65 | "