Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 1375513-ref.html
blob161f5fa3db1ffd81e1c364b7dd4554aba02c4c60
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Reference for bug 1375513</title>
5 <style type="text/css">
6 input[type=range] {
7 width: 200px;
8 height: 20px;
9 margin: 0;
10 padding: 0;
11 background-color: blue;
14 input[type=range]::-moz-range-progress {
15 height: 10px;
16 background-color: lime;
19 input[type=range]::-moz-range-track,
20 input[type=range]::-moz-range-thumb {
21 visibility: hidden;
23 </style>
24 </head>
25 <body>
26 <input type="range">
27 </body>
28 </html>