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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-matching/localized-family-names-003-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Localized font family names (ref)</title>
     1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.9 +  
    1.10 +<style type="text/css">
    1.11 +
    1.12 +body {
    1.13 +  margin: 50px;
    1.14 +  font-size: 24px;
    1.15 +}
    1.16 +
    1.17 +#test37 { font-family: "Meiryo"; }
    1.18 +#test38 { font-family: "Microsoft JhengHei"; }
    1.19 +#test39 { font-family: "Microsoft YaHei"; }
    1.20 +#test40 { font-family: "MingLiU-ExtB"; }
    1.21 +#test41 { font-family: "MingLiU"; }
    1.22 +#test43 { font-family: "MingLiU_HKSCS"; }
    1.23 +#test44 { font-family: "NSimSun"; }
    1.24 +#test46 { font-family: "PMingLiU"; }
    1.25 +#test47 { font-family: "Raanana"; }
    1.26 +#test48 { font-family: "STFangsong"; }
    1.27 +
    1.28 +</style>
    1.29 +  
    1.30 +<script type="text/javascript">
    1.31 +
    1.32 +</script>
    1.33 +  
    1.34 +</head>
    1.35 +<body>
    1.36 +
    1.37 +<p id="test37">メイリオ Meiryo</p>
    1.38 +<p id="test38">微軟正黑體 Microsoft JhengHei</p>
    1.39 +<p id="test39">微软雅黑 Microsoft YaHei</p>
    1.40 +<p id="test40">細明體-ExtB MingLiU-ExtB</p>
    1.41 +<p id="test41">細明體 MingLiU</p>
    1.42 +<p id="test43">細明體_HKSCS MingLiU_HKSCS</p>
    1.43 +<p id="test44">新宋体 NSimSun</p>
    1.44 +<p id="test46">新細明體 PMingLiU</p>
    1.45 +<p id="test47">רעננה Raanana</p>
    1.46 +<p id="test48">华文仿宋 STFangsong</p>
    1.47 +
    1.48 +</body>
    1.49 +</html>

mercurial