1 This test checks that drag-and-drop support works for a hyperlink.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 Dragging HTML hyperlink
7
8 PASS event.dataTransfer.getData("url") is "http://www.whatwg.org/html"
9
10 Dragging SVG hyperlink
11
12 PASS event.dataTransfer.getData("url") is "http://www.w3.org/TR/SVG11/"
13
14 TEST COMPLETE
15