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