summaryrefslogtreecommitdiffstats
path: root/layout/reftests/selection/non-themed-widget.html
blob: 7b8708fc1e2ed7cde9857caf56f57cae12a3f390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style type="text/css">
input {
  background-color: Highlight;
}
</style>
</head>
<body onload="document.getElementById('i').select();">
<input id="i" value="text">
</body>
</html>