Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <p>There should be a blue <em>square</em> below.</p> | 2 <p>There should be a blue square below, and no red.</p> |
| 3 <div style="width:100px; height:100px; background:blue;"></div> | 3 <div style="width:100px; height:100px; background:blue;"></div> |
| OLD | NEW |