Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-text-with-style-3-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 "hello world" below and paste it in the box below. WebKit should not nest b, i, u, and font.
3
4 Before copy:
5 | <i>
6 |   "hello"
7
8 After paste:
9 | <i>
10 |   "hello<#selection-caret>"
11 | <font>
12 |   size="5"
13 |   <u>
14 |     <br>