Sign in
webkit
/
WebKit
/
0c2ddc1eca6e59125730b10296378ad87a14f61c
/
.
/
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>