Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<!-- Should see the border -->
<div style="width: 104px; height: 104px; overflow: hidden">
<div style="width: 100px; height: 100px; outline: 1px auto; border: 2px solid lime; overflow: hidden"></div>
</div>