summaryrefslogtreecommitdiff
path: root/browser/devtools/webconsole/test/test-iframe2.html
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2016-10-16 19:34:53 -0400
committerMatt A. Tobin <email@mattatobin.com>2016-10-16 19:34:53 -0400
commit81805ce3f63e2e4a799bd54f174083c58a9b5640 (patch)
tree6e13374b213ac9b2ae74c25d8aac875faf71fdd0 /browser/devtools/webconsole/test/test-iframe2.html
parent28c8da71bf521bb3ee76f27b8a241919e24b7cd5 (diff)
downloadpalemoon-gre-81805ce3f63e2e4a799bd54f174083c58a9b5640.tar.gz
Move Mozilla DevTools to Platform - Part 3: Merge the browser/devtools and toolkit/devtools adjusting for directory collisions
Diffstat (limited to 'browser/devtools/webconsole/test/test-iframe2.html')
-rw-r--r--browser/devtools/webconsole/test/test-iframe2.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/browser/devtools/webconsole/test/test-iframe2.html b/browser/devtools/webconsole/test/test-iframe2.html
deleted file mode 100644
index c15884795..000000000
--- a/browser/devtools/webconsole/test/test-iframe2.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
- <script>
- console.log("iframe 2");
- blah;
- </script>
-</head>
-<body>
-<h1>iframe 2</h1>
-</body>
-</html> \ No newline at end of file