chromium/third_party/blink/web_tests/external/wpt/focus/support/iframe-focus-with-same-as-top-intermediate-frame-inner.html

<!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>