Mypal/layout/base/crashtests/1261351.html

8 lines
274 B
HTML

<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>