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