summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/file2_bug629227.html
blob: 02a05408652bb9d56023ef24cc553f6d188b4507 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <script>
      document.domain = "example.org";
    </script>
  </head>
  <body>
    <form name="form1" id="test1"></form>
  </body>
</html>