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