mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-18 00:21:18 +00:00
17 lines
582 B
HTML
17 lines
582 B
HTML
<!DOCTYPE html>
|
|
<title>drag & 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>
|