aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/files/interesting.html
blob: 4227eab458bbe91fc72e1b8cd94b3d883778ac09 (plain)
1
2
3
4
5
6
7
<html>
  <head>
  </head>
  <body>dull
    <script>alert('interesting')</script>
  </body>
</html>