Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.documentElement.style.columnWidth = "1px";
document.documentElement.style.MozOutlineRadiusBottomleft = "100%";
document.documentElement.style.padding = "2251799813685249em";
window.getComputedStyle(document.documentElement).MozOutlineRadiusBottomleft;
}
</script>
</head>
<body onload="boom();"></body>
</html>