Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-text-with-style-2-expected.txt
1 This tests copying and pasting text does not result in nested style elements such as b, em, and font.
2 To manually test, copy and paste "hello world" below. WebKit should not nest b, i, u, and font.
3
4 Before copy-paste:
5 | <b>
6 |   <i>
7 |     <u>
8 |       <font>
9 |         color="red"
10 |         "<#selection-caret>hello world"
11
12 After copy-paste:
13 | <b>
14 |   <i>
15 |     <u>
16 |       <font>
17 |         color="red"
18 |         "hello world<#selection-caret>"
19 | <br>