Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/settimeout-active-script
/
.
/
focus
/
support
/
iframe-focus-with-same-as-top-intermediate-frame-inner.html
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>