mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-15 03:16:39 +00:00
15 lines
639 B
HTML
15 lines
639 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Dragging selections from single-line 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><input value="Dummy text, dummy 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><input value="Dummy text, dummy text"></p>
|
|
|
|
</body>
|
|
</html> |