summaryrefslogtreecommitdiffstats
path: root/toolkit/components/windowwatcher/test/file_test_dialog.html
blob: efb11d0077e621b51acc92ecbcacb656a1737ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<!--
This page is opened in a new window by test_dialog_arguments. It is
a dialog which expects a Symbol to be passed in the dialog arguments.
Once we load, we call back into the opener with the argument we were
passed.
-->
<head>
<body>Opened!</body>
<script>
  window.arguments[1].done(window.arguments[0]);
</script>
</html>