blob: 6b42eed1647fc85ca7176b37922eb1fedd93ae14 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<iframe src="data:text/html,<html style='height: 100%'>
<body style='margin: 0; padding: 0; height: 100%'
onload='document.documentElement.style.overflow = "hidden";
document.body.offsetWidth;
document.documentElement.style.overflow=""'>
<div style='width: 200%; height: 200%'></div>
</body>
</html>"></iframe>
|