Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / drag-and-drop-dataTransfer-types-nocrash-expected.txt
1 This test checks that on a successful drop we can access event.dataTransfer.types without crashing.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS event.dataTransfer.types contains format "text/plain"
7 PASS event.dataTransfer.getData("text/plain") contains "Square"
8
9 TEST COMPLETE
10