haikuwebkit/LayoutTests/fast/text/variations/order.html

15 lines
308 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Boxis";
src: url("resources/Boxis-VF.ttf");
}
</style>
</head>
<body>
<div style="font-family: 'Boxis'; font-variation-settings: 'hght' 400, 'wdth' 500;">Test passes if this text has a height of 400 and a width of 500.</div>
</body>
</html>