blob: 47a9dfd8155a689325b51aba65feffbc4265182e [file] [log] [blame]
<html>
<head>
<style>
input::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: green;
width: 20px;
height: 20px;
}
</style>
</head>
<body>
<p>
This tests styling of the slider thumb.
</p>
<p>
You should see a green 20&times;20px square.
</p>
<input type="range" value="0" style="-webkit-appearance: none;">
</body>
</html>