haikuwebkit/LayoutTests/fast/layoutformattingcontext/inline-box-with-line-spacin...

14 lines
199 B
HTML

<style>
div {
background-color: green;
width: 400px;
}
span {
font-family: "HiraMinProN-W3";
font-size: 30px;
color: green;
}
</style>
<div><span>inline box with line spacing</span></div>