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/shrink-consistent.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="shrink-consistent-ref.html">
<meta name="flags" content="ahem">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.target {
white-space: pre;
width: 80px;
margin-bottom: 10px;
font: 20px/normal Ahem;
}
.scale {
text-fit: shrink consistent;
border: 1px solid green;
}
</style>
<body>
<div class="target scale">ABCDEFGH
ABCD</div>
</body>