author | Mike Conley <mconley@mozilla.com> |
Tue, 03 May 2016 14:14:09 -0400 | |
changeset 363504 | 54481eeb60aeb99f4ec1cff295325a0bd145d9de |
permissions | -rw-r--r-- |
<!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>