Add reftests for bug 387201.

git-svn-id: svn://10.0.0.236/trunk@231394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-08-03 04:22:58 +00:00
parent 4083604178
commit 8ef59c881a
5 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.i {
height: 10px;
float: left;
}
</style>
</head>
<body>
<div style="width: 4px;">
<div style="margin-left: 10px;">
<div class="i" style="border: 1px solid green">2</div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,21 @@
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.i {
height: 10px;
float: left;
}
</style>
</head>
<body>
<div style="width: 4px;">
<div style="margin-left: 10px;">
<div class="i"></div>
<div class="i" style="border: 1px solid green">2</div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<style>
#mlinks {
padding: 0;
float: right;
}
#hticker {
clear: both;
}
</style>
</head>
<body>
<ul id="mlinks"></ul>
<div id="hticker"></div>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="display: table-footer-group;">
<div style="float: right; width: 10px; height: 10px; padding-left: 40px;"></div>
<div style="-moz-float-edge: margin-box;">
<div style="float: right; height: 18px; width: 0px;"></div>
</div>
</div>
</body>
</html>

View File

@@ -332,6 +332,9 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 386470-1b.html 386470-1-ref.html
== 386470-1c.html 386470-1-ref.html
== 386920-1.html 386920-1-ref.html
== 387201-1.html 387201-1-ref.html
== 387201-2.html about:blank # Really an assertion test rather than a rendering test
== 387201-3.html about:blank # Really an assertion test rather than a rendering test
== 387344-1.html 387344-1-ref.html
== 389924-1a.html 389924-1-ref.html
== 389924-1b.html 389924-1-ref.html