1 <html> 2 <body> 3 This tests that we can serialize a page that has a downloaded url in an iframe without crashing. 4 5 <iframe src="dummy.exe"></iframe> 6 7 </body> 8 </html>