summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1798297-1-notref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1798297-1-notref.html')
-rw-r--r--layout/reftests/bugs/1798297-1-notref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1798297-1-notref.html b/layout/reftests/bugs/1798297-1-notref.html
new file mode 100644
index 0000000000..ffe2242410
--- /dev/null
+++ b/layout/reftests/bugs/1798297-1-notref.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-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>