blob: ea4f8b61c2185458bde0cfc78ec650d86404234b [file] [log] [blame]
This test checks that on a successful drop we can access event.dataTransfer.types without crashing.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
PASS event.dataTransfer.types contains format "text/plain"
PASS event.dataTransfer.getData("text/plain") contains "Square"
TEST COMPLETE