Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Page with a statically declared cross-origin subframe</title>
<script src="utils.js"></script>
</head>
<body>
<iframe
id="subframe"
></iframe>
</body>
</html>