summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/html/well_formatted.html
blob: c0c06cd9bd2878cabf31cc71fe29c7c2e74e116b (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="container">content</div>

<script>
  let counter = 0;
</script>

<style>
  .container {
    padding: 8px;
  }
</style>