blob: c55c5b449983c74c9afb3cd2cdadf965c0e74252 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<title>iframe.focus() with same-as-top intermediate frame inner</title>
</head>
<body>
<script>
document.body.onfocus = function() {
parent.postMessage("innerfocus;", "*");
}
</script>
</body>
</html>