mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-15 03:16:39 +00:00
16 lines
757 B
HTML
16 lines
757 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Dragging selections from multiline inputs should show editing caret</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>Select one word in the first input. Drag the selection around over the same input, and over the other inputs. It should show the input editing caret at the relevant insertion point within the target input's text.</p>
|
|
<p><textarea rows="3" cols="60">Dummy text, dummy text, dummy text, dummy text, dummy text,
|
|
dummy text, dummy text, dummy text, dummy text, dummy text</textarea></p>
|
|
<p><textarea rows="3" cols="60">Dummy text, dummy text, dummy text, dummy text, dummy text,
|
|
dummy text, dummy text, dummy text, dummy text, dummy text</textarea></p>
|
|
<p><input value="Dummy text, dummy text"></p>
|
|
|
|
</body>
|
|
</html> |