1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/selection/themed-widget.html
T

5 lines
105 B
HTML

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