summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/script/bug1656248_frame.html
blob: 9030b4cbcf1869acfe78bb9b3a498a32520e98ec (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head>
  </head>
  <body>
    <script type="text/javascript">
const script = document.createElement("script");
script.setAttribute("src", "./subdir/bug1656248_script.js");
document.body.appendChild(script);
    </script>
  </body>
</html>