summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-iframe2.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/webconsole/test/test-iframe2.html')
-rw-r--r--devtools/client/webconsole/test/test-iframe2.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/client/webconsole/test/test-iframe2.html b/devtools/client/webconsole/test/test-iframe2.html
new file mode 100644
index 000000000..c15884795
--- /dev/null
+++ b/devtools/client/webconsole/test/test-iframe2.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+ <script>
+ console.log("iframe 2");
+ blah;
+ </script>
+</head>
+<body>
+<h1>iframe 2</h1>
+</body>
+</html> \ No newline at end of file