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

5 lines
105 B
HTML

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