1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 00:15:07 +00:00
serenity/Tests/LibWeb/Layout/input/block-and-inline/button-should-have-vertically-aligned-content.html

18 lines
339 B
HTML

<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>