Bug 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git] / layout / reftests / forms / meter / max-height.html
blobae6115f8556cd5567deb57e0e1dedcfdfe0689e4
1 <!DOCTYPE html>
2 <style>
3 meter {
4 max-height: 50px;
5 padding: 23px;
6 border: 1px solid black;
7 box-sizing: border-box;
8 overflow: hidden;
10 </style>
11 <meter>Some text</meter>