summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/502447-1.html
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 = &quot;hidden&quot;;
                document.body.offsetWidth;
                document.documentElement.style.overflow=&quot;&quot;'>
    <div style='width: 200%; height: 200%'></div>
  </body>
</html>"></iframe>