Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-without-nesting-expected.txt
blobfaad12270bc1940b011d83f72c60f40abe2cb782
1 This test checks that copy a selection and paste over the same selection does not create nested divs.
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
11 TEST COMPLETE