blob: 325a9d369d0ebeca1fe5b7c60e8b065f4a0f3097 [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';">Hello</div>
</body>
</html>