Sign in
◑
Theme
fuchsia
/
third_party
/
webkit
/
refs/heads/upstream/master
/
.
/
LayoutTests
/
fast
/
text
/
variations
/
duplicate-axis.html
blob: 7a30d80b1bfdea3c2927a0585c9ee562bf99f4ca [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test passes if the second axis value in font-variation-settings overrides the first one.
<div
style
=
"
font
:
100px
Skia
;
font-variation-settings
:
'wght'
0.8
,
'wght'
1.2
;
"
>
Hello
</div>
</body>
</html>