summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/skip-ink-cjk-1.html
blob: 3dbe2c7f6bbba1ac2675be101a1ce5b116cd36b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="ja">
<meta charset="utf-8">
<style>
body {
  font: 16px/2 sans-serif;
}
.test {
  font: 32px sans-serif;
  text-decoration: 2px red underline;
  text-underline-offset: 1px;
}
</style>
<div>The underline should skip descenders on the English but not the Japanese:</div>
<div class=test>skipping 土砂災害警戒情報 skipping</div>