1 2 3 4 5 6 7 8 9 10 11 12
<html> <head> <link rel="stylesheet" href="398797-style.css"/> </head> <body> <div class="green">foo</div> <div class="blue"> <!-- Note: 'float: left' is necessary here due to bug 402918 --> <span class="yellow" style="float: left">bar</span> </div> </body> </html>