blob: 9544a099699ceda8ef0f1acbf69d15d98646e2b7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Boxis";
src: url("resources/Boxis-VF.ttf");
font-stretch: 998% 999%;
}
</style>
</head>
<body>
This test makes sure that the font selection properties are clamped by their values in the @font-face block.
<div style="font-family: Boxis; font-stretch: 100%; transform: scale(100, 1); transform-origin: left top;">Hello</div>
</body>
</html>