layout/reftests/font-matching/localized-family-names-004-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-004-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,38 @@
     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 +#test49 { font-family: "STHeiti"; }
    1.18 +#test51 { font-family: "STSong"; }
    1.19 +#test52 { font-family: "Sazanami Gothic"; }
    1.20 +#test53 { font-family: "Sazanami Mincho"; }
    1.21 +#test54 { font-family: "SimHei"; }
    1.22 +#test55 { font-family: "SimSun"; }
    1.23 +
    1.24 +</style>
    1.25 +  
    1.26 +<script type="text/javascript">
    1.27 +
    1.28 +</script>
    1.29 +  
    1.30 +</head>
    1.31 +<body>
    1.32 +
    1.33 +<p id="test49">华文黑体 STHeiti</p>
    1.34 +<p id="test51">华文宋体 STSong</p>
    1.35 +<p id="test52">さざなみゴシック Sazanami Gothic</p>
    1.36 +<p id="test53">さざなみ明朝 Sazanami Mincho</p>
    1.37 +<p id="test54">黑体 SimHei</p>
    1.38 +<p id="test55">宋体 SimSun</p>
    1.39 +
    1.40 +</body>
    1.41 +</html>

mercurial