file_srcdoc.html (392B)
1 <!doctype html> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=802895 5 --> 6 <body> 7 <iframe id="iframe" srcdoc="Hello World"></iframe> 8 9 <iframe id="iframe1" src="about:mozilla" 10 srcdoc="Goodbye World"></iframe> 11 <iframe id="iframe2" srcdoc="Peeking test" sandbox=""></iframe> 12 <iframe id="iframe3" src="file_srcdoc_iframe3.html" 13 srcdoc="Going"></iframe> 14 </body> 15 16 </html>