chromium/third_party/blink/web_tests/external/wpt/html/editing/dnd/file/009.html

<!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>