layout/reftests/font-matching/localized-family-names-003.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</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 #test37 { font-family: "メイリオ"; }
    15 #test38 { font-family: "微軟正黑體"; }
    16 #test39 { font-family: "微软雅黑"; }
    17 #test40 { font-family: "細明體-ExtB"; }
    18 #test41 { font-family: "細明體"; }
    19 #test43 { font-family: "細明體_HKSCS"; }
    20 #test44 { font-family: "新宋体"; }
    21 #test46 { font-family: "新細明體"; }
    22 #test47 { font-family: "רעננה"; }
    23 #test48 { font-family: "华文仿宋"; }
    25 </style>
    27 <script type="text/javascript">
    29 </script>
    31 </head>
    32 <body>
    34 <p id="test37">メイリオ Meiryo</p>
    35 <p id="test38">微軟正黑體 Microsoft JhengHei</p>
    36 <p id="test39">微软雅黑 Microsoft YaHei</p>
    37 <p id="test40">細明體-ExtB MingLiU-ExtB</p>
    38 <p id="test41">細明體 MingLiU</p>
    39 <p id="test43">細明體_HKSCS MingLiU_HKSCS</p>
    40 <p id="test44">新宋体 NSimSun</p>
    41 <p id="test46">新細明體 PMingLiU</p>
    42 <p id="test47">רעננה Raanana</p>
    43 <p id="test48">华文仿宋 STFangsong</p>
    45 </body>
    46 </html>

mercurial