Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-fit/text-align.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="text-align-ref.html">
<meta name="flags" content="ahem">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.target {
width: 120px;
border: 2px solid blue;
margin-bottom: 10px;
font: 20px/normal Ahem;
text-align: right;
}
</style>
<body>
<div class="target" style="text-fit: grow consistent">
ABCDE FGHI
</div>
<div class="target" style="text-fit: shrink consistent">
ABCDE FGHIJKLM
</div>