1
0
Fork 0
firefox/testing/web-platform/tests/css/css-fonts/synthetic-bold-space-width-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
439 B
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>