chromium/third_party/blink/web_tests/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt

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