Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-inline/text-box-trim/text-box-trim-end-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Test text-box-trim: trim-end using a non-zero alphabetic baseline</title>
<link rel="match" href="text-box-trim-end-002-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" href="/fonts/baseline-diagnostic/baseline-diagnostic-font.css">
<style>
.spacer {
background: lightgray;
block-size: 100px;
}
.target {
font: 100px/2 BaselineDiagnostic;
text-box: trim-end text alphabetic;
}
</style>
<div class="spacer"></div>
<div class="target">█BxIF</div>
<div class="spacer"></div>