layout/xul/grid/crashtests/306911-grid-testcases.xul

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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">
michael@0 4 <tabbox>
michael@0 5 <tabs>
michael@0 6 <tab label="full grid" />
michael@0 7 <tab label="grid alone" />
michael@0 8 <tab label="columns alone" />
michael@0 9 <tab label="rows alone" />
michael@0 10 <tab label="column alone" />
michael@0 11 <tab label="row alone" />
michael@0 12 <tab label="wacky" />
michael@0 13 </tabs>
michael@0 14 <tabpanels>
michael@0 15 <tabpanel>
michael@0 16 <grid>
michael@0 17 <rows style="color: blue">
michael@0 18 <row>
michael@0 19 <label value="row 1,1" />
michael@0 20 <label value="row 1,2" />
michael@0 21 </row>
michael@0 22 <row>
michael@0 23 <label value="row 2,1" />
michael@0 24 <label value="row 2,2" />
michael@0 25 </row>
michael@0 26 </rows>
michael@0 27 <columns style="color: fuchsia; opacity: 0.7">
michael@0 28 <column>
michael@0 29 <label value="column 1,1" />
michael@0 30 <label value="column 1,2" />
michael@0 31 </column>
michael@0 32 <column>
michael@0 33 <label value="column 2,1" />
michael@0 34 <label value="column 2,2" />
michael@0 35 </column>
michael@0 36 </columns>
michael@0 37 </grid>
michael@0 38 </tabpanel>
michael@0 39 <tabpanel>
michael@0 40 <grid>
michael@0 41 <label value="Text inside grid" />
michael@0 42 </grid>
michael@0 43 </tabpanel>
michael@0 44 <tabpanel>
michael@0 45 <columns>
michael@0 46 <label value="Text inside columns" />
michael@0 47 </columns>
michael@0 48 </tabpanel>
michael@0 49 <tabpanel>
michael@0 50 <rows>
michael@0 51 <label value="Text inside rows" />
michael@0 52 </rows>
michael@0 53 </tabpanel>
michael@0 54 <tabpanel>
michael@0 55 <column>
michael@0 56 <label value="Text inside column" />
michael@0 57 </column>
michael@0 58 </tabpanel>
michael@0 59 <tabpanel>
michael@0 60 <row>
michael@0 61 <label value="Text inside row" />
michael@0 62 </row>
michael@0 63 </tabpanel>
michael@0 64 <tabpanel>
michael@0 65 <grid>
michael@0 66 <label value="Text inside grid one" />
michael@0 67 <rows style="color: blue">
michael@0 68 <label value="Text inside rows #1" />
michael@0 69 <row>
michael@0 70 <label value="row 1,1" />
michael@0 71 <label value="row 1,2" />
michael@0 72 </row>
michael@0 73 <label value="Text inside rows #2" />
michael@0 74 <row>
michael@0 75 <label value="row 2,1" />
michael@0 76 <label value="row 2,2" />
michael@0 77 </row>
michael@0 78 <label value="Text inside rows #3" />
michael@0 79 </rows>
michael@0 80 <label value="Text inside grid two" style="opacity: 0.7" />
michael@0 81 <columns style="color: fuchsia; opacity: 0.7">
michael@0 82 <label value="Text inside columns #1" />
michael@0 83 <column>
michael@0 84 <label value="column 1,1" />
michael@0 85 <label value="column 1,2" />
michael@0 86 </column>
michael@0 87 <label value="Text inside columns #2" />
michael@0 88 <column>
michael@0 89 <label value="column 2,1" />
michael@0 90 <label value="column 2,2" />
michael@0 91 </column>
michael@0 92 <label value="Text inside columns #3" />
michael@0 93 </columns>
michael@0 94 <label value="Text inside grid three" style="opacity: 0.4" />
michael@0 95 </grid>
michael@0 96 </tabpanel>
michael@0 97 </tabpanels>
michael@0 98 </tabbox>
michael@0 99 </window>

mercurial