summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1798297-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1798297-1.html')
-rw-r--r--layout/reftests/bugs/1798297-1.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1798297-1.html b/layout/reftests/bugs/1798297-1.html
new file mode 100644
index 0000000000..e495ba38bb
--- /dev/null
+++ b/layout/reftests/bugs/1798297-1.html
@@ -0,0 +1,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-kerning: normal;
+}
+</style>
+<body>
+<p>Enabling font-kerning:normal should NOT apply 'palt' for the Yu Gothic UI font</p>
+<div class=test>幻塔 イラストコンテスト 開催</div>
+</body>
+</head>