1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/bugs/502447-1.html
T

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 = &quot;hidden&quot;;
document.body.offsetWidth;
document.documentElement.style.overflow=&quot;&quot;'>
<div style='width: 200%; height: 200%'></div>
</body>
</html>"></iframe>