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