layout/reftests/text-decoration/text-decoration-propagation-1-standards-ref.html

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:46c21b1c8c6a
1 <!DOCTYPE HTML>
2 <title>text-decoration</title>
3
4 <h1>text-decoration on a block</h1>
5
6 <u>text directly in parent</u>
7
8 <div><u>text in block</u></div>
9
10 <div style="float:left; clear: left">text in float</div>
11 <div style="clear:left"></div>
12
13 <div style="display:inline-block">text in<br>inline-block</div><u>
14 </u><div style="display:inline-table">text in<br>inline-table</div>
15
16 <div style="height: 2em">
17 <div style="position: absolute">text in abs-pos</div>
18 </div>
19
20 <h1>text-decoration on an inline</h1>
21
22 <u>text directly in parent</u>
23
24 <div><u>text in block</u></div>
25
26 <div style="float:left; clear: left">text in float</div>
27 <div style="clear:left"></div>
28
29 <div style="display:inline-block">text in<br>inline-block</div><u>
30 </u><div style="display:inline-table">text in<br>inline-table</div>
31
32 <div style="height: 2em">
33 <div style="position: absolute">text in abs-pos</div>
34 </div>
35

mercurial