summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/meter/rounded-corner-clipping-ref.html
blob: f2e2beded38fd152943e7cb6a31da2924fcf9eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<meta charset=utf-8>
<style>
div {
  width: 20em;
  height: 5em;
  border-radius: 2em;
  border-style: solid;
  border-width: .25em;
  background: #eee;
  overflow: clip;
}
span {
  display: inline-block;
  background: blue;
  width: 8em;
  height: 100%;
}
</style>

<div><span></span></div>