blob: b20695c122e0edb6aa53a91a43846fd9fabae23f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that font features are applied to -apple-system and system-ui.
<div style="font: 50px -apple-system; font-variant-numeric: tabular-nums;">0123456789</div>
<div style="font: 50px system-ui; font-variant-numeric: tabular-nums;">0123456789</div>
</body>
</html>