aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/html/script_style.html
blob: b00f3f40f6181bac38e232e75c0e28603ffca423 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
  <style>
  a {
    stroke-linecap: round;
  }
  </style>
</head>
<body>
  <script>
  const foo = "bar"
  </script>
</body>