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