blob: 72381863f2f55fab5cc085b927bfc308d8f5170d [file] [log] [blame]
<!DOCTYPE html>
<title>drag &amp; drop - no dnd event listeners</title>
<style>
body > div {
height: 200px;
width: 200px;
background-color: orange;
}
</style>
<!-- This test assumes that the browser's default behaviour is to open dropped files. Test 010 continues with this assumption. -->
<div></div>
<p>Save <a href="../resources/pass.png">this image</a> to your desktop. Use your pointing device to drag the saved file from your desktop onto the orange box, and release it. Fail if nothing happens.</p>
<noscript><p>Enable JavaScript and reload</p></noscript>