layout/reftests/forms/progress/max-height.html

branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
equal deleted inserted replaced
-1:000000000000 0:51635941251b
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;
9 }
10 </style>
11 <progress>Some text</progress>

mercurial