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

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Localized font family names (ref)</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: "Apple LiSung"; }
michael@0 15 #test3 { font-family: "BatangChe"; }
michael@0 16 #test9 { font-family: "Dotum"; }
michael@0 17 #test10 { font-family: "FangSong"; }
michael@0 18 #test12 { font-family: "Gulim"; }
michael@0 19 #test14 { font-family: "Gungsuh"; }
michael@0 20 #test15 { font-family: "HY Kak Headline Std"; }
michael@0 21 #test17 { font-family: "Hiragino Kaku Gothic Pro"; }
michael@0 22 #test18 { font-family: "Hiragino Kaku Gothic StdN"; }
michael@0 23 #test19 { font-family: "Hiragino Kaku Gothic 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