mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
395 B
HTML
10 lines
395 B
HTML
<!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>
|