layout/reftests/text/cgj-01-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html>
     2 <!-- U+034F Combining Grapheme Joiner test #1.
     3      The CGJ should not be visible,
     4      nor affect the width of the first cluster. -->
     5 <html>
     6  <head>
     7   <title>CGJ test</title>
     8   <meta http-equiv="content-type" content="text/html; charset=utf-8">
     9   <style type="text/css">
    10   body {   
    11     font-size: 35px;
    12     line-height: 100px;
    13     /* prefer Calibri on Win7 to avoid visible CGJ glyph */
    14     font-family: Calibri, sans-serif;
    15   }
    16   </style>
    17  </head>
    18  <body lang="fr">
    19    <p>a&#x300;b</p>
    20  </body>
    21 </html>

mercurial