Project Files
test-fixtures / sample.html
<!doctype html>
<html>
<head>
<title>Sample HTML Document</title>
<style>body { font-size: 16px; }</style>
<script>console.log("should be removed");</script>
</head>
<body>
<h1>Hello There</h1>
<p>This is a <strong>sample</strong> HTML file created for tests.</p>
<p>We expect the parser to keep this sentence and drop scripts.</p>
</body>
</html>