layout/reftests/text-decoration/text-decoration-propagation-1-quirks.html

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

mercurial