layout/reftests/text-decoration/underline-block-propagation-quirks.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-decoration/underline-block-propagation-quirks.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 style="text-decoration:underline">
     1.6 +This text should be underlined.
     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">This text should be underlined.</div>
    1.11 +
    1.12 +<div style="position:absolute; top: 400px;left:400px">This should not be underlined.</div>
    1.13 +
    1.14 +<div>This should be underlined but <span style="display:inline-block">this should not<br>be underlined<br>on any line</span>.</div>
    1.15 +
    1.16 +<div>This should be underlined but <span style="display:inline-table">this should not<br>be underlined<br>on any line</span>.</div>

mercurial