Files
Mozilla/mozilla/xpfe/components/history/resources/history-test.xul
sspitzer%netscape.com 9c76951016 make the test prettier. dump the results to a text area. dump errors to the console
git-svn-id: svn://10.0.0.236/trunk@37332 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 03:10:36 +00:00

22 lines
741 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="xul.css" type="text/css"?>
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
<window title="history test"
id="history-test-window" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:script language="javascript" src="history-test.js">
</html:script>
<html:b>history test</html:b>
<html:hr/>
<box align="horizontal" flex="100%">
<html:input id="result" type="text" style="min-width: 400px; min-height: 27px" flex="100%"/>
</box>
<html:hr/>
<html:button onclick="ShowLastPageVisted()">Show Last Page Visted</html:button>
</window>