1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: Avoid nested floats in previous siblings
</title>
5 <link rel=
"author" title=
"WebKit" href=
"http://www.webkit.org/">
6 <style type=
"text/css">
22 background-color: green
;
26 /*'overflow: hidden' forces the div to avoid floats*/
30 background-color: green
;
35 <p>There should be no red.
</p>
37 <div id=
"float-right">
38 <div id=
"float-left"></div>