Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
text
/
font-cursive-italic-cjk.html
blob: 85c89e70923d3accc32d77935e8e0220a048ea46 [
file
] [
edit
]
<!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>