summaryrefslogtreecommitdiffstats
path: root/embedding/components/windowwatcher/test/file_test_dialog.html
blob: b323ba52679897ba51f9d8ecc2c28e84ac0c6a7f (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.opener.done(window.arguments[0]);
</script>
</html>