layout/reftests/text/glyph-decomposition-graphite-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/glyph-decomposition-graphite-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +<head>
     1.7 +<meta charset="utf-8">
     1.8 +<title>test rendering with decomposition (bug 772640)</title>
     1.9 +<style type="text/css">
    1.10 +@font-face {
    1.11 +  font-family: test;
    1.12 +  src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf");
    1.13 +}
    1.14 +body {
    1.15 +  font-family: test;
    1.16 +  font-size: 40px;
    1.17 +  text-align: left;
    1.18 +}  
    1.19 +</style>
    1.20 +</head>
    1.21 +<body>
    1.22 +<div>
    1.23 +<!-- with graphite enabled, this will display ThisIsGraphite to confirm it's working -->
    1.24 +ThisIsNotGraphite:<br>
    1.25 +<!-- U+0622 should render identically to U+0627,U+0653 -->
    1.26 +RTL: <span dir="rtl">a&#x0627;&#x0653;z</span><br>
    1.27 +LTR: <span dir="ltr" style="unicode-bidi: bidi-override">a&#x0627;&#x0653;z</span>
    1.28 +</div>
    1.29 +</body>
    1.30 +</html>

mercurial