mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
660 B
Plaintext
21 lines
660 B
Plaintext
|
<?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>
|