summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/csr-080710-2.html
blob: bccc2f75caade96140b377338083129125e9516f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Title</title>
    <style type="text/css">
      body { background: #ccc; }
      p {
          color: white;
          
          }
    </style>
  </head>
  <body>
    <div id="container">
      <script type="text/javascript">
        var a = "aaa";

        function test () {

        }
      </script>
    </div>
  </body>
</html>