trisquel-icecat/icecat/dom/tests/mochitest/script/bug1656248_frame.html

11 lines
249 B
HTML

<html>
<head>
</head>
<body>
<script type="text/javascript">
const script = document.createElement("script");
script.setAttribute("src", "./subdir/bug1656248_script.mjs");
document.body.appendChild(script);
</script>
</body>
</html>