Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<p>Test passes if the green box is inset by border and padding.</p>
<div style="width: 100px; height: 100px; border: 5px solid black; padding: 10px;">
<div style="width: 50px; height: 50px; background-color: green;"></div>
</div>