haikuwebkit/LayoutTests/fast/text/variations/default-value.html

16 lines
367 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Boxis";
src: url("resources/Boxis-VF.ttf");
}
</style>
</head>
<body>
This test makes sure that default values of variations get applied correctly. The test fails if the text below isn't thin.
<div style="font: 70px 'Boxis'; font-variation-settings: 'wdth' 750;">hamburgefonstiv</div>
</body>
<html>