Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / layout / reftests / forms / button / max-height.html
blob87ac8a979ccb9a07d1c719163e0615e00c08368a
1 <!DOCTYPE html>
2 <style>
3 button {
4 max-height: 50px;
5 padding: 23px;
6 border: 1px solid black;
7 box-sizing: border-box;
8 overflow: hidden;
10 </style>
11 <button>Some text</button>