Bug 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git] / layout / reftests / forms / meter / rounded-corner-clipping.html
blobd12a41f2cd55f69a1f111d0faab96c2cb19a20b0
1 <!DOCTYPE html>
2 <meta charset=utf-8>
3 <style>
4 meter {
5 width: 20em;
6 height: 5em;
7 border-radius: 2em;
8 border-style: solid;
9 border-width: .25em;
10 background: #eee;
12 ::-moz-meter-bar {
13 background: blue;
15 </style>
17 <meter min="0" max="100" value="40"></meter>