diff options
Diffstat (limited to 'browser/base/content/test/file_bug822367_6.html')
-rw-r--r-- | browser/base/content/test/file_bug822367_6.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/browser/base/content/test/file_bug822367_6.html b/browser/base/content/test/file_bug822367_6.html deleted file mode 100644 index c158772f5..000000000 --- a/browser/base/content/test/file_bug822367_6.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE HTML> -<html> -<!-- -Test 6 for Mixed Content Blocker User Override - Mixed Script in document.open() within an iframe -https://bugzilla.mozilla.org/show_bug.cgi?id=822367 ---> -<head> - <meta charset="utf-8"> - <title>Test 6 for Bug 822367</title> -</head> -<body> - <div id="testContent"> - <iframe name="f1" id="f1" src="https://example.com/browser/browser/base/content/test/file_bug822367_5.html"></iframe> - </div> -</body> -</html> |