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