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

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     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 #test2 { font-family: "Apple LiSung"; }
    15 #test3 { font-family: "BatangChe"; }
    16 #test9 { font-family: "Dotum"; }
    17 #test10 { font-family: "FangSong"; }
    18 #test12 { font-family: "Gulim"; }
    19 #test14 { font-family: "Gungsuh"; }
    20 #test15 { font-family: "HY Kak Headline Std"; }
    21 #test17 { font-family: "Hiragino Kaku Gothic Pro"; }
    22 #test18 { font-family: "Hiragino Kaku Gothic StdN"; }
    23 #test19 { font-family: "Hiragino Kaku Gothic Std"; }
    25 </style>
    27 <script type="text/javascript">
    29 </script>
    31 </head>
    32 <body>
    34 <p id="test2">蘋果儷細宋 Apple LiSung</p>
    35 <p id="test3">바탕체 BatangChe</p>
    36 <p id="test9">돋움 Dotum</p>
    37 <p id="test10">仿宋 FangSong</p>
    38 <p id="test12">굴림 Gulim</p>
    39 <p id="test14">궁서 Gungsuh</p>
    40 <p id="test15">HY각헤드라인 Std HY Kak Headline Std</p>
    41 <p id="test17">ヒラギノ角ゴ Pro Hiragino Kaku Gothic Pro</p>
    42 <p id="test18">ヒラギノ角ゴ StdN Hiragino Kaku Gothic StdN</p>
    43 <p id="test19">ヒラギノ角ゴ Std Hiragino Kaku Gothic Std</p>
    45 </body>
    46 </html>

mercurial