track-default-rendering-ref.html (512B)
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; 13 } 14 input::-moz-range-track { 15 background: transparent; 16 } 17 </style> 18 </head> 19 <body> 20 21 <input type=range> 22 <input type=range orient=vertical> 23 24 </body> 25 </html>