summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/progress/max-height-ref.html
blob: 872f9cc82610a53de69cc302d5b907e782a81722 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
  progress {
    height: 50px;
    padding: 23px;
    border: 1px solid black;
    box-sizing: border-box;
    overflow: hidden;
  }
</style>
<progress>Some text</progress>