Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/text-fit/text-box.html
<!DOCTYPE html> <link rel="match" href="text-box-ref.html"> <link rel="help" href="https://drafts.csswg.org/css-text-5/#text-fit-property"> <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/2 Ahem; white-space: pre; text-box: trim-both cap text; } </style> <div class="target" style="text-fit:grow consistent;" >a b bc def </div> <div class="target" style="text-fit:shrink consistent;" >abc abc abcd bc m def </div>
/css/css-text/text-fit/text-box-ref.html
<!DOCTYPE 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/2 Ahem; white-space: pre; text-box: trim-both cap text; } </style> <div class="target" style="font-size:40px;" >a b bc def </div> <div class="target" style="font-size:10px" >abc abc abcd bc m def </div>