[go: nahoru, domu]

blob: 1772d9874d3c76a1af9b5a9c68f709ce4716afcf [file] [log] [blame]
<!--
Copyright 2021 Google LLC. All rights reserved.
-->
<!DOCTYPE html>
<h1>Navigation in OOPIF iframes</h1>
<script>
const url = new URL('./iframe1.html', document.location);
const iframe = document.createElement('iframe');
iframe.src = url.toString().replace('localhost', 'devtools.oopif.test');
document.body.append(iframe);
</script>