ladybird/Tests/LibWeb/Ref/input/square-flex.html
2025-03-20 11:50:49 +01:00

13 lines
260 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/square-ref.html" />
<style>
.box {
display: flex;
}
.item {
width: 100px;
height: 100px;
background-color: pink;
}
</style><div class="box"><div class="item">