blob: 1fade9f71919b8c4d560ad8e19b150b3bb1f6fa7 [file] [log] [blame]
<html>
<head>
<style type="text/css">
#thumbHorizontal {
-webkit-appearance: sliderthumb-horizontal;
display: inline-block;
width: 20px;
height: 20px;
}
#thumbVertical {
-webkit-appearance: sliderthumb-vertical;
display: inline-block;
width: 20px;
height: 20px;
}
</style>
</head>
<body>
<!-- There should be nothing. -->
<span id="thumbHorizontal"></span><br>
<span id="thumbVertical"></span>
</body>
</html>