Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
child-iframe-forces-parent-layout-on-unload.html
blob: 2455181411f7f0ab035d7d38434689a028f95aad [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
function
leave
()
{
var
e
=
parent
.
document
.
getElementById
(
"resizeThis"
);
e
.
setAttribute
(
"style"
,
"height: 50px"
);
e
.
offsetTop
;
}
</script>
</head>
<body
onunload
=
'
leave
();
'
></body>
<html>