haikuwebkit/LayoutTests/fast/text/font-face-local-system-expe...

11 lines
248 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that local("system-ui") works in @font-face blocks. The test passes if the text below is drawn in the system font.
<div style="font: 100px 'system-ui';">Hello</div>
</body>
</html>