OLD | NEW |
(Empty) | |
| 1 Link Random text. |
| 2 Link Random text. |
| 3 This test checks selection drag edge cases on Mac. To run the test manually: |
| 4 |
| 5 Select everything above, start the drag over the image, and with no delay, drag
it to the content editable area. Only the image should be dragged. |
| 6 Select everything above, start the drag over the link, and with no delay, drag i
t to the content editable area. The entire selection should be dragged. |
| 7 Select everything above, start the drag over the text, and with no delay, drag i
t to the content editable area. Nothing should be dragged, but a bunch of text s
hould be selected instead. |
| 8 Dumping info about contenteditable div: |
| 9 Number of children: 4 |
| 10 Contents: |
| 11 IMG |
| 12 IMG |
| 13 A |
| 14 SPAN |
| 15 Number of selected ranges: 1 |
OLD | NEW |