Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / text-decoration-propagation-1-standards-ref.html
bloba5c67cc4251b6e7fd0d8600cf122f2861a5d9def
1 <!DOCTYPE HTML>
2 <title>text-decoration</title>
3 <style>
4 *{
5 text-decoration-skip-ink: none;
7 </style>
8 <h1>text-decoration on a block</h1>
10 <u>text directly in parent</u>
12 <div><u>text in block</u></div>
14 <div style="float:left; clear: left">text in float</div>
15 <div style="clear:left"></div>
17 <div style="display:inline-block">text in<br>inline-block</div><u>
18 </u><div style="display:inline-table">text in<br>inline-table</div>
20 <div style="height: 2em">
21 <div style="position: absolute">text in abs-pos</div>
22 </div>
24 <h1>text-decoration on an inline</h1>
26 <u>text directly in parent</u>
28 <div><u>text in block</u></div>
30 <div style="float:left; clear: left">text in float</div>
31 <div style="clear:left"></div>
33 <div style="display:inline-block">text in<br>inline-block</div><u>
34 </u><div style="display:inline-table">text in<br>inline-table</div>
36 <div style="height: 2em">
37 <div style="position: absolute">text in abs-pos</div>
38 </div>