mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
228bd43766
<boxDerivedTag orient="horizontal|vertical"> patch by andersma@luther.edu r=timeless sr=blake
21 lines
724 B
XML
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>
|