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

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:334218b8243b
1 <!DOCTYPE html>
2 <style>
3 progress {
4 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