Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-without-nesting-expected.txt
1 This test checks that copy a selection and paste over the same selection does not create nested divs.
2
3 PASS confirmedMarkup is 'Hello'
4 PASS confirmedMarkup is 'Hello<br>world'
5 PASS confirmedMarkup is '<div>Hello</div><div>world</div>'
6 PASS confirmedMarkup is '<div>Hello</div><div>world</div>'
7 PASS confirmedMarkup is '<div><b><i>Hello</i></b></div><div><b><i>world</i></b></div>'
8 PASS confirmedMarkup is '<div style="text-align: center;"><div><font color="#ff0000"><b><i>hello</i></b></font></div><div><font color="#ff0000"><b><i>world</i></b></font></div></div>'
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12