1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-face/src-format-arabic-ot-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>Test page</title> 1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1.9 + 1.10 +<!-- text taken from http://www.unicode.org/standard/translations/arabic.html --> 1.11 + 1.12 +<style type="text/css"> 1.13 + 1.14 +body { 1.15 + margin: 50px; 1.16 + font-size: 24pt; 1.17 + width: 400px; 1.18 +} 1.19 + 1.20 +@font-face { 1.21 + font-family: Scheherazade-OpenType; 1.22 + src: url(../fonts/sil/ScheherazadeRegOT.ttf); 1.23 +} 1.24 + 1.25 +p { font-family: Scheherazade-OpenType, serif; } 1.26 + 1.27 +</style> 1.28 + 1.29 +<script type="text/javascript"> 1.30 + 1.31 +</script> 1.32 + 1.33 +</head> 1.34 +<body dir="rtl"> 1.35 + 1.36 +<p>أساسًا، تتعامل الحواسيب مع الأرقام فقط، وتخزّن الأحرف والمحارف الأخرى بإعطاء رقم لكل واحد منها.</p> 1.37 + 1.38 +</body> 1.39 +</html> 1.40 \ No newline at end of file