layout/reftests/text-decoration/text-decoration-propagation-1-quirks.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.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,42 @@
     1.4 +<title>text-decoration</title>
     1.5 +
     1.6 +<h1>text-decoration on a block</h1>
     1.7 +
     1.8 +<div style="text-decoration: underline">
     1.9 +
    1.10 +  text directly in parent
    1.11 +
    1.12 +  <div>text in block</div>
    1.13 +
    1.14 +  <div style="float:left; clear: left">text in float</div>
    1.15 +  <div style="clear:left"></div>
    1.16 +
    1.17 +  <div style="display:inline-block">text in<br>inline-block</div>
    1.18 +  <div style="display:inline-table">text in<br>inline-table</div>
    1.19 +
    1.20 +  <div style="height: 2em">
    1.21 +    <div style="position: absolute">text in abs-pos</div>
    1.22 +  </div>
    1.23 +
    1.24 +</div>
    1.25 +
    1.26 +<h1>text-decoration on an inline</h1>
    1.27 +
    1.28 +<div style="text-decoration: underline; display: inline">
    1.29 +
    1.30 +  text directly in parent
    1.31 +
    1.32 +  <div>text in block</div>
    1.33 +
    1.34 +  <div style="float:left; clear: left">text in float</div>
    1.35 +  <div style="clear:left"></div>
    1.36 +
    1.37 +  <div style="display:inline-block">text in<br>inline-block</div>
    1.38 +  <div style="display:inline-table">text in<br>inline-table</div>
    1.39 +
    1.40 +  <div style="height: 2em">
    1.41 +    <div style="position: absolute">text in abs-pos</div>
    1.42 +  </div>
    1.43 +
    1.44 +</div>
    1.45 +

mercurial