blob: 997b83d2027123e7a462efca01c27d4745444a81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1524573 -->
<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>
|