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-per-line-all.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="shrink-per-line-all-ref.html">
<meta name="flags" content="ahem">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.target {
text-fit: shrink per-line-all;
white-space: pre;
width: 100px;
font: 20px/normal Ahem;
border: 1px solid green;
}
</style>
<body>
<div class="target" style="">ABCDEABCDE</div>
<div class="target" style="text-fit: shrink per-line-all 75%">ABCDEABCDE</div>
</body>