Fixing reftest added by bug 456147

This commit is contained in:
Markus Stange 2008-10-01 10:11:02 +02:00
parent a9f5276cf3
commit 0859d0c927
2 changed files with 6 additions and 3 deletions

View File

@ -16,6 +16,8 @@ body {
span {
color: black;
font: normal normal normal 12pt/14pt serif;
display: block;
height: 30px;
}
div#under {
text-decoration: underline;
@ -31,9 +33,9 @@ div#strike {
<div><span>The next three lines should all have:</span></div>
<div id="under">
<div id="strike">
<span>No overline.</span><br>
<span>Orange underline.</span><br>
<span>Blue strikethrough.</span><br>
<span>No overline.</span>
<span>Orange underline.</span>
<span>Blue strikethrough.</span>
</div>
</div>
</body></html>

View File

@ -13,6 +13,7 @@ window {
label, text, description {
color: black;
font: normal normal normal 12pt/14pt serif;
height: 30px;
}
vbox#under {
text-decoration: underline;