summaryrefslogtreecommitdiff
path: root/browser/devtools/webconsole/test/test-bug-609872-cd-iframe-child.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/devtools/webconsole/test/test-bug-609872-cd-iframe-child.html')
-rw-r--r--browser/devtools/webconsole/test/test-bug-609872-cd-iframe-child.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/browser/devtools/webconsole/test/test-bug-609872-cd-iframe-child.html b/browser/devtools/webconsole/test/test-bug-609872-cd-iframe-child.html
deleted file mode 100644
index 451eba21e..000000000
--- a/browser/devtools/webconsole/test/test-bug-609872-cd-iframe-child.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>test for bug 609872 - iframe child</title>
- <!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
- </head>
- <body>
- <p>test for bug 609872 - iframe child</p>
- <script>window.foobarBug609872 = 'child!';</script>
- </body>
-</html>