Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .square { width: 100px; height: 100px; background-color: green; } | |
| 4 </style> | |
| 5 <p>You should see two green squares below.</p> | |
| 6 <div class="square"></div> | |
| 7 <br> | |
| 8 <div class="square"></div> | |
| OLD | NEW |