Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div> | |
| 2 <p> The black box should be 5px below the float. </p> | |
| 3 <div style="height: 20px; width:50px; background-color: green; margin-bottom : 5px;"></div> | |
| 4 <div style="height: 10px; width:50px; background-color: blue; margin-top: 5p x; margin-bottom: 5px;"></div> | |
| 5 <div style="height: 20px; width:50px; background-color: black; margin-top: 5 px; "></div> | |
| 6 </div> | |
| OLD | NEW |