blob: fa7f57686cee5ffd642326e5f9f8569bbb3268c2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "FontFeaturesTestOTF";
src: url("resources/FontWithFeatures.otf") format("opentype");
}
</style>
</head>
<body>
This test makes sure that calc() can be used in font-feature-settings.
<div style="font: 48px 'FontFeaturesTestOTF';">
<span style="font-feature-settings: 'zero' calc(3 - 2);">W</span>
</div>
</body>
<html>