summaryrefslogtreecommitdiffstats
path: root/comm/mail/base/test/browser/files/sampleContent.html
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/base/test/browser/files/sampleContent.html')
-rw-r--r--comm/mail/base/test/browser/files/sampleContent.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/comm/mail/base/test/browser/files/sampleContent.html b/comm/mail/base/test/browser/files/sampleContent.html
new file mode 100644
index 0000000000..05528ac9f1
--- /dev/null
+++ b/comm/mail/base/test/browser/files/sampleContent.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <title>Sample Content</title>
+ <link rel="icon" href="tb-logo.png" />
+ </head>
+ <body>
+ <p>This is a page of sample content for tests.</p>
+ <p><a href="https://www.thunderbird.net/">Link to a web page</a></p>
+ <form>
+ <input type="text" />
+ </form>
+ <p><img src="tb-logo.png" width="304" height="84" /></p>
+ </body>
+</html>