Files
rainloop-webmail-mirror/tests/data/html/2.html
RainLoop Team 990309f2d3 Add more tests
2016-05-20 22:55:29 +03:00

12 lines
148 B
HTML

<html>
<head>
<style type="text/css">
body {color:red}
p {margin:0; padding:0}
</style>
</head>
<body>
123
<script>alert(1)</script>
</body>
</html>