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