servo/tests/wpt/web-platform-tests/css/css-inline/text-box-trim/text-box-trim-half-leading-inline-box-001-ref.html

24 lines
451 B
HTML

<!DOCTYPE html>
<title>Reference for trimming inline boxes</title>
<link rel="help" href="https://drafts.csswg.org/css-inline-3/#leading-trim">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
border: 1px solid orange;
font-size: 20px;
line-height: 1;
}
span {
border: 1px solid blue;
font-family: Ahem;
font-size: 20px;
line-height: 1;
text-box-trim: both;
}
</style>
<div>
<span>Test</span>
</div>