layout/reftests/font-matching/localized-family-names-001.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.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Localized font family names</title>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
michael@0 6
michael@0 7 <style type="text/css">
michael@0 8
michael@0 9 body {
michael@0 10 margin: 50px;
michael@0 11 font-size: 24px;
michael@0 12 }
michael@0 13
michael@0 14 #test2 { font-family: "蘋果儷細宋"; }
michael@0 15 #test3 { font-family: "바탕체"; }
michael@0 16 #test9 { font-family: "돋움"; }
michael@0 17 #test10 { font-family: "仿宋"; }
michael@0 18 #test12 { font-family: "굴림"; }
michael@0 19 #test14 { font-family: "궁서"; }
michael@0 20 #test15 { font-family: "HY각헤드라인 Std"; }
michael@0 21 #test17 { font-family: "ヒラギノ角ゴ Pro"; }
michael@0 22 #test18 { font-family: "ヒラギノ角ゴ StdN"; }
michael@0 23 #test19 { font-family: "ヒラギノ角ゴ Std"; }
michael@0 24
michael@0 25 </style>
michael@0 26
michael@0 27 <script type="text/javascript">
michael@0 28
michael@0 29 </script>
michael@0 30
michael@0 31 </head>
michael@0 32 <body>
michael@0 33
michael@0 34 <p id="test2">蘋果儷細宋 Apple LiSung</p>
michael@0 35 <p id="test3">바탕체 BatangChe</p>
michael@0 36 <p id="test9">돋움 Dotum</p>
michael@0 37 <p id="test10">仿宋 FangSong</p>
michael@0 38 <p id="test12">굴림 Gulim</p>
michael@0 39 <p id="test14">궁서 Gungsuh</p>
michael@0 40 <p id="test15">HY각헤드라인 Std HY Kak Headline Std</p>
michael@0 41 <p id="test17">ヒラギノ角ゴ Pro Hiragino Kaku Gothic Pro</p>
michael@0 42 <p id="test18">ヒラギノ角ゴ StdN Hiragino Kaku Gothic StdN</p>
michael@0 43 <p id="test19">ヒラギノ角ゴ Std Hiragino Kaku Gothic Std</p>
michael@0 44
michael@0 45 </body>
michael@0 46 </html>

mercurial