layout/reftests/font-matching/localized-family-names-004-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Localized font family names (ref)</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 body {
    10   margin: 50px;
    11   font-size: 24px;
    12 }
    14 #test49 { font-family: "STHeiti"; }
    15 #test51 { font-family: "STSong"; }
    16 #test52 { font-family: "Sazanami Gothic"; }
    17 #test53 { font-family: "Sazanami Mincho"; }
    18 #test54 { font-family: "SimHei"; }
    19 #test55 { font-family: "SimSun"; }
    21 </style>
    23 <script type="text/javascript">
    25 </script>
    27 </head>
    28 <body>
    30 <p id="test49">华文黑体 STHeiti</p>
    31 <p id="test51">华文宋体 STSong</p>
    32 <p id="test52">さざなみゴシック Sazanami Gothic</p>
    33 <p id="test53">さざなみ明朝 Sazanami Mincho</p>
    34 <p id="test54">黑体 SimHei</p>
    35 <p id="test55">宋体 SimSun</p>
    37 </body>
    38 </html>

mercurial