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

12 lines
188 B
HTML
Raw Normal View History

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