blob: 92bfbbaa02273c8342631468efb230ab6f3611f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
document.documentElement.offsetHeight;
document.documentElement.style.height = "656409px";
}
</script>
</head>
<body onload="boom();"><svg xmlns="http://www.w3.org/2000/svg" style="float: left; padding: 42493240px;"></svg></body>
</html>
|