Given the following example: ```html <html> <head> <style type="text/css"> div { width: 100px; height: 100px; margin: 10px; border: 5px solid black; float: left; } </style> </head> <body> <div>A</div> <div>B</div> </body> </html> ``` ## Expected Result (taken from Firefox)  ## Actual Result 