summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_bug601803b.html
blob: 0363654c06b101c29b8ad3672f920a8b02b347b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
  <title>Test for Bug 601803</title>
</head>
<body>
<script type="application/javascript">
document.domain = "example.org";
</script>
</body>
</html>