summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/dnd/file/009.html
blob: 72381863f2f55fab5cc085b927bfc308d8f5170d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>