Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<p>Test passes if the green box is inside the black border at the top-left of the grid content area.</p>
<div style="width: 100px; height: 100px; border: 10px solid black;">
<div style="width: 50px; height: 50px; background-color: green;"></div>
</div>