mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Simple PHPUnit tests
This commit is contained in:
parent
72bf212f67
commit
2ed88f5d27
9 changed files with 85 additions and 7 deletions
12
tests/_data/html/2.html
Normal file
12
tests/_data/html/2.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body {color:red}
|
||||
p {margin:0; padding:0}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
123
|
||||
<script>alert(1)</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue