summaryrefslogtreecommitdiffstats
path: root/toolkit/components/alerts/test/file_bug1682866.html
blob: 328edcbac583f3cc07dc1133c3b3aafd57265693 (plain)
1
2
3
4
5
6
7
8
9
<html>
  <body>
    <script>
      window.onload = function() {
        alert("This is an alert");
      }
    </script>
  </body>
</html>