Status: PASS | Duration: 9ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-fonts/synthetic-bold-space-width.html
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <link rel="author" title="Myles C. Maxfield" href="mmaxfield@apple.com"> <link rel="help" href="https://drafts.csswg.org/css-fonts/#missing-weights"> <link rel="match" href="synthetic-bold-space-width-ref.html"> <style> pre { font: bold 12px 'Monaco'; } </style> <body> <p>This test passes if space characters' advances are expanded by the synthetic bold offset.</p> <pre><strong>hi asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf</strong></pre> </body> </html>
/css/css-fonts/synthetic-bold-space-width-ref.html
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <link rel="author" title="Myles C. Maxfield" href="mmaxfield@apple.com"> <style> pre { font: bold 12px 'Monaco'; } </style> <body> <p>This test passes if space characters' advances are expanded by the synthetic bold offset.</p> <pre style="font-feature-settings: 'ABCD';"><strong>hi asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf</strong></pre> </body> </html>