diff options
Diffstat (limited to 'layout/reftests/text/arabic-fallback-4-ref.html')
-rw-r--r-- | layout/reftests/text/arabic-fallback-4-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/text/arabic-fallback-4-ref.html b/layout/reftests/text/arabic-fallback-4-ref.html new file mode 100644 index 0000000000..3a1f3b7436 --- /dev/null +++ b/layout/reftests/text/arabic-fallback-4-ref.html @@ -0,0 +1,17 @@ +<html> +<head> +<style type="text/css"> +@font-face { + font-family: test; + src: url(../fonts/DroidSansArabic-noGSUB.ttf); +} +body { + font-family: test; + font-size: 36px; +} +</style> +</head> +<body> +<p>Ligature with vowel: ﻟَﺎ</p> +</body> +</html> |