; ChangeLog.3 fixes
[emacs.git] / test / manual / indent / html-multi.html
bloba563c5eb2449d2be38252175e03911b0eabbdf1b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>test</title>
5 <!--
6 <script>
7 // No indent in a comment
8 if (true) {
9 do not change;
11 </script>
12 -->
14 <style type="text/css">
15 h1 {
16 font-family: 'Spinnaker', sans-serif;
18 </style>
19 <script>
20 var a = 4 < 5;
21 function() {
22 if (x > 75)
23 return 25;
24 return "hello";
26 </script>
27 </head>
28 <body>
29 </body>
30 </html>