mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 01:59:29 +00:00
Adding test for bug 329359. r=bzbarsky
This commit is contained in:
parent
b3ddab0df3
commit
465d6bd6c5
29
layout/reftests/bugs/329359-1-ref.html
Normal file
29
layout/reftests/bugs/329359-1-ref.html
Normal 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>
|
32
layout/reftests/bugs/329359-1.html
Normal file
32
layout/reftests/bugs/329359-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user