test-iframe2.html 120 B

1234567891011
  1. <html>
  2. <head>
  3. <script>
  4. console.log("iframe 2");
  5. blah;
  6. </script>
  7. </head>
  8. <body>
  9. <h1>iframe 2</h1>
  10. </body>
  11. </html>