summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/dnd/dropzone/009.html
blob: c5ae10739ace6b7f58d1603d0bfc5d87acc81463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
  <head>
    <title>Dropping selection onto dropzone with JS disabled</title>
  </head>
  <body>

    <ol>
      <li>Disable JavaScript</li>
      <li>Select some text in this sentence.</li>
      <li dropzone="copy string:text/plain">Drag the selection over this text.</li>
      <li>If supported by the platform, the mouse cursor should show the drop-allowed cursor.</li>
    </ol>

  </body>
</html>