Bug 1545675 [wpt PR 16364] - WPT/BGPT: Add animation stop and set time tests, make...
[gecko.git] / testing / web-platform / tests / css / css-text-decor / text-decoration-line-040a-manual.html
blob5020a1fd118ea0e8bd81994c4e38449b2b33826a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>text-decoration-line underline tbrl mixed</title>
6 <meta name="assert" content="text-decoration-line:underline; there is an unbroken line to the LEFT of the characters for each lines">
7 <link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
8 <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#line-decoration">
9 <!-- cosmetic styling -->
10 <style>
11 #htmlsrc { margin: 2em; }
12 #htmlsrc p {
13 font-size: 28px;
14 border-radius: 5px;
15 line-height: 3.5;
17 .hint { color: brown; font-family: sans-serif; font-size: 90%; }
18 .hint:before { content: '❗ '; }
19 :lang(mn) { font-family: "Mongolian Baiti", "Noto sans Mongolian", serif; }
20 </style>
21 <!-- the test -->
22 <style>
23 div p {
24 text-decoration-line:underline;
25 }</style>
26 </head>
27 <body>
28 <p class="instructions">Test passes if there is an unbroken line to the LEFT of the characters for all lines.<br/><span class="hint">Skip the test if the text is not vertical.</span></p>
29 <div id="htmlsrc" style="writing-mode:vertical-rl">
31 <div>
32 <p lang="zh">引发<span lang="en">quick brown fox</span>网络<span lang="ar">جهانی سازیم</span>的全<span lang="my">အပြည်ပြည်</span>部潜<span lang="th">ปิ้งอยู่ในถ้ำ</span>能引<span lang="bo">འཛམ་གླིང་ཡོངས་ལུ་ཁྱབ་ཚུགསཔ་</span>發網<span lang="hi">विश्वव्यापी बना रहें हैं絡</span>的全<span lang="ja">部潛能</span></p>
33 </div>
34 </div>
35 </body>
36 </html>