blob: e088dff4e5d514cc8b074222a5c6230b97e896ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf8">
<title>Test fission iframe document</title>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
</head>
<body>
<p>remote iframe</p>
<script>
"use strict";
console.log(`${document.location.origin} iframe log`);
</script>
</body>
</html>
|