Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
f.setAttributeNS(null, "type", "file");
document.body.appendChild(f);
f.style.whiteSpace = "pre-line";
f.style.display = "flex";
document.body.style.transitionTimingFunction = "linear";
}
</script>
</head>
<body onload="boom();"></body>
</html>