summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/meter/rounded-corner-clipping.html
blob: d12a41f2cd55f69a1f111d0faab96c2cb19a20b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<meta charset=utf-8>
<style>
meter {
  width: 20em;
  height: 5em;
  border-radius: 2em;
  border-style: solid;
  border-width: .25em;
  background: #eee;
}
::-moz-meter-bar {
  background: blue;
}
</style>

<meter min="0" max="100" value="40"></meter>