blob: d3badd1c0376f36c51351a27101c537783ab4d6f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals)
window.internals.settings.setVariationFontsEnabled(true);
</script>
</head>
<body>
<div style="font: 100px '-apple-system'; font-variation-settings: 'wght' 1.3">Hello</div>
<div>PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: 'wght' 0.4<br>
PASS - "font-variation-settings" property for "box" element at 1s saw something close to: 'wght' 0.7<br>
PASS - "font-variation-settings" property for "box" element at 2s saw something close to: 'wght' 1.3</div>
</body>
</html>