Source code

Revision control

Copy as Markdown

Other Tools

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