1
0
Fork 0
firefox/toolkit/components/windowwatcher/test/file_test_dialog.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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>