Mozilla/mozilla/layout/html/tests/xbl/insaneInsertion.xul
cbiesinger%web.de 137f4a2514 Bug 252468 Remove outdated autostretch attribute from the tree
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz


git-svn-id: svn://10.0.0.236/trunk@160062 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 18:25:42 +00: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>