Bug 427845 - "reftests/text-decoration/underline-block-propagation-*.html are buggy" [p=zweinberg@mozilla.com (Zack Weinberg) r=dbaron]

This commit is contained in:
reed@reedloden.com 2008-04-08 23:38:45 -07:00
parent 082167e2cc
commit 38fcdb21a5
4 changed files with 8 additions and 4 deletions

View File

@ -8,5 +8,6 @@
<div style="position:absolute; top: 400px;left:400px">This should not be underlined.</div>
<span style="text-decoration:underline">This should be underlined but <span style="display:inline:block">this should<br>not have a <br>separate underline</span>.</span>
<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>
<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>

View File

@ -8,5 +8,6 @@ This text should be underlined.
<div style="position:absolute; top: 400px;left:400px">This should not be underlined.</div>
This should be underlined but <span style="display:inline:block">this should<br>not have a <br>separate underline</span>.
<div>This should be underlined but <span style="display:inline-block">this should not<br>be underlined<br>on any line</span>.</div>
<div>This should be underlined but <span style="display:inline-table">this should not<br>be underlined<br>on any line</span>.</div>

View File

@ -9,5 +9,6 @@
<div style="position:absolute; top: 400px;left:400px">This should not be underlined.</div>
<span style="text-decoration:underline">This should be underlined but <span style="display:inline:block">this should<br>not have a <br>separate underline</span>.</span>
<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>
<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>

View File

@ -9,5 +9,6 @@ This text should be underlined.
<div style="position:absolute; top: 400px;left:400px">This should not be underlined.</div>
This should be underlined but <span style="display:inline:block">this should<br>not have a <br>separate underline</span>.
<div>This should be underlined but <span style="display:inline-block">this should not<br>be underlined<br>on any line</span>.</div>
<div>This should be underlined but <span style="display:inline-table">this should not<br>be underlined<br>on any line</span>.</div>