1 2 3 4 5
<!DOCTYPE html> <body> The iframe below should show the text 'Here'<br> <iframe src="537507-2-frame.xhtml" style="display: none" onload="this.style.display = ''"></iframe> </body>