summaryrefslogtreecommitdiffstats
path: root/layout/reftests/selection/themed-widget.html
blob: 6d94f5584b09dce04c1e5414125ec0ef603516e5 (plain)
1
2
3
4
5
<html>
<body onload="document.getElementById('i').select();">
<input id="i" value="text">
</body>
</html>