summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-consoleiframes.html
blob: a8176f93adf4b901cbd7eb140f77a36b50c2b602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
  <script>
  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>