Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be two blue squares below.</p> | |
| 3 <div style="width:110px;"> | |
| 4 <div style="float:left; width:50px; height:50px; margin-right:10px; backgrou nd:blue;"></div> | |
| 5 <div style="float:left; width:50px; height:50px; background:blue;"></div> | |
| 6 </div> | |
| OLD | NEW |