repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* test/lisp/net/tramp-tests.el (tramp-test41-delay-load): New test.
[emacs.git]
/
test
/
manual
/
indent
/
html-multi-2.html
blob
fac5eb1401c184c5df8cd9a25a3251649788e84e
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;
10
}
11
</script>
12
-->
13
14
<style type="text/css">
15
h1 {
16
font-family: 'Spinnaker', sans-serif;
17
}
18
</style>
19
<script>
20
var a = 4 < 5;
21
function() {
22
if (x > 75)
23
return 25;
24
return "hello";
25
}
26
</script>
27
</head>
28
<body>
29
</body>
30
<!--
31
Local Variables:
32
mhtml-tag-relative-indent: nil
33
End:
34
-->
35
</html>