Sign in
webkit
/
WebKit
/
959155b45872cd31254a59be86d81c89a4eb59e4
/
.
/
LayoutTests
/
fast
/
text
/
font-face-local-system-expected.html
blob: 5533d66c9edc312899fb672c9ba78e6cad08841a [
file
] [
log
] [
blame
]
<!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>