1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-decoration/underline-block-propagation-standards-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>text-decoration: underline test</title> 1.6 +<div> 1.7 +<span style="text-decoration:underline">This text should be underlined.</span> 1.8 + 1.9 +<div style="float:left;width:10em">This text should not be underlined.</div> 1.10 + 1.11 +<div style="clear:both; margin: 1px 2px 3px 4px; border: medium solid; padding: 6px 8px 10px 12px"><span style="text-decoration:underline">This text should be underlined.</span></div> 1.12 + 1.13 +<div style="position:absolute; top: 400px;left:400px">This should not be underlined.</div> 1.14 + 1.15 +<div><span style="text-decoration:underline">This should be underlined but </span><span style="display:inline-block">this should not<br>be underlined<br>on any line</span><span style="text-decoration:underline">.</span></div> 1.16 + 1.17 +<div><span style="text-decoration:underline">This should be underlined but </span><span style="display:inline-table">this should not<br>be underlined<br>on any line</span><span style="text-decoration:underline">.</span></div>