Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
text
/
variations
/
gx-width-expected.html
blob: 162fe1b3677046bda864cf74659b88ae6c3aef4f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that the default width maps to a value of 1 on a GX-style variation font's 'wdth' axis.
<div
style
=
"
font
:
100px
'Skia'
;
font-variation-settings
:
'wdth'
1
;
"
>
Hello
</div>
</body>
</html>