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

13 lines
266 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; font-style: italic;"></span>
</div>
</body>
</html>