forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D45828 MANUAL PUSH: Cannot update reopened Phabricator revisions. --HG-- extra : source : 86b3d469b4ff9f22e5757f83450b956a4c769785 extra : histedit_source : 2bf945343632b15eb79cf6b2ddd3ce097ddf70de%2Caec93d9f11bc1c802b63793cd5818530b64e9b4b
14 lines
351 B
HTML
14 lines
351 B
HTML
<!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>
|