Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be a papayawhip square below. It should be aligned in | |
| 3 the bottom right corner of a hotpink rectangle with a black border.</p> | |
| 4 <div style="width:80px; height:46px; border:1px solid black; background:hotpink; "> | |
| 5 <div style="float:right; width:40px; height:40px; margin-top:6px; background :papayawhip;"></div> | |
| 6 </div> | |
| OLD | NEW |