Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-4039777-fix-expected.txt
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 0 of #text > LI > UL > DIV > DIV > BODY > HTML > #document to 14 of #text > LI > UL > DIV > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
7 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of UL > DIV > DIV > BODY > HTML > #document to 0 of UL > DIV > DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > LI > UL > DIV > UL > DIV > DIV > BODY > HTML > #document to 1 of #text > LI > UL > DIV > UL > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
11 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
12
13 Expected result:
14 | "
15 "
16 | <ul>
17 |   style="text-align:right;"
18 |   <li>
19 |     "A"
20 | "
21 "
22 | <div>
23 |   "
24     "
25 |   <ul>
26 |     "
27         "
28 |     <li>
29 |       "
30             "
31 |       <a>
32 |         href=""
33 |         "B"
34 |       "
35             "
36 |       <br>
37 |       "
38             C 
39         "
40 |     "
41     "
42 |   "
43 "
44 | "
45 "
46
47 Actual result:
48 | "
49 "
50 | <ul>
51 |   style="text-align:right;"
52 |   <li>
53 |     "A"
54 |   <div>
55 |     style="text-align: start; "
56 |     <ul>
57 |       <li>
58 |         <a>
59 |           href=""
60 |           "B"
61 |         " "
62 |         <br>
63 |         "C<#selection-caret>"
64 | <div>
65 |   <ul>
66 |     "
67     "
68 |   "
69 "
70 | "
71 "