haikuwebkit/LayoutTests/fast/text/font-width-100-expected.html

11 lines
276 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that "font-stretch: 100%" selects fonts which are condensed
rather than expanded. The test passes if the text below is in Times.
<div style="font-family: 'Times'; font-size: 100px;">Hello</div>
</body>
</html>