summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/file_with_link_to_http.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/general/file_with_link_to_http.html')
-rw-r--r--browser/base/content/test/general/file_with_link_to_http.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/browser/base/content/test/general/file_with_link_to_http.html b/browser/base/content/test/general/file_with_link_to_http.html
new file mode 100644
index 0000000000..4c1a766a3a
--- /dev/null
+++ b/browser/base/content/test/general/file_with_link_to_http.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Test page for Bug 1338375</title>
+</head>
+<body>
+ <a id="linkToExample" href="http://example.org" target="_blank">example.org</a>
+</body>
+</html>