chromium/third_party/blink/web_tests/external/wpt/css/css-fonts/standard-font-family-18-notref.html

<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Myles C. Maxfield" href="mailto:[email protected]"/>
<style>
@font-face {
    font-family: "AppleSystemUISansSerif";
    src: local("ui-sans-serif");
}
</style>
</head>
<body>
<div>
<div style="display: inline-block; font: 72px 'AppleSystemUISansSerif'; font-synthesis: none;">HeJllo</div>
</div>
</body>
</html>