summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/range/range-track-bg-ref.html
blob: e99d3d0bfdacaf8788acc0a7174ab0869d9b2172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<style>
input[orient="horizontal"]::-moz-range-track {
  background-color: green;
  block-size: 0.2em;
  inline-size: 100%;
}
input[orient="vertical"]::-moz-range-track {
  background-color: green;
  inline-size: 0.2em;
  block-size: 100%;
}
</style>
<input type="range" orient="horizontal">
<input type="range" orient="vertical">