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/white-space/text-wrap-balance-text-indent-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="reference/text-wrap-balance-text-indent-001-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
border: 1px solid;
font-family: Ahem;
font-size: 10px;
text-indent: 5ch;
text-wrap: balance;
width: 10ch;
}
</style>
<div>
01
34 6 89
12 3 56
</div>