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

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 #test20 { font-family: "Hiragino Maru Gothic ProN"; }
michael@0 15 #test22 { font-family: "Hiragino Mincho ProN"; }
michael@0 16 #test23 { font-family: "Hiragino Mincho Pro"; }
michael@0 17 #test24 { font-family: "KaiTi"; }
michael@0 18 #test30 { font-family: "LiHei Pro"; }
michael@0 19 #test31 { font-family: "LiSong Pro"; }
michael@0 20 #test33 { font-family: "MS Mincho"; }
michael@0 21 #test34 { font-family: "MS PGothic"; }
michael@0 22 #test35 { font-family: "MS PMincho"; }
michael@0 23 #test36 { font-family: "Malgun Gothic"; }
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="test20">ヒラギノ丸ゴ ProN Hiragino Maru Gothic ProN</p>
michael@0 35 <p id="test22">ヒラギノ明朝 ProN Hiragino Mincho ProN</p>
michael@0 36 <p id="test23">ヒラギノ明朝 Pro Hiragino Mincho Pro</p>
michael@0 37 <p id="test24">楷体 KaiTi</p>
michael@0 38 <p id="test30">儷黑 Pro LiHei Pro</p>
michael@0 39 <p id="test31">儷宋 Pro LiSong Pro</p>
michael@0 40 <p id="test33">MS 明朝 MS Mincho</p>
michael@0 41 <p id="test34">MS Pゴシック MS PGothic</p>
michael@0 42 <p id="test35">MS P明朝 MS PMincho</p>
michael@0 43 <p id="test36">맑은 고딕 Malgun Gothic</p>
michael@0 44
michael@0 45 </body>
michael@0 46 </html>

mercurial