haikuwebkit/LayoutTests/fast/text/font-cursive-italic-cjk.html

13 lines
246 B
HTML

<!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>