summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/arabic-fallback-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/arabic-fallback-3.html')
-rw-r--r--layout/reftests/text/arabic-fallback-3.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/text/arabic-fallback-3.html b/layout/reftests/text/arabic-fallback-3.html
new file mode 100644
index 0000000000..ed05df74b0
--- /dev/null
+++ b/layout/reftests/text/arabic-fallback-3.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>Ligatures: &#x0644;&#x0627; &#x0644;&#x0644;&#x0627;</p>
+</body>
+</html>