layout/xul/grid/reftests/sizing-2d.xul

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0"?>
michael@0 2 <!DOCTYPE window>
michael@0 3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="start">
michael@0 4 <grid>
michael@0 5 <rows>
michael@0 6 <row>
michael@0 7 <box style="width: 25px; height: 25px" />
michael@0 8 <box />
michael@0 9 </row>
michael@0 10 <row>
michael@0 11 <box />
michael@0 12 <box style="width: 75px; height: 75px" />
michael@0 13 </row>
michael@0 14 </rows>
michael@0 15 <columns>
michael@0 16 <column>
michael@0 17 <box style="background: aqua" />
michael@0 18 <box style="background: yellow; width: 50px; height: 50px" />
michael@0 19 </column>
michael@0 20 <column>
michael@0 21 <box style="background: fuchsia; width: 100px; height: 100px" />
michael@0 22 <box style="background: blue" />
michael@0 23 </column>
michael@0 24 </columns>
michael@0 25 </grid>
michael@0 26 </window>

mercurial