Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / do-not-copy-unnecessary-styles-expected.txt
1
2 <div>
3 This test verifies that WebKit does not erroneously clone nodes hierarchy when copying text with background color.
4 To manually this test, select the text inside the div with the border, cut and paste it back. You should not see an additional red border.
5 <div style="border: 2px solid red">
6 <div id="test"><span style="background-color: rgb(187, 187, 187); ">Select this text</span><br></div>
7 </div>
8 </div>
9
10
11