diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-21 14:46:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-21 14:46:29 +0100 |
commit | 1c7074c76ba587e206b41d8eeccd17e565620396 (patch) | |
tree | 4ab385b2441a14f21821ec972100ab1d7172ae21 /test/functional/messages/zerofont.eml | |
parent | 3311d3490146d586a27a245776c6b515df136b02 (diff) | |
download | rspamd-1c7074c76ba587e206b41d8eeccd17e565620396.tar.gz rspamd-1c7074c76ba587e206b41d8eeccd17e565620396.zip |
[Test] Add a simple test for zerofont
Diffstat (limited to 'test/functional/messages/zerofont.eml')
-rw-r--r-- | test/functional/messages/zerofont.eml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/functional/messages/zerofont.eml b/test/functional/messages/zerofont.eml new file mode 100644 index 000000000..79fa5ede4 --- /dev/null +++ b/test/functional/messages/zerofont.eml @@ -0,0 +1,17 @@ +From: foobar@example.com +Content-Type: text/html + +<!doctype html> +<html lang="en-US" dir="ltr"> + <head> + <meta charset="utf-8"> + <meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'unsafe-inline'; img-src http: https: data: blob:; style-src 'unsafe-inline'; child-src 'none'; object-src 'none'; report-uri https://tiles.services.mozilla.com/v4/links/activity-stream/csp"> + <title>New Tab</title> + <link rel="icon" type="image/png" href="chrome://branding/content/icon32.png"/> + <link rel="stylesheet" href="chrome://browser/content/contentSearchUI.css" /> + <link rel="stylesheet" href="resource://activity-stream/css/activity-stream.css" /> + </head> + <body class="activity-stream"> + <div>fi<span style="FONT-SIZE: 0px">le </span>sh<span style="FONT-SIZE: 0px">aring </span></div> + </body> +</html> |