summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-console-iframes.html
blob: e7c153a343cc5528800dddd0a233fd97f872db08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <script>
      /* eslint-disable */
      console.log("main file");
    </script>
  </head>
  <body>
    <h1>iframe console test</h1>
    <iframe src="test-iframe1.html"></iframe>
    <iframe src="test-iframe2.html"></iframe>
    <iframe src="test-iframe3.html"></iframe>
  </body>
</html>