RetroZilla/layout/html/tests/xbl/insaneInsertion.xul
2015-10-20 23:03:22 -04:00

21 lines
660 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="insaneInsertion.css"?>
<?xml-stylesheet href="chrome://communicator/skin/"?>
<window id="insaneInsertion"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
orient="vertical" align="start">
<html>
Below this text is a group of XUL widgets with the labels A-I. If
the insertion code is behaving correctly, then the widgets will all be in alphabetical
order. Clicking on the button labeled 'D' should cause an alert to pop up indicating
that the button was clicked.
</html>
<box id="numberone">
<button label="d"/>
<text value="f"/>
</box>
</window>