Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-pre-001-expected.txt
1 Tests: 
2 Copying and pasting content inside of a PRE tag. This test was created after fixing 3918056.
3 Expected Results: 
4 The PRE tag and the formatting of the text inside of the PRE should be maintained. Should see this content in the red box below:
5 foo
6 bar
7 foo
8 bar
9 execCutCommand: <div id="test" class="editing"> <pre><br></pre> </div>
10 execPasteCommand: <div id="test" class="editing"> <pre>foo bar</pre> </div>