summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1798297-1-notref.html
blob: ffe2242410a6cb7bc51b81d0015194326f39ad69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>Coordination of kern and palt features for CJK kerning</title>
<style>
.test {
  font-family: "Yu Gothic UI";
  font-size: 3em;
  font-feature-settings: "kern" 1, "palt" 1;  /* should render differently from testcase */
}
</style>
<body>
<p>Enabling font-kerning:normal should NOT apply 'palt' for the Yu Gothic UI font</p>
<div class=test>幻塔 イラストコンテスト 開催</div>
</body>
</head>