--HG--
extra : rebase_source : 4bbabdbbed53b24f721d30a8cd52c79aeb03a188
This commit is contained in:
Daniel.S 2009-04-25 20:44:43 +12:00
Родитель ef014f4c7f
Коммит b1529645aa
3 изменённых файлов: 57 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,26 @@
<!doctype html>
<html>
<head>
<style type="text/css">
fieldset {
margin: 0; padding: 0;
border: none;
}
#float {
float: left;
width: 10em; height: 5em;
background-color: green;
}
#sibling {
width: 5em; height: 10em;
background-color: blue;
}
</style>
</head>
<body>
<fieldset>
<div id="float"></div>
<div id="sibling"></div>
</fieldset>
</body>
</html>

Просмотреть файл

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<style type="text/css">
fieldset {
margin: 0; padding: 0;
border: none;
}
#float {
float: left;
width: 10em; height: 5em;
background-color: green;
}
#clear {
clear: left;
}
#sibling {
width: 5em; height: 5em;
background-color: blue;
}
</style>
</head>
<body>
<fieldset>
<div id="float"></div>
<div id="clear"></div>
<div id="sibling"></div>
</fieldset>
</body>
</html>

Просмотреть файл

@ -270,6 +270,7 @@ fails-if(MOZ_WIDGET_TOOLKIT!="cocoa") HTTP == 289480.html#top 289480-ref.html #
== 307102-4.html 307102-4-ref.html
== 308406-1.html 308406-1-ref.html
== 308406-2.html 308406-2-ref.html
== 309550-1.html 309550-1-ref.html
== 309914-1.xul 309914-1-ref.xul
== 311366-unknown-inline-1.html 311366-unknown-inline-1-ref.html
== 311366-unknown-block-1.html 311366-unknown-block-1-ref.html