Trying to fix the new reftest for bug 391979 so that it works on Windows too.

This commit is contained in:
mats.palmgren@bredband.net 2008-01-04 11:34:53 -08:00
parent be623b0300
commit 73f1699840
2 changed files with 12 additions and 12 deletions

View File

@ -12,9 +12,9 @@
</style>
</head>
<body>
<div>There should be no red areas on this page</div>
<div>There should be no red areas on this page</div>
<div>There should be no red areas on this page</div>
<div>There should be no red areas on this page</div>
<div>green</div>
<div>green</div>
<div>green</div>
<div>green</div>
</body>
</html>

View File

@ -18,21 +18,21 @@
</style>
</head>
<body>
<div class="abs green" style="left:0; top:0;">There should be no red areas on this page</div>
<div class="abs red" style="left:0; top:2ch; z-index:-1;">There should be no red areas on this page</div>
<div class="abs green" style="left:0; top:4ch; z-index:2;">There should be no red areas on this page</div>
<div class="abs red" style="left:0; top:6ch;">There should be no red areas on this page</div>
<div class="abs green" style="left:0; top:0;">green</div>
<div class="abs red" style="left:0; top:2ch; z-index:-1;">green</div>
<div class="abs green" style="left:0; top:4ch; z-index:2;">green</div>
<div class="abs red" style="left:0; top:6ch;">green</div>
<div class="float">
<div class="t1 red">There should be no red areas on this page</div>
<div class="t1 red">green</div>
</div>
<div class="float">
<div class="t1 green">There should be no red areas on this page</div>
<div class="t1 green">green</div>
</div>
<div class="t1" style="position: absolute; top:4ch; ">There should be no red areas on this page</div>
<div class="t1 green" style="position: absolute; top:6ch; z-index:2;">There should be no red areas on this page</div>
<div class="t1" style="position: absolute; top:4ch; ">green</div>
<div class="t1 green" style="position: absolute; top:6ch; z-index:2;">green</div>
</body>
</html>