Sign in
webkit
/
WebKit
/
8e29b3d7cb791dc7cac89a3f1ad250bef2d6f1cb
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
iframe-focus.html
blob: 204ad6d318c77cae9f66ba442029009bf1fbd3c3 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
function
test
()
{
window
.
focus
();
testRunner
.
queueReload
();
}
</script>
</head>
<body
onload
=
"
test
()
"
>
Test
</body>
</html>