blob: 1fc552ec6d534d57c9cb43bbd0d9cddef9cd3be0 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Dragging text from UI widgets</title>
</head>
<body>
<ol>
<li>Select some text in the address bar.</li>
<li>Drag the selection to the following textarea, and release it: <br><textarea rows="3" cols="50"></textarea></li>
<li>Pass if:<ol>
<li>A visible representation of the selected text appears to be dragged.</li>
<li>The mouse cursor shows that the drop will be allowed over the textarea.</li>
<li>The selected text appears in the textarea.</li>
</ol></li>
<li>Repeat the test with other UI text inputs, including ones that allow linebreaks (if any).</li>
</ol>
</body>
</html>