summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-iframe1.html
blob: 4dd4eddfedc100f430217b9a519131083dcb3e66 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
  <script>
  console.log("iframe 1");
  </script>
</head>
<body>
<h1>iframe 1</h1>
</body>
</html>