Sign in
webkit
/
WebKit
/
74a70b4650fbd719ba3c83ed49ad2fe62a266972
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
iframe-display-none-child.html
blob: 00b7582eae4e155afd30451e63698a6d703072f0 [
file
] [
log
] [
blame
]
<html>
<head>
</head>
<body
onload
=
"
alert
(
'this comes from the child frame onload handler!'
)
"
>
<div
id
=
"text"
>
This text comes from the hidden iframe
</div>
</body>
</html>