зеркало из https://github.com/mozilla/gecko-dev.git
Add reftests for bug 387201.
This commit is contained in:
Родитель
005351c710
Коммит
ea8e1e83e0
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче