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

    <ol>
      <li>Disable JavaScript</li>
      <li>Select some text in <input type="text" value="this input"> and drag it into the following input: <input type="text" value=""> - the text you dragged should appear in there.</li>
      <li>Select some text in this sentence and drag it into the following input: <input type="text" value=""> - the text you dragged should appear in there.</li>
    </ol>

  </body>
</html>