Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf8">
<title>Test fission iframe document</title>
<!-- Any copyright is dedicated to the Public Domain.
</head>
<body>
<p>remote iframe</p>
<script>
"use strict";
console.log(`${document.location.origin} iframe log`);
</script>
</body>
</html>