mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
Bug 427845 - "reftests/text-decoration/underline-block-propagation-*.html are buggy" [p=zweinberg@mozilla.com (Zack Weinberg) r=dbaron]
This commit is contained in:
parent
082167e2cc
commit
38fcdb21a5
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user