<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
This test makes sure that rendering Arabic with Georgia (which doesn't support Arabic) has a sensible result (e.g. not .notdef boxes) | |
<div style="font: 50px Georgia;">ديموغرافيات</div> | |
<div style="font: 50px 'Times New Roman';">ديموغرافيات</div> | |
</body> | |
</html> |