Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / input / range / track-default-rendering.html
blob997b83d2027123e7a462efca01c27d4745444a81
1 <!DOCTYPE HTML>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1524573 -->
7 <html><head>
8 <meta charset="utf-8">
9 <title>Testcase for bug 1583660</title>
10 <style>
11 input::-moz-range-thumb {
12 visibility:hidden;
14 </style>
15 </head>
16 <body>
18 <input type=range>
19 <input type=range orient=vertical>
21 </body>
22 </html>