non-themed-widget.html (212B)
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" inputmode="none"> 11 </body> 12 </html>