summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/mochitest/file_viewsource.html
blob: 3ed00150a78e74b84583a9447a5ed981f4389846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
  <head>
    <title>Test for view source</title>
  </head>

  <body>

<!--
  this is a multi-line comment
-->

    <script class="testbody" type="text/javascript">
      // This is a script comment / text.
    </script>

  </body>
</html>