1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-decoration/underline-block-propagation-quirks-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<title>text-decoration: underline test</title> 1.5 +<div> 1.6 +<span style="text-decoration:underline">This text should be underlined.</span> 1.7 + 1.8 +<div style="float:left;width:10em">This text should not be underlined.</div> 1.9 + 1.10 +<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.11 + 1.12 +<div style="position:absolute; top: 400px;left:400px">This should not be underlined.</div> 1.13 + 1.14 +<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.15 + 1.16 +<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>