gecko-dev/layout/base/crashtests/1288608.html
2016-08-19 19:56:20 +02:00

19 lines
315 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
document.body.style.overflow = "scroll";
c.style.visibility = "";
}
</script>
</head>
<body onload="boom();">
<div id="c" style="position: relative; transition: 2s; display: table-cell; bottom: 0.1vw;"></div>
</body>
</html>