Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / selection / themed-widget.html
blob6d94f5584b09dce04c1e5414125ec0ef603516e5
1 <html>
2 <body onload="document.getElementById('i').select();">
3 <input id="i" value="text">
4 </body>
5 </html>