<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
  document.getElementById("k").style.display = "-moz-inline-stack";
}
</script>

<body onload="boom();">

<div style="display: table;"><div id="k" style="height: 18000000px;">x</div></div>

</body>
</html>