no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / selection / non-themed-widget.html
blob7b8708fc1e2ed7cde9857caf56f57cae12a3f390
1 <html>
2 <head>
3 <style type="text/css">
4 input {
5 background-color: Highlight;
7 </style>
8 </head>
9 <body onload="document.getElementById('i').select();">
10 <input id="i" value="text">
11 </body>
12 </html>