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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/indic-shaping/devanagari-3-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<meta charset="utf-8">
     1.8 +<title>Simple Devanagari shaping</title>
     1.9 +<style>
    1.10 +@font-face {
    1.11 +  font-family: lohit-hi;
    1.12 +  src: url(../fonts/ttf-indic/lohit_hi.ttf);
    1.13 +}
    1.14 +body {
    1.15 +  font-family: lohit-hi;
    1.16 +  font-size: 36px;
    1.17 +  margin: 18px;
    1.18 +}
    1.19 +.w {
    1.20 +  color: white;
    1.21 +}
    1.22 +</style>
    1.23 +</head>
    1.24 +<body>
    1.25 +<!-- ska does not have the same width as saka, unless rendered with visible halant -->
    1.26 +<div>
    1.27 +!<span class="w">&#x0938;&#x0915;</span>!
    1.28 +</div>
    1.29 +</body>
    1.30 +</html>

mercurial