tenfourfox/layout/xul/grid/reftests/row-or-column-sizing-2.xul
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
431 B
XML

<?xml version="1.0"?>
<!DOCTYPE window>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="XUL Grid Test">
<grid>
<columns>
<column>
<hbox />
<textbox value="Lower left" />
</column>
<column>
<label value="Upper right" />
<hbox />
</column>
</columns>
<rows>
<row />
<row />
</rows>
</grid>
</window>