Fix reftests that depended on bug 379461.

This commit is contained in:
dbaron@dbaron.org 2008-02-19 10:46:43 -08:00
parent f4d4f9cc2b
commit c7b3ec9107
8 changed files with 21 additions and 19 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>Pagination with Borders</title>
<style type="text/css">
body {
div {
height: 200px;
width: 300px;
border: solid silver;
@ -13,5 +13,7 @@
</style>
</head>
<body>
<div>
</div>
</body>
</html>

View File

@ -28,7 +28,6 @@
-moz-column-gap: 0;
border: solid silver;
border-style: none solid;
background: red;
}
</style>
</head>

View File

@ -15,7 +15,7 @@
height: 500px;
}
body {
.body {
height: 200px;
width: 300px;
-moz-column-width: 100px;
@ -27,9 +27,11 @@
</style>
</head>
<body>
<div class="container">
<div class="long">
</div>
<div class="body">
<div class="container">
<div class="long">
</div>
</div>
</div>
</body>
</html>

View File

@ -51,7 +51,6 @@
-moz-column-gap: 0;
border: solid silver;
border-style: none solid;
background: red;
}
</style>
</head>

View File

@ -13,12 +13,12 @@
margin: 0;
}
html {
html, body {
width: 100%;
height: 100%;
}
body {
div {
width: 49%;
height: 49%;
background: blue;
@ -26,5 +26,5 @@ body {
</style>
</head>
<body></body>
<body><div></div></body>
</html>

View File

@ -13,12 +13,12 @@
margin: 0;
}
html {
html, body {
width: 100%;
height: 100%;
}
body {
div {
width: 49%;
height: 70px;
background: blue;
@ -26,5 +26,5 @@ body {
</style>
</head>
<body></body>
<body><div></div></body>
</html>

View File

@ -13,12 +13,12 @@
margin: 0;
}
html {
html, body {
width: 100%;
height: 100%;
}
body {
div {
width: 70px;
height: 49%;
background: blue;
@ -26,5 +26,5 @@ body {
</style>
</head>
<body></body>
<body><div></div></body>
</html>

View File

@ -13,12 +13,12 @@
margin: 0;
}
html {
html, body {
width: 100%;
height: 100%;
}
body {
div {
width: 70px;
height: 70px;
background: blue;
@ -26,5 +26,5 @@ body {
</style>
</head>
<body></body>
<body><div></div></body>
</html>