haikuwebkit/LayoutTests/fast/frames/resources/iframe-display-none-child.html

8 lines
195 B
HTML

<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>