Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / button-should-have-vertically-aligned-content.html
@minerva minerva on 13 Jul 339 bytes Initial commit
<style type="text/css">
    .border-black {
        border: 10px solid black;
    }

    button {
        height: 200px;
    }
</style>

<body>
    <button class="button border-black">
        <div class="border-black">
            one
        </div>
        <div class="border-black" style="height: 100px">
            two
        </div>