Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / meter / rounded-corner-clipping-ref.html
blobf2e2beded38fd152943e7cb6a31da2924fcf9eb5
1 <!DOCTYPE html>
2 <meta charset=utf-8>
3 <style>
4 div {
5 width: 20em;
6 height: 5em;
7 border-radius: 2em;
8 border-style: solid;
9 border-width: .25em;
10 background: #eee;
11 overflow: clip;
13 span {
14 display: inline-block;
15 background: blue;
16 width: 8em;
17 height: 100%;
19 </style>
21 <div><span></span></div>