1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-matching/localized-family-names-001-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 +#test2 { font-family: "Apple LiSung"; } 1.18 +#test3 { font-family: "BatangChe"; } 1.19 +#test9 { font-family: "Dotum"; } 1.20 +#test10 { font-family: "FangSong"; } 1.21 +#test12 { font-family: "Gulim"; } 1.22 +#test14 { font-family: "Gungsuh"; } 1.23 +#test15 { font-family: "HY Kak Headline Std"; } 1.24 +#test17 { font-family: "Hiragino Kaku Gothic Pro"; } 1.25 +#test18 { font-family: "Hiragino Kaku Gothic StdN"; } 1.26 +#test19 { font-family: "Hiragino Kaku Gothic Std"; } 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="test2">蘋果儷細宋 Apple LiSung</p> 1.38 +<p id="test3">바탕체 BatangChe</p> 1.39 +<p id="test9">돋움 Dotum</p> 1.40 +<p id="test10">仿宋 FangSong</p> 1.41 +<p id="test12">굴림 Gulim</p> 1.42 +<p id="test14">궁서 Gungsuh</p> 1.43 +<p id="test15">HY각헤드라인 Std HY Kak Headline Std</p> 1.44 +<p id="test17">ヒラギノ角ゴ Pro Hiragino Kaku Gothic Pro</p> 1.45 +<p id="test18">ヒラギノ角ゴ StdN Hiragino Kaku Gothic StdN</p> 1.46 +<p id="test19">ヒラギノ角ゴ Std Hiragino Kaku Gothic Std</p> 1.47 + 1.48 +</body> 1.49 +</html>