blob: 90d3f94518c853bf90742cec3b00e42ad9fe952e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
This test makes sure that a previous element rendered with the same font but different lang doesn't affect the fonts chosen to render a subsequent element.
<div style="font-size: 48px;">
<div style="width: 1px; height: 200px; display: inline-block;"></div>
<span lang="ur" style="color: transparent;">&#x627;&#x631;&#x62f;&#x648;</span>
<span lang="ku-Arab">&#x643;&#x648;&#x631;&#x62f;&#x6cc;</span>
</div>
</body>
</html>