summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/file_bug799348.html
blob: 5800868db0be5411acb2ec53a03982d7003e5563 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
<script>
  var foo = window.open('file_empty.html', '', 'width=550, height=420, status=no, resizable=yes, scrollbars=yes, toolbar=no, left=945, top=225');
</script>
</head>
<body>
</body>
</html>