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