Sign in
webkit
/
WebKit
/
40ded5186f1f304e81fafcd1dd0e4fcd2a308f36
/
.
/
LayoutTests
/
fast
/
text
/
font-cursive-italic-cjk.html
blob: 85c89e70923d3accc32d77935e8e0220a048ea46 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
"utf-8"
>
</head>
<body>
<!-- This test makes sure that CJK characters styled with font-family: cursive aren't italicized. -->
<div>
<span
style
=
"
font-family
:
cursive
;
"
>
年
</span>
</div>
</body>
</html>