summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/defaultjapanese-oblique.html
blob: fb0c3d5429135a44ca8fe75b0d4ee39b3364ef57 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  
<style type="text/css">
body { margin: 50px; font-size: 72pt; }
#test { font-style: oblique; }
</style>
</head>
<body><p id="test">魅力的な人</p></body>
</html>