track-default-rendering.html (445B)
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 </style> 15 </head> 16 <body> 17 18 <input type=range> 19 <input type=range orient=vertical> 20 21 </body> 22 </html>