test-iframe3.html (259B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <script> 6 /* eslint-disable */ 7 console.log("iframe 3"); 8 </script> 9 </head> 10 <body> 11 <h1>iframe 3</h1> 12 <iframe src="test-iframe1.html"></iframe> 13 </body> 14 </html>