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

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:6c261c54b8da
1 <html>
2 <head>
3 <style type="text/css">
4 input {
5 background-color: Highlight;
6 }
7 </style>
8 </head>
9 <body onload="document.getElementById('i').select();">
10 <input id="i" value="text">
11 </body>
12 </html>

mercurial