summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-consoleiframes.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/webconsole/test/test-consoleiframes.html')
-rw-r--r--devtools/client/webconsole/test/test-consoleiframes.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/client/webconsole/test/test-consoleiframes.html b/devtools/client/webconsole/test/test-consoleiframes.html
new file mode 100644
index 000000000..a8176f93a
--- /dev/null
+++ b/devtools/client/webconsole/test/test-consoleiframes.html
@@ -0,0 +1,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> \ No newline at end of file