haikuwebkit/LayoutTests/fast/text/all-small-caps-whitespace.html

10 lines
384 B
HTML

<!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>