summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1261351.html
blob: 70761652eec04c08eaedf0166bf746bf3f6700d7 (plain)
1
2
3
4
5
6
7
<iframe id="iframe" src="1261351-iframe.html"></iframe>
<script type="application/javascript">
  let iframe = document.getElementById("iframe");
  iframe.addEventListener("load", function() {
    document.getElementsByTagName("iframe")[0].marginWidth = "5";
  });
</script>