bug1656248_frame.html (249B)
1 <html> 2 <head> 3 </head> 4 <body> 5 <script type="text/javascript"> 6 const script = document.createElement("script"); 7 script.setAttribute("src", "./subdir/bug1656248_script.mjs"); 8 document.body.appendChild(script); 9 </script> 10 </body> 11 </html>