tenfourfox/layout/reftests/forms/meter/max-height-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
188 B
HTML

<!DOCTYPE html>
<style>
meter {
height: 50px;
padding: 23px;
border: 1px solid black;
box-sizing: border-box;
overflow: hidden;
}
</style>
<meter>Some text</meter>