layout/reftests/text/cgj-01.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/cgj-01.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- U+034F Combining Grapheme Joiner test #1.
     1.6 +     The CGJ should not be visible,
     1.7 +     nor affect the width of the first cluster. -->
     1.8 +<html>
     1.9 + <head>
    1.10 +  <title>CGJ test</title>
    1.11 +  <meta http-equiv="content-type" content="text/html; charset=utf-8">
    1.12 +  <style type="text/css">
    1.13 +  body {   
    1.14 +    font-size: 35px;
    1.15 +    line-height: 100px;
    1.16 +    /* prefer Calibri on Win7 to avoid visible CGJ glyph */
    1.17 +    font-family: Calibri, sans-serif;
    1.18 +  }
    1.19 +  </style>
    1.20 + </head>
    1.21 + <body lang="fr">
    1.22 +   <p>a&#x300;&#x34f;b</p>
    1.23 + </body>
    1.24 +</html>

mercurial