Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-text-with-style-4-expected.txt
1 This tests copying and pasting text does not remove non-editing style in the destination.
2 To manually test, copy "hello world" below and paste it in the box below. The blue border should stay after the paste.
3
4 Before copy:
5 | <b>
6 |   style="border: solid 5px blue;padding: 5px;"
7 |   <br>
8
9 After paste:
10 | <b>
11 |   style="border: solid 5px blue;padding: 5px;"
12 |   <i>
13 |     style="font-weight: normal; "
14 |     "hello<#selection-caret>"
15 |   <br>