<!DOCTYPE HTML><html><!--Test that arguments can be passed to dialogs.--><head><metacharset="utf-8"><title>Test a modal window</title><scriptsrc="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script><linkrel="stylesheet"type="text/css"href="chrome://mochikit/content/tests/SimpleTest/test.css"><scripttype="application/javascript">constTEST_ITEM=Symbol("test-item");functiondone(returnedItem){is(returnedItem,TEST_ITEM,"Dialog should have received test item");win.close();SimpleTest.finish();}SimpleTest.waitForExplicitFinish();letwin=window.browsingContext.topChromeWindow.openDialog("file_test_dialog.html","_blank","width=100,height=100",TEST_ITEM,window);</script></head><body><pid="display"></p><divid="content"style="display: none"></div><preid="test"></pre></body></html>