layout/reftests/font-face/src-format-arabic.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Test page</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <!-- text taken from http://www.unicode.org/standard/translations/arabic.html -->
     9 <style type="text/css">
    11 @import url("../fonts/sil/silfonts.css");
    13 body {
    14   margin: 50px;
    15   font-size: 24pt;
    16   width: 400px;
    17 }
    19 p { font-family: Scheherazade, serif; }
    21 </style>
    23 <script type="text/javascript">
    25 </script>
    27 </head>
    28 <body dir="rtl">
    30 <p>أساسًا، تتعامل الحواسيب مع الأرقام فقط، وتخزّن الأحرف والمحارف الأخرى بإعطاء رقم لكل واحد منها.</p>
    32 </body>
    33 </html>

mercurial