minify-html/fuzz/in/complex.html

38 lines
624 B
HTML

Hello 	
there
<!DOCTYPE html>
<html>
<head>
</head>
<body class="&#9;
b " data="a" class=" &#9;
">
a&&#97;&#109;&#112;;
<div data-a='{""asin"":""B07GY8C9JV""} '>&AElig;&#65;</div>
<p> Hello &am&#112;; </p><p>&amp&#59;</p><p>&amp;nbsp;</p><p>&am&#112;</p>
<script type="text/html"><!--
<h1>In</h1>
<script>
<script>
alert();
</script>
<script>
alert();
</script>
</script>
<h1>Test</h1>
</body>
</html>
<!-- HTML4 -->
<script type="text/javascript">
alert("Hello World!");
</script>
<!-- HTML5 -->
<script>
alert("Hello World!");
</script>