Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html><head>
<meta charset="utf-8">
<title>Testcase for bug 1583660</title>
<style>
input::-moz-range-thumb {
visibility:hidden;
}
</style>
</head>
<body>
<input type=range>
<input type=range orient=vertical>
</body>
</html>