Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / contenteditable-pre-2-expected.txt
1 This test copies and pastes content inside pre that is an editing host. WebKit should not clone pre.
2 To manually test, cut and paste "hello\nworld" WebKit should not nest pre (no red borders).
3
4 Before cut paste:
5 | <pre>
6 |   "<#selection-anchor>hello"
7 |   <br>
8 |   "world<#selection-focus>"
9
10 After cut paste:
11 | <pre>
12 |   "hello"
13 |   <br>
14 |   "world<#selection-caret>"