tenfourfox/layout/reftests/selection/themed-widget.html

5 lines
105 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<body onload="document.getElementById('i').select();">
<input id="i" value="text">
</body>
</html>