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

mercurial