Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-delete-insertion-position-skip-paragraph-expected.txt
1 This test ensures WebKit does not skip paragraphs when determining the insertion position for paste.
2 You should see "hello world<caret> WebKit" below.
3
4 Initial markup:
5 | "
6 "
7 | <font>
8 |   class="Apple-style-span"
9 |   face="'courier new', monospace"
10 |   <div>
11 |     style="font-family: arial;"
12 |     "
13 "
14 |     <span>
15 |       class="Apple-style-span"
16 |       style="font-family: 'courier new', monospace;"
17 |       "hello"
18 |   "
19 "
20 |   <div>
21 |     style="font-family: arial; "
22 |     <span>
23 |       class="Apple-style-span"
24 |       style="font-family: 'courier new', monospace;"
25 |       " WebKit"
26 | "
27 "
28
29 After inserting " world":
30 | "
31 "
32 | <font>
33 |   class="Apple-style-span"
34 |   face="'courier new', monospace"
35 |   <div>
36 |     style="font-family: arial;"
37 |     "
38 "
39 |     <span>
40 |       class="Apple-style-span"
41 |       style="font-family: 'courier new', monospace;"
42 |       "hello"
43 |   "
44 "
45 |   <div>
46 |     style="font-family: arial; "
47 |     <span>
48 |       class="Apple-style-span"
49 |       style="font-family: 'courier new', monospace;"
50 |       " WebKit"
51 | "
52 "
53
54 After deleting line break before " WebKit":
55 | "
56 "
57 | <font>
58 |   class="Apple-style-span"
59 |   face="'courier new', monospace"
60 |   <div>
61 |     style="font-family: arial;"
62 |     "
63 "
64 |     <span>
65 |       class="Apple-style-span"
66 |       style="font-family: 'courier new', monospace;"
67 |       "hello"
68 |   "
69 "
70 |   <div>
71 |     style="font-family: arial; "
72 |     <span>
73 |       class="Apple-style-span"
74 |       style="font-family: 'courier new', monospace;"
75 |       " WebKit"
76 | "
77 "