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

5 lines
105 B
HTML
Raw Normal View History

<html>
<body onload="document.getElementById('i').select();">
<input id="i" value="text">
</body>
</html>