Sign in
◑
Theme
fuchsia
/
third_party
/
webkit
/
refs/heads/upstream/master
/
.
/
LayoutTests
/
fast
/
text
/
system-font-features.html
blob: ef4584b3fac7555ba3ead13eb5d97f22678fd710 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that font features are applied to -apple-system.
<div
style
=
"
font
:
50px
-apple-system
;
font-variant-numeric
:
tabular-nums
;
"
>
0123456789
</div>
</body>
</html>