Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<p>Test passes if there is a 50x50 green box on the right side of a 100x100 area.</p>
<div style="width: 100px; height: 100px;">
<div style="width: 50px; height: 50px; background-color: green; margin-left: auto;"></div>
</div>