gecko/layout/reftests/forms/button-max-height-ref.html

13 lines
224 B
HTML

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