blob: b36a5e8fca2bf40c3437d3947e28b4db83195ddd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Boxis";
src: url("resources/Boxis-VF.ttf");
}
</style>
</head>
<body>
This test passes if capitalized and lowercased axis names are distinct.
<div style="font: 100px 'Boxis'; font-variation-settings: 'WDTH' 900;">Hello</div>
</body>
</html>