Adding test for bug 329359. r=bzbarsky

This commit is contained in:
Daniel.S 2009-05-17 15:51:50 -04:00
parent b3ddab0df3
commit 465d6bd6c5
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.float-left, .float-right {
float: left;
width: 125px; height: 1em;
background-color: red;
}
.float-right {
float: right;
}
.fieldset {
margin: 0 125px 0; padding: 0;
border: none;
height: 5em;
background-color: green;
}
</style>
</head>
<body>
<div class="float-left"></div>
<div class="float-right"></div>
<div class="fieldset"></div>
<div class="float-left"></div>
<div class="float-right"></div>
<div class="fieldset"></div>
</body>
</html>

View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.float-left, .float-right {
float: left;
width: 125px; height: 1em;
background-color: red;
}
.float-right {
float: right;
}
fieldset {
margin: 0; padding: 0;
border: none;
height: 5em;
background-color: green;
}
#plus-margin {
margin: 0 100px 0;
}
</style>
</head>
<body>
<div class="float-left"></div>
<div class="float-right"></div>
<fieldset></fieldset>
<div class="float-left"></div>
<div class="float-right"></div>
<fieldset id="plus-margin"></fieldset>
</body>
</html>

View File

@ -362,6 +362,7 @@ fails == 315920-5.html 315920-5-ref.html # bug 229915 ???
== 328111-1.html 328111-1-ref.html
random == 328829-1.xhtml 328829-1-ref.xhtml # bug 369046 (intermittent)
== 328829-2.xhtml 328829-2-ref.xhtml
== 329359-1.html 329359-1-ref.html
== 331809-1.html 331809-1-ref.html
== 332360.html 332360-ref.html
== 332360-ltr.html 332360-ltr-ref.html