Sign in
webkit
/
WebKit
/
e97723121d6efd8e6db57a4d2e40ddf289e5704a
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
frame-tab-focus-child.html
blob: f447817298300262456117c179539e545abc3e1d [
file
] [
log
] [
blame
]
<html>
<style>
body
{
background-color
:
white
;
}
</style>
<script>
window
.
parent
.
setupWindow
(
window
);
</script>
<body
onload
=
"
window
.
setupBody
();
"
>
foo bar baz
<input>
</body>
</html>