Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
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>