<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
span { | |
white-space: pre; | |
} | |
</style> | |
</head> | |
<body style="font-family: Geeza Pro; text-rendering: optimizeSpeed;"> | |
<div>This test makes sure that text with an initial advance is rendered correctly. The test passes if the ◌ٍ marks are positioned in the right place below the ة character below.</div> | |
<div style="font-size: 79px;"> | |
<span> </span><span>حياةٍ</span> | |
</div> | |
</body> | |
</html> |