summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/cjkcisvs-1.html
blob: e0d63e4917c4f380a589062a7e3bc4949a8e9e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html><meta charset=utf-8>
<title>Duplicate encoded quartet</title>
<style>
@font-face { font-family: DupEncQuartet; src: url('../fonts/gw1270797.ttf') format("truetype"); }
th { width: 72pt }
td { font-size: 72pt; font-family: DupEncQuartet, sans-serif; text-align: center }
</style>
<body>
<table border>
<caption>Duplicate encoded quartet</caption>
<tr>
<th>CJK Compatibility Ideographs</td>
<th>Adobe-Japan1 IVS</td>
<th>Hanyo-Denshi IVS</td>
<th>CJK Compatibility Ideographs Standardized Variant</td>
</tr>
<tr>
<td>&#xFA19;</td>
<td>&#x795E;&#xE0100;</td>
<td>&#x795E;&#xE0103;</td>
<td>&#x795E;&#xFE00;</td>
</tr>