Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.getElementById("k").style.display = "-moz-inline-box";
}
</script>
<body onload="boom();">
<div style="display: table;"><div id="k" style="height: 18000000px;">x</div></div>
</body>
</html>