tenfourfox/layout/reftests/bugs/502447-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>