Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
text
/
font-variant-inherit.html
blob: 6443c56770ff2e473d0838c695706209bd892aa0 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that font-variant: inherit works as expected.
<div
style
=
"
font-size
:
100px
;
font-variant
:
small-caps
;
"
>
Asdf
<span
style
=
"
font-variant
:
inherit
;
"
>
Asdf
</span>
Asdf
</div>
</body>
</html>