Mozilla/mozilla/layout/html/tests/xbl/insaneInsertion.xul
hyatt%netscape.com 2d7381b240 Adding XBL regression tests. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@99923 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 21:25:42 +00:00

21 lines
666 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" autostretch="never">
<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>