Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-text-with-style-5-expected.txt
1 This tests copying and pasting text does not strip inline styles that overrides UA style rules.
2 To manually test, copy and paste "hello world" below. The pasted text should be bolded.
3
4 Before copy-paste:
5 | <b>
6 |   style="font-weight: normal"
7 |   "<#selection-caret>hello world"
8
9 After copy-paste:
10 | <b>
11 |   style="font-weight: normal; "
12 |   "hello world<#selection-caret>"
13 | <br>