Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<p>Test passes if the green box is at the bottom-left of the grid content area, inside the black border.</p>
<div style="width: 100px; height: 100px; border: 10px solid black;">
<div style="width: 50px; height: 50px; margin-top: 50px; background-color: green;"></div>
</div>