trisquel-icecat/icecat/layout/reftests/selection/non-themed-widget-ref.html
2025-10-06 02:35:48 -06:00

16 lines
293 B
HTML

<html>
<head>
<style type="text/css">
input {
background-color: Highlight;
}
input::-moz-selection {
background-color: HighlightText;
color: Highlight;
}
</style>
</head>
<body onload="document.getElementById('i').select();">
<input id="i" value="text" inputmode="none">
</body>
</html>