Mypal/layout/reftests/forms/meter/max-height.html

12 lines
192 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<style>
meter {
max-height: 50px;
padding: 23px;
border: 1px solid black;
box-sizing: border-box;
overflow: hidden;
}
</style>
<meter>Some text</meter>