blob: aea23e407ba95977c6badbda1d2b248cbea7033e [file] [log] [blame]
This test checks that drag-and-drop support works for a hyperlink.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Dragging HTML hyperlink
PASS event.dataTransfer.getData("url") is "http://www.whatwg.org/html"
Dragging SVG hyperlink
PASS event.dataTransfer.getData("url") is "http://www.w3.org/TR/SVG11/"
TEST COMPLETE