summaryrefslogtreecommitdiff
path: root/tests/src/htmlxss.txt
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-07-27 15:04:35 +0000
committerthomascube <thomas@roundcube.net>2009-07-27 15:04:35 +0000
commitb5f3abeea96db8b98df9bbf4c3da7873b8a84e44 (patch)
tree5bf42d75fb4cb88bf703d0a2a8ac3321d290f7ff /tests/src/htmlxss.txt
parent28f15eb597304d1761adeef4e22c202de42ef22d (diff)
Tagging files for 0.3-rc1v0.3-rc1
Diffstat (limited to 'tests/src/htmlxss.txt')
-rw-r--r--tests/src/htmlxss.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/src/htmlxss.txt b/tests/src/htmlxss.txt
deleted file mode 100644
index f6c43e353..000000000
--- a/tests/src/htmlxss.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-<body>
-
-<p><img onLoad.="alert(document.cookie)" src="skins/default/images/roundcube_logo.png" /></p>
-
-<p><a href="mailto:xss@somehost.net') && alert(document.cookie) || ignore('">mail me!</a>
-<a href="http://roundcube.net" target="_self">roundcube.net</a>
-<a href="http://roundcube.net" \onmouseover="alert('XSS')">roundcube.net (2)</a>
-
-</p>
-
-<div>Brilliant!</div>
-
-<table><tbody><tr><td background="javascript:alert('XSS')">BBBBBB</td></tr></tbody></table>
-
-<p>
-Have a nice Christmas time.<br />
-Thomas
-</p>
-
-</body>
-</html>