Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / skip-ink-cjk-1-ref.html
blobfd0a816f014e9da5ea54a3545c9b75a6deddb3d2
1 <!DOCTYPE html>
2 <html lang="ja">
3 <meta charset="utf-8">
4 <style>
5 body {
6 font: 16px/2 sans-serif;
8 .test {
9 font: 32px sans-serif;
10 text-decoration: 2px red underline;
11 text-underline-offset: 1px;
13 span {
14 text-decoration-skip-ink: none;
16 </style>
17 <div>The underline should skip descenders on the English but not the Japanese:</div>
18 <div class=test>skipping <span>土砂災害警戒情報</span> skipping</div>