Sign in
webkit
/
WebKit
/
db429512421596470240ded3a71f70ee20552ab3
/
.
/
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>