1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-matching/localized-family-names-002-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 +#test20 { font-family: "Hiragino Maru Gothic ProN"; } 1.18 +#test22 { font-family: "Hiragino Mincho ProN"; } 1.19 +#test23 { font-family: "Hiragino Mincho Pro"; } 1.20 +#test24 { font-family: "KaiTi"; } 1.21 +#test30 { font-family: "LiHei Pro"; } 1.22 +#test31 { font-family: "LiSong Pro"; } 1.23 +#test33 { font-family: "MS Mincho"; } 1.24 +#test34 { font-family: "MS PGothic"; } 1.25 +#test35 { font-family: "MS PMincho"; } 1.26 +#test36 { font-family: "Malgun Gothic"; } 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="test20">ヒラギノ丸ゴ ProN Hiragino Maru Gothic ProN</p> 1.38 +<p id="test22">ヒラギノ明朝 ProN Hiragino Mincho ProN</p> 1.39 +<p id="test23">ヒラギノ明朝 Pro Hiragino Mincho Pro</p> 1.40 +<p id="test24">楷体 KaiTi</p> 1.41 +<p id="test30">儷黑 Pro LiHei Pro</p> 1.42 +<p id="test31">儷宋 Pro LiSong Pro</p> 1.43 +<p id="test33">MS 明朝 MS Mincho</p> 1.44 +<p id="test34">MS Pゴシック MS PGothic</p> 1.45 +<p id="test35">MS P明朝 MS PMincho</p> 1.46 +<p id="test36">맑은 고딕 Malgun Gothic</p> 1.47 + 1.48 +</body> 1.49 +</html>