зеркало из https://github.com/mozilla/pjs.git
Bug 249803 reftest, r=roc
--HG-- extra : rebase_source : 4bbabdbbed53b24f721d30a8cd52c79aeb03a188
This commit is contained in:
Родитель
ef014f4c7f
Коммит
b1529645aa
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче