blob: 5d4fac8fea592e18075f3ef0333dba861b744278 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that font-variant: all-small-caps doesn't cause synthesis due to whitespace. Avenir Next says that it supports all of the following characters except the space. This space character should not make us synthesize.
<div style="font: 100px 'Avenir Next'; font-variant: all-small-caps;">Hello Kitty!</div>
</body>
</html>