mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
MozReview-Commit-ID: jF3Port57I --HG-- extra : rebase_source : 1da3171459317ac621c67050c16c0a52ec4565e0 extra : source : 14e071360b24812c8a9107ae7adbba47e75f28b4
14 lines
No EOL
344 B
HTML
14 lines
No EOL
344 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.opener.done(window.arguments[0]);
|
|
</script>
|
|
</html> |