layout/reftests/font-matching/localized-family-names-004.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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 #test49 { font-family: "华文黑体"; }
michael@0 15 #test51 { font-family: "华文宋体"; }
michael@0 16 #test52 { font-family: "さざなみゴシック"; }
michael@0 17 #test53 { font-family: "さざなみ明朝"; }
michael@0 18 #test54 { font-family: "黑体"; }
michael@0 19 #test55 { font-family: "宋体"; }
michael@0 20
michael@0 21 </style>
michael@0 22
michael@0 23 <script type="text/javascript">
michael@0 24
michael@0 25 </script>
michael@0 26
michael@0 27 </head>
michael@0 28 <body>
michael@0 29
michael@0 30 <p id="test49">华文黑体 STHeiti</p>
michael@0 31 <p id="test51">华文宋体 STSong</p>
michael@0 32 <p id="test52">さざなみゴシック Sazanami Gothic</p>
michael@0 33 <p id="test53">さざなみ明朝 Sazanami Mincho</p>
michael@0 34 <p id="test54">黑体 SimHei</p>
michael@0 35 <p id="test55">宋体 SimSun</p>
michael@0 36
michael@0 37 </body>
michael@0 38 </html>

mercurial