ladybird/Tests/LibWeb/Layout/input/block-and-inline/button-should-have-vertically-aligned-content.html
2025-06-21 14:09:47 +02:00

19 lines
355 B
HTML

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