You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
477 B

HTTP/1.1 200 OK
Server: Apache
Date: Wed, 09 Dec 2015 03:29:14 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
<html>
<head>
<title>Test</title>
</head>
<body class="h-entry">
<div class="e-content">
<p>This content has a bunch of invalid tags but also some <b>valid ones</b>.</p>
<script>alert('woo')</script>
<style>body { visiblity: hidden }</style>
<p>Hello World</p>
</div>
</body>
</html>