Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
suspend-subframe-2.html
blob: 9e3b2ee5f597c8f43811a6677bc8a218919d8824 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
onpagehide
=
function
()
{
window
.
top
.
document
.
getElementById
(
'a-frame'
).
contentWindow
.
test
();
}
</script>
</head>
<body>
I am subframe-2.html
</body>
</html>