Status: PASS | Duration: 6ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/white-space/text-wrap-balance-text-indent-001.html
<!DOCTYPE html> <link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance"> <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>
/css/css-text/white-space/reference/text-wrap-balance-text-indent-001-ref.html
<!DOCTYPE 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; width: 10ch; } </style> <div> 01<br> 34 6 89<br> 12 3 56 </div>