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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-decoration/text-decoration-propagation-1-quirks-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +<title>text-decoration</title>
     1.5 +
     1.6 +<h1>text-decoration on a block</h1>
     1.7 +
     1.8 +  <u>text directly in parent</u>
     1.9 +
    1.10 +  <div><u>text in block</u></div>
    1.11 +
    1.12 +  <div style="float:left; clear: left"><u>text in float</u></div>
    1.13 +  <div style="clear:left"></div>
    1.14 +
    1.15 +  <div style="display:inline-block">text in<br>inline-block</div><u>
    1.16 +  </u><div style="display:inline-table">text in<br>inline-table</div>
    1.17 +
    1.18 +  <div style="height: 2em">
    1.19 +    <div style="position: absolute"><u>text in abs-pos</u></div>
    1.20 +  </div>
    1.21 +
    1.22 +<h1>text-decoration on an inline</h1>
    1.23 +
    1.24 +  <u>text directly in parent</u>
    1.25 +
    1.26 +  <div><u>text in block</u></div>
    1.27 +
    1.28 +  <div style="float:left; clear: left"><u>text in float</u></div>
    1.29 +  <div style="clear:left"></div>
    1.30 +
    1.31 +  <div style="display:inline-block">text in<br>inline-block</div><u>
    1.32 +  </u><div style="display:inline-table">text in<br>inline-table</div>
    1.33 +
    1.34 +  <div style="height: 2em">
    1.35 +    <div style="position: absolute"><u>text in abs-pos</u></div>
    1.36 +  </div>
    1.37 +

mercurial