summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-non-javascript-mime.html
blob: 50891983ec539c122d0aa7c765631f881ab25ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Web Console test for script with non-JavaScript MIME type</title>
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->
    <script type="text/javascript" src="test-non-javascript-mime.js"></script>
  </head>
  <body>
    <p>Web Console test for script with non-JavaScript MIME type.</p>
  </body>
</html>