Source code

Revision control

Copy as Markdown

Other Tools

<script type="text/javascript">
document.domain = "mochi.test";
function check() {
// Ensure frame's Object.prototype is accessible.
if (document.getElementById("frame").contentWindow.Object.prototype.toString.call({}) == "[object Object]") {
document.getElementById("result").textContent = "OK";
}
}
</script>
</iframe>
<span id="result"></span>