chromium/third_party/blink/web_tests/external/wpt/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="[email protected]">
<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>