blob: c4997f5bd4fa4dc37a0316ab7045577d2edd54c6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>iframe.contentWindow.focus() with different-site intermediate frame inner</title>
</head>
<body>
<script>
document.body.onfocus = function() {
parent.postMessage("innerfocus;", "*");
}
</script>
</body>
</html>