enrica@apple.com | 7abf3f9 | 2011-12-01 01:16:13 +0000 | [diff] [blame] | 1 | This test checks that copy a selection and paste over the same selection does not create nested divs. |
| 2 | |
ossy@webkit.org | ba5e3cd | 2011-12-01 08:05:06 +0000 | [diff] [blame] | 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>' |
timothy@apple.com | 5bad03b | 2019-08-30 01:40:58 +0000 | [diff] [blame] | 9 | PASS confirmedMarkup is '<p>Line One</p><p>Line Two</p>' |
enrica@apple.com | 7abf3f9 | 2011-12-01 01:16:13 +0000 | [diff] [blame] | 10 | PASS successfullyParsed is true |
| 11 | |
| 12 | TEST COMPLETE |
| 13 | |