2011-08-03 15:55:00 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html style="-moz-column-width: 1px;">
|
|
|
|
<head>
|
|
|
|
<script>
|
|
|
|
function boom()
|
|
|
|
{
|
|
|
|
document.documentElement.offsetHeight;
|
|
|
|
document.body.style.height = "8px";
|
|
|
|
document.documentElement.style.fontSize = "22050893469px";
|
|
|
|
document.documentElement.offsetHeight;
|
|
|
|
document.getElementById("x").style.counterReset = "chicken";
|
|
|
|
document.documentElement.offsetHeight;
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
2012-07-31 16:21:19 +00:00
|
|
|
<body style="-moz-column-width: 1px; -moz-column-fill: auto;" onload="boom();">
|
2011-08-03 15:55:00 +00:00
|
|
|
<hr size="100" color="blue"><div style="position: absolute;"></div><div id="x" style="height: 5px;"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|