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

12 lines
191 B
HTML

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