Source code

Revision control

Copy as Markdown

Other Tools

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