Bug 1941334 - Use MOZ_ASSERT in OpenWindowWithRemoteTab. r=farre
[gecko.git] / layout / reftests / forms / progress / max-height.html
blobc9d545330ad070fda8dbd40c1ec9018cf3992bee
1 <!DOCTYPE html>
2 <style>
3 progress {
4 max-height: 50px;
5 padding: 23px;
6 border: 1px solid black;
7 box-sizing: border-box;
8 overflow: hidden;
10 </style>
11 <progress>Some text</progress>