зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
391 B
HTML
19 строки
391 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
|
|
function boom()
|
|
{
|
|
document.documentElement.style.MozColumnWidth = "1px";
|
|
document.documentElement.style.MozOutlineRadiusBottomleft = "100%";
|
|
document.documentElement.style.padding = "2251799813685249em";
|
|
window.getComputedStyle(document.documentElement).MozOutlineRadiusBottomleft;
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="boom();"></body>
|
|
</html>
|