layout/reftests/indic-shaping/bengali-3-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <meta charset="utf-8">
     5 <title>Simple Bengali shaping</title>
     6 <style>
     7 @font-face {
     8   font-family: lohit-bn;
     9   src: url(../fonts/ttf-indic/lohit_bn.ttf);
    10 }
    11 body {
    12   font-family: lohit-bn;
    13   font-size: 36px;
    14   margin: 18px;
    15 }
    16 .w {
    17   color: white;
    18 }
    19 </style>
    20 </head>
    21 <body>
    22 <!-- two-part vowel sign encoded as its component parts -->
    23 <div>
    24 &#x0995;&#x09CD;&#x09B8;&#x09C7;&#x09BE;
    25 </div>
    26 </body>
    27 </html>

mercurial