Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Below you should see the word 'PASS' (with large letter spacing). Below the w ord there should be | |
| 3 a green square with a black border.</p> | |
| 4 <div style="width:13em;"> | |
| 5 <div style="float:left; width:2em;">P</div> | |
| 6 <div style="float:left; width:2em;">A</div> | |
| 7 <div style="float:left; width:2em;">S</div> | |
| 8 <div style="float:left; width:2em;">S</div> | |
| 9 <div style="clear:lefT; border:1px solid black; padding:10px; width:100px; h eight:100px; background:green;"></div> | |
|
Julien - ping for review
2015/01/20 10:10:41
Nit: left (no capital T)
mstensho (USE GERRIT)
2015/01/20 10:31:48
DonE.
| |
| 10 </div> | |
| OLD | NEW |