timeless%mac.com 58b9229092 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake


git-svn-id: svn://10.0.0.236/trunk@98887 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-09 18:41:07 +00:00

21 lines
724 B
XML

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