Files
Mozilla/mozilla/mailnews/base/tests/accountmanager/AccountManagerTest.xul
hyatt%netscape.com 04637210d9 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49595 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:49:07 +00:00

19 lines
398 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<!DOCTYPE window>
<window
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:html>
<html:script language="JavaScript" src="AccountManagerTest.js"/>
<html:script>
displayAccounts();
</html:script>
After JS.
</html:html>
</window>