ladybird/Tests/LibWeb/Layout/input/block-and-inline/single-br-inline-layout.html
2025-06-21 14:09:47 +02:00

16 lines
No EOL
275 B
HTML

<!DOCTYPE html>
<style>
body {
font-family: 'SerenitySans';
}
#begin {
height: 2px;
background-color: blue;
}
#end {
height: 2px;
background-color: red;
}
</style><div id="begin"></div><br><div id="end"></div>