mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
360 B
XML
14 lines
360 B
XML
|
<?xml version="1.0"?>
|
||
|
<!--
|
||
|
Intentionally testing XUL loaded through the XML content sink rather
|
||
|
than the XUL content sink.
|
||
|
-->
|
||
|
<!DOCTYPE window>
|
||
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
<hbox>
|
||
|
<label value="test" flex="3" />
|
||
|
<label value="test2" />
|
||
|
<label value="test3" flex="1" />
|
||
|
</hbox>
|
||
|
</window>
|