ladybird/Tests/LibWeb/Layout/input/lh-1.html
2023-03-18 20:14:52 +01:00

24 lines
345 B
HTML

<!DOCTYPE html>
<head><style>
* {
font-family: SerenitySans;
}
:root {
font-size: 20px;
line-height: 2;
}
#a {
background-color: red;
width: 100px;
height: 100px;
}
#b {
background-color: green;
font-size: 50px;
line-height: 100%;
width: 2lh;
height: 2.5rlh;
}
</style>
<body><div id="a"><div id="b">