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