summaryrefslogtreecommitdiff
path: root/test/manual/indent/html-multi.html
blob: a563c5eb2449d2be38252175e03911b0eabbdf1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
  <head>
    <title>test</title>
    <!--
	<script>
	  // No indent in a comment
	  if (true) {
	  do not change;
	  }
	</script>
	-->

	<style type="text/css">
	  h1 {
	      font-family: 'Spinnaker', sans-serif;
	  }
	</style>
	<script>
	  var a = 4 < 5;
	  function() {
	      if (x > 75)
		  return 25;
	      return "hello";
	  }
	</script>
  </head>
  <body>
  </body>
</html>