Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be two black vertical lines below.</p> | |
| 3 <div style="width:604px; height:100px;"> | |
| 4 <div style="float:left; width:200px; height:100%; background:white; border-r ight:2px solid;"></div> | |
| 5 <div style="float:left; width:200px; height:100%; background:white; border-r ight:2px solid;"></div> | |
| 6 <div style="float:left; width:200px; height:100%; background:white;"></div> | |
| 7 </div> | |
| OLD | NEW |